A network administrator is adding a new LAN to a branch office. The new LAN must support 200 connected devices. What is the smallest network mask that the network administrator can use for the new network?
- 255.255.255.224
- 255.255.255.240
- 255.255.255.192
- 255.255.255.0
Explanation & Hint:
To determine the smallest network mask that can support 200 connected devices, you need to calculate the subnet size that can accommodate at least 200 host addresses. Here’s how to determine the required subnet size:
The formula to calculate the number of usable host addresses in a subnet is 2(32−�)−2, where � is the number of bits used for the network portion of the address (the subnet mask). You will need to find the smallest subnet mask that provides at least 202 addresses (200 for the devices, plus 2 for the network and broadcast addresses).
Therefore, the smallest subnet mask that the network administrator can use for the new LAN to support 200 connected devices is 255.255.255.0. |