Answers To Written Lab 3: 1. 172.16.10.5 255.255.255.128: Subnet Is 172.16.10.0, Broadcast Is
Answers To Written Lab 3: 1. 172.16.10.5 255.255.255.128: Subnet Is 172.16.10.0, Broadcast Is
As
you already know, a /27 is a 224 mask with a block size of 32.
The router’s interface is in the 32 subnet. The next subnet is 64,
so that makes the broadcast address of the 32 subnet 63 and the
valid host range 33–62.
5. B. If you use the mask 255.255.255.0, that only gives you 8 subnet bits, or
256 subnets. You are going to have to use 1 subnet bit from the fourth octet, or
255.255.255.128. This is 9 subnet bits (29 = 512).
9. B. This one takes some thought. 255.255.255.0 would give you 256 subnets,
each with 254 hosts—doesn’t work for this question. 255.255.254.0 would
provide 128 subnets, each with 510 hosts; the second option looks good.
255.255.252.0 is 64 subnets, each with 1022 hosts. So 255.255.254.0 is the
best answer.
12. B. You need 5 subnets, each with at least 16 hosts. The mask
255.255.255.240 provides 16 subnets with 14 hosts—this will not work. The
mask 255.255.255.224 provides 8 subnets, each with 30 hosts. This is the best
answer.
13. B, E. A mask of 255.255.255.0 will provide 256 subnets, each with 254
hosts. This will not work. We need more subnets, so we’ll move to the right and
take some bits from the host bits in the fourth octet. 255.255.255.128 (/25)
provides 512 subnets, each with 126 hosts. 255.255.255.192 (/26) provides
1024 subnets, each with 62 hosts.
14. A. A /25 mask is 255.255.255.128. Used with a Class B network, the third
and fourth octets are used for subnetting with a total of 9 subnet bits, 8 bits in
the third octet and 1 bit in the fourth octet. Since there is only 1 bit in the
fourth octet, the bit is either off or on—which is a value of 0 or 128. The host in
the question is in the 0 subnet, which has a broadcast address of 127 since
128 is the next subnet.
15. C. Start with 255.255.255.0. This provides 256 subnets, each with 254
hosts. Move the subnet bits right if you need more subnets; move them left if
you need more hosts. Since we need more hosts, we’re going to take away
subnet bits. The next mask then is 255.255.254.0, which provides 7 subnet
bits and 9 host bits, or 128 subnets, each with 510 hosts.
16. C. The default gateway is the subnet address and not a valid host ID.