Home > Practice > Computer Science > Computer Networks > Subnetting
1. You have a network with a subnet of 172.16.17.0/22. Which is the valid host address?

Solution:
A Class B network ID with a /22 mask is 255.255.252.0, with a block size of 4 in the third octet. The network address in the question is in subnet 172.16.16.0 with a broadcast address of 172.16.19.255. Only option E even has the correct subnet mask listed, and 172.16.18.255 is a valid host.

You must login to add comments. Login now.