A network administrator is designing an IP addressing scheme for a new branch office location. The department requires static IP assignments for 60 user workstations, 2 IP phone gateways, and 2 redundant default gateway router interfaces. The administrator must assign the smallest possible subnet block from `10.150.0.0/16` that will successfully accommodate all required host devices. Which CIDR prefix and subnet mask should the administrator configure?
- /25 (255.255.255.128)Answer
- B/26 (255.255.255.192)
- C/27 (255.255.255.224)
- D/24 (255.255.255.0)
Answer
/25 (255.255.255.128)
The scenario requires 64 usable IPv4 addresses (60 workstations + 2 phone gateways + 2 router interfaces). Using the formula for usable hosts , a /26 prefix has 6 host bits (), which falls short by 2 addresses. Therefore, the network administrator must allocate a /25 prefix with 7 host bits (), which is the smallest subnet block capable of supporting all 64 host IP addresses.
Step-by-Step Solution
Key Concept
IPv4 Subnetting and Usable Host Calculation