• Post author:
  • Post category:Blog
  • Reading time:4 mins read
  • Post last modified:June 12, 2024

A network administrator is adding a new LAN to a branch office. The new LAN must support 10 connected devices. What is the smallest network mask that the network administrator can use for the new network?

  • 255.255.255.240
  • 255.255.255.224
  • 255.255.255.192
  • 255.255.255.248
Explanation & Hint:

To determine the smallest network mask that can support 10 connected devices, we need to consider the number of host bits required in the subnet mask to accommodate at least 10 devices. In IP addressing, the number of usable host addresses in a subnet can be calculated using the formula:

Number of usable hosts=2^n−2

Where is the number of host bits. The subtraction of 2 accounts for the network address and the broadcast address, which cannot be assigned to hosts.

Let’s calculate the minimum number of host bits required to support at least 10 devices:

  1. For a subnet mask of 255.255.255.248 (/29), there are 3 host bits (23=8), which gives 6 usable addresses (8 – 2), not enough for 10 devices.
  2. For a subnet mask of 255.255.255.240 (/28), there are 4 host bits (24=16), which gives 14 usable addresses (16 – 2), enough for 10 devices.
  3. For a subnet mask of 255.255.255.224 (/27), there are 5 host bits (25=32), which gives 30 usable addresses (32 – 2), more than needed.
  4. For a subnet mask of 255.255.255.192 (/26), there are 6 host bits (26=64), which gives 62 usable addresses (64 – 2), more than needed.

Therefore, the smallest network mask that the network administrator can use to support 10 devices is 255.255.255.240 (/28), which provides up to 14 usable IP addresses.

For more Questions and Answers:

CCNA 1 v7 – ITN v7.02 – ITNv7 – Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments