InetDaemon
The guy  "geeks" call for tech support..

Classful IP Addressing

Classful Addressing is a method of organizing blocks of IP addresses based on the values of the first three bits in the IP address.

When Internet Protocol (IP) was originally developed, there were very few computers connected to the Internet that used it, so dividing up the addresses efficiently was not a concern. A simple division of addresses into 'classes' was devised that depended on the values of the first four bits.

Internet Protocol (IP) datagrams contain only IP addresses. There is no information in the datagram that network devices can use to determine which network and therefore which route should be used to forward the datagram to its destination.

During the process of delivering (routing) an IP datagram, only the destination IP address is significant. In classful addressing information about the host's location and the network it is located on is assumed to be encoded into the IP address within the datagram. There aren't any fields provided in an IP datagram to inform the receiver where the network portion of the IP address leaves off and where the host portion of the IP address begins. (See IPv4 Addressing section for more information).

WHAT IS A CLASS?

Classful addressing divides the entire IP address space (0.0.0.0 to 255.255.255.255) into 'classes', or special ranges of contiguous IP addresses (no addresses missing between the first and last address in the range). Classful addressing makes it posible to determine the network portion of the IP address by looking at the first four bits of the first octet in the IP address. The first four bits are referred to as the 'most significant bits' of the first octet and are used to determine what class of IP address is being used. The value of the first four bits determines the range of actual numerical values of the first octet of the IP addresses in that class. From this information, a receiving host can determine which part of the IP address is being used to identify the specific network on which the host resides, and which portion of the IP address is used to identify the host.

The different classes of IP addresses (Class A, Class B, Class C, Class D & Class E) were created to allow for carving up the entire set of all IP addresses into chunks of different sizes that would 'fit' the number of hosts on the network for which the IP address space was being supplied. The chart below gives you a breakdown of how the Classful system breaks up the IP address space.

N = Network  |  h = Host
First Octet IP Address Characteristics
Most
Significant
BITS

Value
Ranges

Addr.
Class
Network vs.
Host
# NETWORKS # HOSTS
0000 0-126 A N.h.h.h 256 16,777,214
-- 127 - - Special - Local Loopback
1000 128-191 B N.N.h.h 65,536 65,534
1100 192-223 C N.N.N.h 16,777,216 254
1110 224 - 239 D Special N/A N/A
1111 240 + E Special N/A N/A

It is possible to waste IP addresses by assigning blocks of IP addresses which fall along octet boundaries (the dots between the numbers in the decimal representation of the IP address). Most often a class C address was supplied to anyone requesting space, as few networks had more than 256 hosts. But the networks grew to more than 256 hosts, and needed more space, so Class B addresses were given out. But if a network has only 500 hosts, and you assign a class B IP address block to that network, 65,034 addresses will go unused. This is a terribly inefficient use of space, and as networks grew larger the Internet grew; the need to use the IP address space more and more efficiently became ever more critical.

One solution that was created for reduce utilization of IP addresses was Network Address Translation. This involved the use of private IP addresses and a device that translates private IP addresses into public IP addresses.

As the list of available IP addresses was depleted it became clear that a new solution was needed that provided more addresses and efforts turned towards developing what is called IP v6.

 


The Internet | Internet Protocol | IP Addresses|IP Subnetting | IP Supernetting |VLSM | IP Routing

 


<< WHATIS_IP_HOST DATAGRAMS >>

YOUR DONATIONS SUPPORT THE CONSTRUCTION OR COMPLETION OF TUTORIALS THROUGHOUT THIS SITE
STANDARD DISCLAIMER | Comments and Suggestions | FAQ's | About InetDaemon.Com | About InetDaemon | Acceptable Use Policy | Privacy Policy