Which host are in the subnet mask 172.16.16.0/20 and how do you confirm this to be applicable in other examples?
172.16.16.1/20
172.16.18.5/20
172.16.31.254/20
172.16.24.0/20
Software/Hardware used:
windows xp,vista,7
ASKED:
September 14, 2011 9:50 PM
UPDATED:
March 31, 2012 4:33 PM
Sorry but the increment on a /20 is not 6 class C subnets but 16 class C subnets worth of space. A router wildcard mask for a /20 would be 0.0.15.255. The next block would begin at 172.16.32.0/20. There are websites that have good subnet calculators. I personally like this one – http://www.subnet-calculator.com/cidr.php.
To answer part of the original question, to be good at subnetting you have to convert things to binary and then back to decimal or memorize the tricks around how the decimal increments relate to the binary bitwise ordering- ie /20 is 4 bits off of /24 so, therefore halfway between /16 and /24 so in binary that mask is 00001111. that’s 15 but binary indexes at 0 so that is how you can quickly know it is segments into 16 Class C increments (0-15 is 16 subnets). Every IP address you listed in your original question falls within the 172.16.16.0/20 subnet.
Hello all,
TB3 and JOakey I’m very sorry for my incorrectness.
@JOakey is completely right. A /20 network increments are in 16. This will put all addresses you refer in the same subnet.
Sorry for my lack of precision. I’ll edit my first answer in order to prevent anyone to read an incorrect answer.