Home > Glossary > Subnet Mask

Subnet Mask

A subnet mask allows you to identify which part of an IP address is used as the network address and which part is used as the host address.

In the following example, the last segment of the IP address is known as the host address and the first three segments are the network address.

Example: Computer 1 can talk to Computer 2

  • Computer 1

    IP Address: 192.168.1.2

    Subnet Mask: 255.255.255.0

  • Computer 2

    IP Address: 192.168.1.3

    Subnet Mask: 255.255.255.0

0 denotes that there is no limit to communication at this part of the address.

Go to top of page