Special ip addresses, Subnetting and masking, Assigning an ip address to an interface – H3C Technologies H3C S12500 Series Switches User Manual

Page 35

Advertising
background image

21

Special IP addresses

The following IP addresses are for special use, so they cannot be used as host IP addresses:

IP address with an all-zero net ID—Identifies a host on the local network. For example, IP address
0.0.0.16 indicates the host with a host ID of 16 on the local network.

IP address with an all-zero host ID—Identifies a network.

IP address with an all-one host ID—Identifies a directed broadcast address. For example, a packet
with the destination address of 192.168.1.255 will be broadcast to all the hosts on the network

192.168.1.0.

Subnetting and masking

Subnetting divides a network down into smaller networks called subnets by using some bits of the host ID

to create a subnet ID.
Masking identifies the boundary between the host ID and the combination of net ID and subnet ID.
Each subnet mask comprises 32 bits that correspond to the bits in an IP address. In a subnet mask,

consecutive ones represent the net ID and subnet ID, and consecutive zeros represent the host ID.
Before being subnetted, Class A, B, and C networks use these default masks (also called natural masks):
255.0.0.0, 255.255.0.0, and 255.255.255.0, respectively.

Figure 11 Subnetting a Class B network

Subnetting increases the number of addresses that cannot be assigned to hosts, therefore, using subnets
means accommodating somewhat fewer hosts.
For example, a Class B network without subnetting can accommodate 1022 more hosts than the same

network subnetted into 512 subnets.

Without subnetting, 65534 hosts (2

16

– 2). (The two deducted addresses are the broadcast address,

which has an all-one host ID, and the network address, which has an all-zero host ID.)

With subnetting, use the first 9 bits of the host-id for subnetting provides 512 (29) subnets. However,

only 7 bits remain available for the host ID. This allows 126 (27 – 2) hosts in each subnet, a total of
64512 hosts (512 × 126).

Assigning an IP address to an interface

You can assign an interface one primary and multiple secondary IP addresses.
Generally, you need to assign only the primary address to an interface. In some cases, you need to
assign secondary IP addresses to the interface. For example, if the interface connects to two subnets, you

Advertising