Network numbers look very much like IP addresses, but the two should not be confused. Consider for example the host IP address 10.0.0.1, an address commonly used on private networks. Because it is a Class A address, with no subnetting employed, its leftmost byte (eight bits) by default refer to the network address and all other bits remain set at zero. Thus, 10.0.0.0 is the network number corresponding to IP address 10.0.0.1.
The portion of the IP address that does not refer to the network refers instead to the host address - literally, the unique identifier of the host on that network. In the above example, the host address becomes '0.0.0.1' or simply '1'. Also note that a network address becomes a reserved address that should not be assigned to any actual host. Configuring a live host at 10.0.0.0 in the example above could impact communications for all hosts on that network.
The table below illustrates the default numbering scheme for Class A, B, and C networks.
- Clas A | 0.0.0.0 - 127.255.255.255 | x.0.0.0 | 255.0.0.0
- Clas B | 128.0.0.0 - 191.255.255.255 | x.x.0.0 | 255.255.0.0
- Clas C | 192.0.0.0 - 223.255.255.255 | x.x.x.0 | 255.255.255.0
No comments:
Post a Comment