| United States-English |
|
|
|
![]() |
Installing and Administering LAN/9000 Software > Chapter 6 Network
AddressingInternet Addresses |
|
Internet addresses are used extensively by LAN and WAN products as well as Internet Services. An internet address (often referred to as the IP address) consists of two parts:
The network address identifies the network. The host address identifies a node within the network. A network address is concatenated with a host address to form the internet address and to uniquely identify a node within a network. There are four internet address classes, each accommodating a different number of network and host addresses. The address classes are defined by the most significant bits of the binary form of the address as shown in Figure 6-1 “Internet Address Classes”. This section discusses three of the classes (Class A, Class B, Class C). The fourth class (Class D) is discussed in the section "IP Multicast Addresses." The address classes can also be broken down by address ranges. Internet addresses are typically represented by converting the bits to decimal values an octet (8 bits) at a time, and separating each octet's decimal value by a period ( . ). Therefore, internet addresses are typically of the following form:
where n is a number from 0 to 255, inclusive. This form is referred to as decimal dot notation or dot notation. Table 6-4 “Internet Address Classes” lists the number of networks and nodes and the address ranges for Class A, Class B, and Class C networks. Class D networks are described later in this chapter in "IP Multicast Addresses." Table 6-4 Internet Address Classes
To determine a network address and host address from an internet address, you must separate the network and host address fields. For example, the bit representation of internet address 192.6.1.1 is separated as follows: Each node on the network has at least one internet address. When assigning internet addresses, you must determine network addresses and host addresses as described in this section.
To assign network addresses, follow these rules:
Host addresses must be unique within each network. You can assign host addresses according to your own needs, but they must be within the range for the internet address class that you are using.
The loopback interface (lo0) is automatically configured when the system boots with the TCP/IP software. The loopback interface is really a "pseudo-device," since there is no hardware card associated with it. This interface is created solely to facilitate sending IP datagrams to the IP loopback address 127.0.0.1. The default IP address and netmask of the loopback interface are 127.0.0.1 and 255.0.0.0, respectively. By default, the loopback interface sets up routing entries so that packets for any 127.*.*.* address will loop back to the local host. Any attempt to change the address of the initial loopback interface (lo0:0) will fail. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||