A network engineer is configuring interface IP addresses on a core layer switch for an internal corporate segment. Company policy strictly dictates that all internal devices must use RFC 1918 private IPv4 addresses and that addresses must be usable host assignments. Which of the following IP address and subnet mask combinations represents a valid, usable host address located strictly within the upper boundary limit of the RFC 1918 Class B private address space?
- 172.31.255.254 255.240.0.0Answer
- B172.32.0.1 255.240.0.0
- C172.31.255.255 255.255.0.0
- D172.15.255.254 255.240.0.0
Answer
The address 172.31.255.254 with subnet mask 255.240.0.0 is the correct choice as it represents the highest usable host address within the RFC 1918 Class B private range.
The correct answer specifies 172.31.255.254 with mask 255.240.0.0 (/12). RFC 1918 reserves 172.16.0.0 to 172.31.255.255 for Class B private networking. In the 172.16.0.0/12 block, 172.31.255.255 is the broadcast address, making 172.31.255.254 the highest usable host address within the private Class B scope.
Step-by-Step Solution
Key Concept
RFC 1918 Private IPv4 Address Space Boundaries and Usable Host Restrictions