04-22-2010 04:21 AM - edited 03-06-2019 10:44 AM
the answers for the question below is 1,3,4
Can someone help to explain why 2 and 6 not valid host address?
What are three valid host addresses given a subnet mask of 255.255.254.0? (Choose three.)
1.64.100.2.255
2.172.55.33.255
3.64.104.129.0
4.192.168.162.255
5.10.165.55.255
6.128.107.62.0
Solved! Go to Solution.
04-22-2010 07:07 AM
Hello Peiwai,
a valid host address means no broadcast address and no subnet address can be used and means that not all 9 bits of host portion can be all 1 or all 0.
2) 2.172.55.33.255
you need to write in binary the last two octets
33.255 = 001000||1 1111 1111
as you can see all last 9 bits are set to 1 so this is a broadcast address of subnet 172.55.32.0/23
6) 128.107.62.0
62.0 in binary = 0011 111||0 0000 0000
here all last 9 bits are set to zero this is a subnet address 128.107.62.0/23
question five is like 2)
Hope to help
Giuseppe
04-22-2010 07:07 AM
Hello Peiwai,
a valid host address means no broadcast address and no subnet address can be used and means that not all 9 bits of host portion can be all 1 or all 0.
2) 2.172.55.33.255
you need to write in binary the last two octets
33.255 = 001000||1 1111 1111
as you can see all last 9 bits are set to 1 so this is a broadcast address of subnet 172.55.32.0/23
6) 128.107.62.0
62.0 in binary = 0011 111||0 0000 0000
here all last 9 bits are set to zero this is a subnet address 128.107.62.0/23
question five is like 2)
Hope to help
Giuseppe
04-22-2010 08:22 PM
Thanks, very clearly explained.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide