A network administrator is carving out a new subnet from the IP address block for a high-density virtualization cluster. The cluster requires static IP address assignments for virtual machine hosts, redundant default gateway router interfaces, and out-of-band management switches. To minimize wasted address space, the administrator allocates the smallest CIDR subnet starting at network address that satisfies all host requirements. Which of the following statements regarding this newly created subnet are correct? (Select TWO).
- The subnet requires a /23 CIDR prefix (subnet mask 255.255.254.0) to accommodate all 255 required IP endpoints.Answer
- BA /24 CIDR prefix (subnet mask 255.255.255.0) is sufficient because 2^8 equals 256 total IP addresses, which satisfies the 255 required host endpoints.
- The IPv4 address 10.150.33.254 is a valid usable host IP address within this subnet.Answer
- DThe broadcast address for this subnet is 10.150.32.255.
- EThe maximum number of usable host IP addresses available in this subnet is 512.
Answer
The subnet requires a /23 CIDR prefix (subnet mask 255.255.254.0) to accommodate all 255 required IP endpoints, and the IPv4 address 10.150.33.254 is a valid usable host IP address within this subnet.
The scenario demands 255 usable IP addresses (). A /24 subnet provides total addresses, but subtracting the network ID and broadcast address leaves only usable host IPs, which fails to accommodate the 255 endpoints. Therefore, a /23 subnet ( usable hosts) with subnet mask 255.255.254.0 is required. Within the subnet, the address space spans from (network ID) to (broadcast ID). Thus, is the last usable IP address in the range.
Step-by-Step Solution
Key Concept
IPv4 Subnetting & Usable Host Calculation (2^h - 2 rule)