88APPENDIX C: IP ADDRESSING

Subnets and Subnet You can divide your IP network into sub-networks also known as subnets.

MasksSupport for subnets is important because the number of bits assigned to the device part of an IP address limits the number of devices that may be addressed on any given network. For example, a Class C address is restricted to 254 devices.

The IP address can also contain a subnetwork part at the beginning of the host part of the IP address. Thus, you can divide a single Class A, B, or C network internally, allowing the network to appear as a single network to other external networks. The subnetwork part of the IP address is visible only to hosts and gateways on the subnetwork.

When an IP address contains a subnetwork part, a subnet mask identifies the bits that constitute the subnetwork address and the bits that constitute the host address. A subnet mask is a 32-bit number in the IP address format. The 1 bits in the subnet mask indicate the network and subnetwork part of the address. The 0 bits in the subnet mask indicate the host part of the IP address, as shown in Figure 28.

Figure 28 Subnet Masking

Take the IP address

IP address

Network Subnet and Host

Apply the subnet mask

Subnet mask

1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0

Result = subnet/host boundary

Networknetwor

Subnetsubn

Host

Figure 29 shows an example of an IP address that includes network, subnetwork, and host parts. Suppose the IP address is 158.101.230.52 with a subnet mask of 255.255.255.0. Since this is a Class B address, this address is divided as follows:

158.101 is the network part

230 is the subnetwork part

52 is the host part

Page 88
Image 88
3Com 3 manual Subnet mask