![]() |
VOOZH | about |
A Subnet Mask Calculator is a powerful tool for network administrators and IT professionals that simplifies IP subnetting.
Step 1: Enter an IP Address
Step 2: Choose a Subnet Mask or CIDR Notation
Step 3: View Results in Real-Time
The calculator displays:
Step 4: Explore Additional Features
Use the detailed results toggle for a full technical breakdown, check the quick summary cards for key information, or copy all results with the βCOPY ALLβ button.
Note: Experiment with different IPs and subnet masks to see how it affects the network range.
Here are some features of our subnet mask calculator:
A subnet mask defines the division between the network and host portions of an IP address. It ensures efficient IP address management by breaking large networks into smaller, manageable subnets, which helps reduce network congestion and improves security.
To more about subnetting, you can refer here.
For Example:
IPv4 uses 32-bit addresses, often represented in dotted-decimal notation. Subnetting helps split these IP addresses into smaller networks. For example:
The calculator shows detailed results for each subnet, including:
IPv6 uses 128-bit addresses and eliminates the need for network classes. Instead, IPv6 relies on CIDR notation for subnetting. The subnet calculator supports IPv6-specific calculations, providing:
CIDR notation, such as /24, represents the number of bits used for the network part of the address. Here are some common subnet masks with their CIDR equivalents:
| CIDR Notation | Subnet Mask | Hosts per Subnet |
|---|---|---|
| /8 | 255.0.0.0 | 16,777,214 |
| /16 | 255.255.0.0 | 65,534 |
| /24 | 255.255.255.0 | 254 |
| /30 | 255.255.255.252 | 2 |
Let's calculate the subnet mask for 192.168.1.0/26.
Step 1: Identify the CIDR Notation (Prefix Length)
In this example, /26 means the first 26 bits are for the network portion, and the remaining bits are for hosts.
Step 2: Convert the CIDR to Binary Subnet Mask
Write the first 26 bits as 1s (for the network) and the remaining 6 bits as 0s (for hosts):
11111111.11111111.11111111.11000000Step 3: Convert the Binary to Decimal
11111111 = 255
11111111 = 255
11111111 = 255
11000000 = 192
Step 4: Calculate the Number of Usable Hosts
Step 5: Find the IP Range