A network technician is configuring a dedicated VLAN for a department that requires desktop computers and IP phone, requiring a total of usable host IPv4 addresses. Which subnet mask is the most efficient choice that fulfills this requirement without wasting unnecessary address space?
- 255.255.255.192Answer
- B255.255.255.224
- C255.255.255.240
- D255.255.255.128
Answer
255.255.255.192
To host devices, the subnet must offer at least usable host IP addresses. The formula for usable IPs is , where represents host bits. A /27 subnet () provides usable IPs, which is one address short. Therefore, the next larger subnet size is required, which is /26 (), giving usable host IPs.
Step-by-Step Solution
Key Concept
IPv4 Usable Host Count Calculation
Estimated Time:1m 30s