Multiple choice

A company is planning to subnet its network for a maximum of 27 hosts. Which subnet mask would provide the needed hosts and leave the fewest unused addresses in each subnet?

  1. 255.255.255.0

  2. 255.255.255.192

  3. 255.255.255.224

  4. 255.255.255.240

  5. 255.255.255.248

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To support 27 hosts, we need a block with at least 29 usable addresses (2^5 - 2 = 30 for /27, which gives 255.255.255.224). Option A (/24) provides 254 addresses - too many wasted. Option B (/26) provides 62 addresses - still wasteful. Option D (/28) provides only 14 addresses - insufficient. Option E (/29) provides only 6 addresses - insufficient. The /27 mask (C) is optimal.