Chapter 6: Addressing The Network Ipv4
Chapter 6: Addressing The Network Ipv4
Multicast Addresses reserved for special purposes is the IPv4 multicast address range 224.0.0.0 to
239.255.255.255.
Private Addresses The private address blocks are:
10.0.0.0 to 10.255.255.255 (10.0.0.0 /8)
172.16.0.0 to 172.31.255.255 (172.16.0.0 /12)
192.168.0.0 to 192.168.255.255 (192.168.0.0 /16)
Private space address blocks, as shown in the figure, are set aside for use in private networks. The use of these
addresses need not be unique among outside networks. Hosts that do not require access to the Internet at large
may make unrestricted use of private addresses. Many hosts in different networks may use the same private
space addresses. Packets using these addresses as the source or destination should not appear on the public
Internet. The router or firewall device at the perimeter of these private networks must block or translate these
addresses.
Default Route:
The IPv4 default route as 0.0.0.0. The use of this address also reserves all addresses in the 0.0.0.0
0.255.255.255 (0.0.0.0 /8) address block.
Loopback:
One reserved address is the IPv4 loopback address 127.0.0.1 - addresses 127.0.0.0 to 127.255.255.255 are
reserved for loopback where hosts direct traffic to themselves.
environments where no IP configuration is available. These might be used in a small peer-to-peer network or for
a host that could not automatically obtain an address from a Dynamic Host Configuration Protocol (DHCP)
server.
TEST-NET Addresses
The address block 192.0.2.0 to 192.0.2.255 (192.0.2.0 /24) is set aside for teaching and learning purposes.
These addresses can be used in documentation and network examples. Unlike the experimental addresses,
network devices will accept these addresses in their configurations.