A network administrator is provisioning a dedicated subnet for a newly established server cluster that requires static IP assignments for exactly usable host devices. To conserve address space, which of the following is the most efficient subnet mask that satisfies this requirement?
- A255.255.255.224
- 255.255.255.192Answer
- C255.255.255.240
- D255.255.255.128
Answer
The subnet mask 255.255.255.192 is the most efficient subnet mask because a /26 network provides 62 usable host IP addresses, satisfying the 31 host requirement with minimal wasted IP addresses.
The option specifying '255.255.255.192' corresponds to a prefix length of . A subnet contains host bits, yielding total IP addresses. Subtracting for the reserved network and broadcast addresses yields usable host IPs, which is the smallest standard subnet capable of housing hosts.
Step-by-Step Solution
Key Concept
IPv4 Subnetting & Usable Host Calculation