Question

Difficulty: MediumIPv4 Addressing and Subnetting

A network technician needs to allocate an IPv4 subnet for a new branch department that requires 5050 workstation IP addresses, 22 printer IP addresses, and 11 default gateway IP address. What is the maximum number of additional usable host addresses remaining in the smallest CIDR subnet that satisfies these requirements?

  1. 99Answer
  2. B
    1111
  3. C
    7373
  4. D
    2121

Answer

The maximum number of additional usable host addresses remaining in the smallest CIDR subnet is 99.
The required usable host count is 50+2+1=5350 + 2 + 1 = 53 addresses. The smallest CIDR prefix capable of supporting at least 5353 host addresses is /26/26 (66 host bits), offering 262=622^6 - 2 = 62 usable host IPs (/27/27 only provides 3030). Subtracting the 5353 required addresses from 6262 total usable addresses leaves 99 additional usable host addresses for growth.

Step-by-Step Solution

1
Calculate total required usable IP addresses
50 workstations+2 printers+1 gateway=53 usable host IPs50 \text{ workstations} + 2 \text{ printers} + 1 \text{ gateway} = 53 \text{ usable host IPs}
All active devices and router interfaces in the subnet require a unique usable IPv4 address.
2
Determine the smallest CIDR subnet mask for 53 hosts
A /26/26 subnet (66 host bits) yields 262=622^6 - 2 = 62 usable host addresses.
A /27/27 subnet (55 host bits) only provides 252=302^5 - 2 = 30 usable addresses, which is insufficient. The /26/26 mask is the smallest block that fits 5353 hosts.
3
Calculate remaining usable host address capacity
62 total usable addresses53 assigned addresses=9 remaining usable addresses62 \text{ total usable addresses} - 53 \text{ assigned addresses} = 9 \text{ remaining usable addresses}
Subtracting assigned IPs from total usable subnet IPs gives the spare host address capacity.

Key Concept

Subnet Usable Host Capacity Calculation (2h22^h - 2)
Rate this question