To determine the appropriate subnet mask for the network shown in the exhibit, we need to consider the subnet with the highest number of hosts since that will dictate the size of the subnet mask. According to the exhibit, the subnet with the largest number of hosts requires support for 100 hosts.
Here’s how to calculate the subnet mask:
- We need a subnet mask that allows for at least 100 hosts.
- The formula to calculate the number of hosts is 2(32−�)−22(32−n)−2, where �n is the number of bits used for the network portion (including the subnet portion).
To support at least 100 hosts, we need to find �n such that 2(32−�)−2≥1002(32−n)−2≥100.
- The /16 indicates that the first 16 bits are already used for the network part. So, we are left with 16 bits to play with for subnetting and hosts.
- We need to find the smallest subnet size that can accommodate 100 hosts.
Let’s calculate the required subnet size.
The subnet mask that would provide the maximum number of equal size subnets while providing enough host addresses for each subnet in the exhibit is 255.255.255.128. This subnet mask corresponds to a /25 subnet size, which supports up to 126 hosts per subnet (128 total addresses minus 2 for the network and broadcast addresses), and is the smallest subnet size that can accommodate the requirement for 100 hosts.