![](/images/new-backgrounds/1284716/284716279x1.webp)
IP Address Structure and Class
An IP address is comprised of 32 bits of information and divided into 4 sections containing 1 byte each section or 4 bytes total:
xxx.xxx.xxx.xxx
For efficiency in routing, networks were broken down into three classes, so routing can begin simply by identifying the leading byte of information in the IP address. The three IP addresses that InterNIC assigns are class A, B, and C. The network class determines what each of the four IP address sections identify as shown in Table A.1:
Table A.1 IP Address Class Format
Class | First | Second | Third | Fourth |
| Address | Address | Address | Address |
| Byte | Byte | Byte | Byte |
| xxx. | xxx. | xxx. | xxx |
|
|
|
|
|
A | Network. | Host. | Host. | Host |
|
|
|
|
|
B | Network. | Network. | Host. | Host |
|
|
|
|
|
C | Network. | Network. | Network. | Host |
|
|
|
|
|
Explained in more detail in the table “Network Class Characteristics,” you will see how each network class differs further by the leading bit identifier, the address range, the number of each type available, and the maximum number of hosts each class allows.
Table A.2 Network Class Characteristics
Class | Leading | Address Range | Maximum | Maximum |
| Bit |
| number of | hosts in the |
| Identifier |
| networks in | network |
|
|
| the class |
|
|
|
|
|
|
A | 0 | 0.0.0.0 to | 126 | Over 16 Million |
|
| 127.255.255.255 |
|
|
|
|
|
|
|
B | 10 | 128.0.0.0 to | 16,382 | 65,534 |
|
| 191.255.255.255 |
|
|
|
|
|
|
|
C | 110 | 192.0.0.0 to | Over 2 Million | 254 |
|
| 223.255.255.255 |
|
|
|
|
|
|
|
134 TCP/IP Overview
EN