A network engineer is conducting an IP addressing audit for an enterprise network. The organization requires all internal hosts to utilize private IPv4 addresses specified in RFC 1918 to ensure proper isolated routing and avoid packet delivery issues across the public Internet. Which IPv4 address assignment contains a globally routable public IPv4 address rather than a valid RFC 1918 private address?
- 172.32.15.1/24 assigned to an internal host interfaceCevap
- B172.31.255.254/16 assigned to an internal management interface
- C192.168.254.1/24 assigned to a virtual LAN gateway interface
- D10.255.1.1/8 assigned to a core switch loopback interface
Cevap
172.32.15.1/24 assigned to an internal host interface is a globally routable public address because it falls outside the RFC 1918 Class B allocation (172.16.0.0 - 172.31.255.255).
The address starting with 172.32.15.1 is a public IPv4 address because the RFC 1918 Class B private address allocation only spans from 172.16.0.0 to 172.31.255.255 (a /12 prefix). Any address with a first octet of 172 and a second octet greater than 31 or less than 16 is a public, globally routable IP address.
Adım Adım Çözüm
Anahtar Kavram
RFC 1918 Private IPv4 Address Space Boundaries