|

Sponsors

Syndicate

Syndicate content

Sponsors

subnetting

Internet Protocol (IP) Subnet masking

A subnet mask enables you to identify the network and node parts of the address. The network bits are represented by the 1s in the mask, and the node bits are represented by the 0s. A logical AND operation between the IP address and the subnet mask provides the Network Address.

For example, consider the following IP address and the default Class C subnet mask

192.189.210.078 and subnet mask 255.255.255.0

We can get the network and host portions of the address by using AND operator on the binary equivalent of these addresses as below:

Internet Protocol (IP) Subnet masking

Summary:
Subnetting an IP Network is done primarily for better utilization of available IP address space, and routing purpose. Other reasons include better organization, use of different physical media (such as Ethernet, WAN, etc.), and securing network resources.

Body:
A subnet mask enables you to identify the network and node parts of the address. The network bits are represented by the 1s in the mask, and the node bits are represented by the 0s. A logical AND operation between the IP address and the subnet mask provides the Network Address.

Syndicate content