A network architect is assigned the IPv4 address block to provision subnets for a new regional data center. To optimize routing and broadcast domain sizes, the architect must partition the entire block into equal-sized subnets such that each subnet can accommodate a minimum of usable host IP addresses. Using the longest possible CIDR prefix mask that satisfies this host requirement, what is the total maximum number of usable host IP addresses available across all subnets created?
Answer: 8064 host IP addresses
Answer
8064 usable host IP addresses
To support at least 120 usable host IP addresses per subnet while utilizing the longest possible CIDR prefix, a /25 subnet mask (7 host bits) is required, providing usable host addresses per subnet. Partitioning the parent block into /25 subnets yields subnets. Multiplying 64 subnets by 126 usable host IP addresses per subnet results in 8064 total usable host IP addresses.
Step-by-Step Solution
Key Concept
Partitioning IPv4 CIDR blocks using VLSM/subnetting and calculating total aggregate usable host space.