- Topic: Configure, verify, and troubleshoot IPv4 addressing and subnetting
- Topic: Compare and contrast IPv4 address types
- Topic: Describe the need for private IPv4 addressing
- Review Questions
- Answers to Review Questions
- Additional Resources
Topic: Describe the need for private IPv4 addressing
The designers of IPv4 created private address space to help alleviate the depletion of IPv4 addresses. This address space is not routable on the public Internet. This address space can be used as needed inside corporations. This address space would then be translated using Network Address Translation (NAT) to allow access to and through the public Internet. Of course, this is why you tend to see the same addresses used in homes today (typically in the 192.168.1.X range). Table 2.4 shows you the private address space.
TABLE 2.4 The IPv4 Private Address Ranges
Address Class |
Range of Private Addresses |
A |
10.0.0.0 to 10.255.255.255 |
B |
172.16.0.0 to 172.31.255.255 |
C |
192.168.0.0 to 192.168.255.255 |
CramQuiz
What technology permits many private addresses to communicate on the public Internet?
A. SMTP
B. POP3
C. SNMP
D. NATWhich of the following is not a private address?
A. 10.10.10.1
B. 12.34.100.1
C. 172.16.1.10
D. 192.168.1.10What famous RFC defined the private use only IP address space?
A. RFC 2020
B. RFC 2191
C. RFC 2001
D. RFC 1918
CramQuiz Answers
D is correct. Network Address Translation permits these private addresses to communicate.
B is correct. 12.X.X.X is part of the public IP address space.
D is correct. RFC 1918 defined the private address space.
