CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte79
CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte79
CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte79
Focusing on the third item in the bullet list, NAT allows multiple
companies to use the exact same private IP network, using the same
IP addresses as other companies while still connecting to the
Internet. For example, Figure 11-13 shows the same two companies
connecting to the Internet as in Figure 11-12, but now with both
using the same private Class A network 10.0.0.0.
Figure 11-13 Reusing the Same Private Network 10.0.0.0 with NAT
Class of Number of
Private IP Networks
Networks Networks
A 10.0.0.0 1
B 172.16.0.0 through 16
172.31.0.0
Note
From the perspective of making IPv4 work for the entire world,
private IP networks have helped preserve and extend IPv4 and its
use in every enterprise and throughout the Internet. In particular,
private networks have improved IPv4’s implementation worldwide by
For the purposes of this book, most examples use private IP network
numbers. For the design step to choose a network number, just
choose a private Class A, B, or C network from the list of RFC 1918
private networks. Regardless, the subnetting math works the same
whether you begin with a public or private IP network.
After the choice to use a private IP network has been made, just
pick one that has enough IP addresses. You can have a small
internetwork and still choose to use private Class A network
10.0.0.0. It might seem wasteful to choose a Class A network that
has over 16 million IP addresses, especially if you need only a few
hundred. However, there’s no penalty or problem with using a
private network that is too large for your current or future needs.
The actual sizes of the network and host parts of the addresses in a
network can be easily predicted, as shown in Figure 11-14.
The bits in the subnet part create a way to uniquely number the
different subnets that the design engineer wants to create. With 1
subnet bit, you can number 21 or 2 subnets. With 2 bits, 22 or 4
subnets; with 3 bits, 23 or 8 subnets; and so on. The number of
subnet bits must be large enough to uniquely number all the
subnets, as determined during the planning process.
At the same time, the remaining number of host bits must also be
large enough to number the host IP addresses in the largest subnet.
Remember, in this chapter, we assume the use of a single mask for
all subnets. This single mask must support both the required number
of subnets and the required number of hosts in the largest subnet.
Figure 11-16 shows the concept.