A network engineer is configuring internal host interfaces on a private enterprise network. According to RFC 1918, which of the following IP addresses falls within a reserved private IPv4 address block and can be assigned to internal network devices without public Internet routing?
- 172.20.45.10Answer
- B172.32.10.1
- C192.169.1.25
- D11.10.0.1
Answer
172.20.45.10 is a valid private IPv4 address as defined by RFC 1918.
The address 172.20.45.10 is part of the RFC 1918 Class B private address range (172.16.0.0/12), which covers all IP addresses from 172.16.0.0 through 172.31.255.255. Since the second octet is 20, it falls within this reserved range and can be used on internal private networks without public routing.
Step-by-Step Solution
Key Concept
RFC 1918 Private IPv4 Address Ranges