Quote:
|
Originally Posted by kammodo
Hello, just opened the can of evil worms which is subnetting,
My question is this:
IP address 10.0.0.0 (class A)
Mask 255.255.240.0
Valid subnets 256-240=16
Subnets 4094
Hosts 4094
What would be the first valid Subnet address be? A) 10.0.16.0 - 10.0.32.0 - 10.0.48.0 ect or B) 10.16.0.0 – 10.32.0.0
Is the address set from left to right as in B or the other way around? Is there a rule of the thumb on this, or dosen’t it matter as they should have the same amount
of hosts and broadcasts on each?
Any help much appreciated
Thanks
|
|
It Should be a, as it will run from 10.0.0.0 which is the network address to 10.0.15.255 which is the broadcast address for the first subnet.
You always use the
first octet which is not full (ie 255) to set the octet to be used for dividing the subnets (im sure that sounded easier in my head to explain lol), thus here 255.255.
240.0 has the 3rd octet used for the host/subnet octet, as we see below
table for this network
1) 10.0.0.0 - 10.0.15.255
2) 10.0.16.0 - 10.0.31.255
3) 10.0.32.0 - 10.0.47.255
4) 10.0.48.0 - 10.0.65.255
and so on
Subnetting gets easier as you read through it, also you need to remember to stop at how many subnets you create, for example if you switch from a 19 to a 21 cidr network, then you have created 4 subnets, which means that 66.0 - 73.255 is outside the range.
The microsoft press book is great for this section