More About Network Addresses

Each network running TCP/IP must have a unique network number, and every machine on it must have a unique IP address. It is important to understand how IP addresses are constructed before you register your network and obtain its network number from the InterNIC addressing authority.

The IP address is a 32-bit number that uniquely identifies a network interface on a machine. An IP address is typically written in decimal digits, formatted as four 8-bit fields separated by periods; for example, 129.144.50.156. Each 8-bit field represents a byte of the IP address. This form of representing the bytes of an IP address is often referred to as the dotted-decimal format.

The bytes of an IP address are further classified into two parts: the network part and the host (computer) part. For example, in a typical IP address, such as 129.144.50.56, the first two fields are the network identifier, and the last two fields are the host identifier.

Note: Network names, aliases, and IP addresses are stored in the networks table on the management server. Netmask information is stored in the netmasks table. If you plan on creating subnetworks within a network defined in the networks table, you must also define a netmask value for the network in the netmasks table.

Network Classes

The first step in planning for IP addressing on your network is to determine which network class is appropriate for your network. After you have done this, you can take the crucial second step: obtain the network number from the InterNIC addressing authority.

Currently there are three classes of TCP/IP networks: class A, class B, and class C, with class A being the most rare but supporting the largest number of hosts. Each class uses the 32-bit IP address space differently, providing more or fewer bits for the network part of the address.