phreak0ut
03-21-2008, 02:29 AM
I find a similar question being answered in a different way. I'm not able to understand why Mr. Lammle has considered these methods.
The questions I'm presenting is from the 6th edition, Chapter 3, Page 133.
1) Question: What subnet and broadcast address is the IP address 172.16.10.33 255.255.255.224(/27) a member of?
Answer: The interesting octet is teh fourth octet. 256-224=32. 32+32=64. Bingo: 33 is between 32 and 64. However, remember that the third octet is considered part of the subnet, so the answer would be the 10.32 subnet. The broadcast is 10.63, since 10.64 is the next subnet. That was pretty easy.
Why is 32+32 done here?
2) Question: What subnet and broadcast address is the IP address 172.16.66.10 255.255.192.0(/18) a member of?
Answer:The interesting octet is the third octet instead of the fourth octet. 256-192=64. 0,64,128. The subnet is 172.16.64.0. The broadcast must be 172.16.127.255 since 128.0 is the next subnet.
Why is the valid subnet count stopped at 128 in 0,64,128?
6)Question: What is the subnet and broadcast address of the host 172.16.88.255/20?
Answer:What is a /20? If you can't answer this, you can't answer this question, can you? A /20 is 255.255.240.0, which gives us a block size of 16 in the third octet, and since no subnet bits are on in the fourth octet, the answer is always 0 and 255 in the fourth octet. 0,16,32,48,64,80,96...bingo. 88 is between 80 and 96, so subnet is 80.0 and the broadcast address is 95.255
Why is 88 considered here??
The questions I'm presenting is from the 6th edition, Chapter 3, Page 133.
1) Question: What subnet and broadcast address is the IP address 172.16.10.33 255.255.255.224(/27) a member of?
Answer: The interesting octet is teh fourth octet. 256-224=32. 32+32=64. Bingo: 33 is between 32 and 64. However, remember that the third octet is considered part of the subnet, so the answer would be the 10.32 subnet. The broadcast is 10.63, since 10.64 is the next subnet. That was pretty easy.
Why is 32+32 done here?
2) Question: What subnet and broadcast address is the IP address 172.16.66.10 255.255.192.0(/18) a member of?
Answer:The interesting octet is the third octet instead of the fourth octet. 256-192=64. 0,64,128. The subnet is 172.16.64.0. The broadcast must be 172.16.127.255 since 128.0 is the next subnet.
Why is the valid subnet count stopped at 128 in 0,64,128?
6)Question: What is the subnet and broadcast address of the host 172.16.88.255/20?
Answer:What is a /20? If you can't answer this, you can't answer this question, can you? A /20 is 255.255.240.0, which gives us a block size of 16 in the third octet, and since no subnet bits are on in the fourth octet, the answer is always 0 and 255 in the fourth octet. 0,16,32,48,64,80,96...bingo. 88 is between 80 and 96, so subnet is 80.0 and the broadcast address is 95.255
Why is 88 considered here??