Hi altric
The post above is confusing.
The answer to your original post is YES, but isn't normally done just for ease of management.
If you split into different subnets, you'll have to stick more than 1 network card in a computer (normally a server) that can interconnect those subnets.
What is it that you need the ease of management for? Perhaps we can offer a better solution than splitting up your network?
Steve :)
Main Topics
Browse All Topics





by: altricPosted on 2006-10-01 at 03:36:55ID: 17637318
Statement derived from other site:
.00000000 .11100000 |sub|----B y extending the mask to be 255.255.255.224, you have taken three bits (indicated by "sub") from the original host portion of the address and used them to make subnets. With these three bits, it is possible to create eight subnets. With the remaining five host ID bits, each subnet can have up to 32 host addresses, 30 of which can actually be assigned to a device since host ids of all zeros or all ones are not allowed (it is very important to remember this). So, with this in mind, these subnets have been created.
" To subnet a network, extend the natural mask using some of the bits from the host ID portion of the address to create a subnetwork ID. For example, given a Class C network of 204.15.5.0 which has a natural mask of 255.255.255.0, you can create subnets in this manner:
204.15.5.0 - 11001100.00001111.00000101
255.255.255.224 - 11111111.11111111.11111111
--------------------------
204.15.5.0 255.255.255.224 host address range 1 to 30
204.15.5.32 255.255.255.224 host address range 33 to 62
204.15.5.64 255.255.255.224 host address range 65 to 94
204.15.5.96 255.255.255.224 host address range 97 to 126
204.15.5.128 255.255.255.224 host address range 129 to 158
204.15.5.160 255.255.255.224 host address range 161 to 190
204.15.5.192 255.255.255.224 host address range 193 to 222
204.15.5.224 255.255.255.224 host address range 225 to 254
"
What is the difference of subnetting between the original post and the statement above?
Kindly advise.
Thank you.