A network administrator is assigning an IPv4 address to an enterprise border router interface connected directly to an Internet Service Provider (ISP) WAN link. The interface must communicate on the public Internet without employing Network Address Translation (NAT). Which of the following IPv4 addresses is globally routable over the Internet according to RFC 1918 specifications?
- 172.32.50.1Answer
- B172.31.200.1
- C192.168.250.1
- D10.254.10.1
Answer
172.32.50.1 is a globally routable public address because it lies outside the RFC 1918 private address boundaries.
RFC 1918 defines three private IPv4 address ranges that are not routed on the public Internet: 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. The Class B range covers 172.16.0.0 through 172.31.255.255. The IP address 172.32.50.1 falls outside this range, making it a valid public IPv4 address suitable for Internet communication without NAT.
Step-by-Step Solution
Key Concept
RFC 1918 Private Address Ranges and Public Routability