Home > Glossary > 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
IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
IP Address: 192.168.1.3
Subnet Mask: 255.255.255.0
Go to top of page