954,330 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

What is the idea behind subnetting a LAN?

What is the idea behind subnetting a LAN?

Naut
Newbie Poster
4 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

There are many great sources for this answer, you may want to try http://www.swcp.com/~jgentry/topo/unit3.htm or http://www.learntosubnet.com if that doesn't help please repost.

w1r3sp33d
Junior Poster
186 posts since Dec 2004
Reputation Points: 13
Solved Threads: 3
 

In a nutshell I think the most common practice would be to classify devices..

For example..

You setup 255.255.0.0

Now in your DHCP range you start the first ip at 50.1

Now you can say..

All Printers will be 10.1 - 10.254

All Hubs 11.1

All Switches 12.1

Etc Etc..

There are MANNNNY other reasons.. But I was just giving a brief example.

techniner
Posting Pro
527 posts since May 2005
Reputation Points: 12
Solved Threads: 19
 

In a nutshell I think the most common practice would be to classify devices..

For example..

You setup 255.255.0.0

Now in your DHCP range you start the first ip at 50.1

Now you can say..

All Printers will be 10.1 - 10.254

All Hubs 11.1

All Switches 12.1

Etc Etc..

There are MANNNNY other reasons.. But I was just giving a brief example.

This is a good answer!

matrix_x
Newbie Poster
11 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

It is VERY important to note that if you set your subnet mask at 255.255.0.0 and you assign things to be in addresses like:

X.X.1.1-254 = servers
X.X.2.1-254 = pc's
X.X.3.1-254 = printers

All of these devices are actually in a single network as defined by the 255.255.0.0 subnet mask and you have not actually subnetted, rather you have administratively defined a standard numbering scheme.

This only actually becomes subnetting once you take your network and break into down into smaller networks, sub networks.

example:
-your network for your HQ is 172.16.x.x (16 bit network)
-you assign 172.16.1.x with a mask of 255.255.255.0 to DHCP
-you assign 172.16.2.x with a mask of 255.255.255.0 to dedicated pc's and servers
* you will need a router or dual homed device to get information from one subnet to the other and back again. The joys of subnetting ;)

Essentially you have taken 1 network with a possible 16,000 addresses and you have provided for 254 networks (technically sub networks) with 254 devices each within the same address space.

w1r3sp33d
Junior Poster
186 posts since Dec 2004
Reputation Points: 13
Solved Threads: 3
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You