background image
IP Addressing and Subnetting 269
NOTE
The notation with the / followed by the number is a common designation on Cisco routers
meaning that the mask has that number of 1 bit. This number of 1 bit is called the prefix. In this
case, the mask implied with prefix /27 would be 255.255.255.224.)
The need for registered IP network numbers is reduced through CIDR. Instead of the two
customers consuming two whole Class C networks, each consumes a small portion of a single
network. The ISP gets customers to use its IP addresses in a convenient range of values, so
CIDR works well and enables the Internet to grow.
Private Addressing
A legitimate need exists for IP addresses that will never be used in the interconnected IP
networks called the Internet. So, when designing the IP addressing convention for such a
network, an organization could pick any network number(s) it wanted and use it, and all would
be well. Of course, that's true until the organization decides to connect to the Internet--but that
will be covered later.
When IP addresses that aren't connected to the Internet are needed, they can also be pulled from
a set of IP networks called private Internets, as defined in RFC 1918, "Address Allocation for
Private Internets" (www.ietf.org/rfc/rfc1918.txt). This RFC defines a set of networks that will
never be assigned to any organization as a registered network number. Table 5-25 shows the
private address space defined by RFC 1918.
In other words, any organization can use these network numbers. However, no organization is
allowed to advertise these networks as routes into the Internet.
The IP Version 4 address space is conserved if all organizations use private addresses in cases
for which there will never be a need for Internet connectivity. So, the dreaded day of exhausting
the registered IP Version 4 network numbers has been delayed again, in part by CIDR and in
part by private addressing.
Table 5-25
RFC 1918 Private Address Space
Range of IP Addresses
Class of Networks
Number of Networks
10.0.0.0 to 10.255.255.255
A
1
172.16.0.0 to 172.31.255.255
B
16
192.168.0.0 to 192.168.255.255
C
256
ch05.fm Page 269 Monday, March 20, 2000 5:06 PM