Tested tool guide
Tested browser tools
Checked August 16, 2026
What CIDR Subnet Calculator does, with a checked example
A CIDR entry combines an IP address with a prefix length, such as 192.168.1.130/26. This calculator expands that notation into the subnet mask, network address, broadcast address, and conventional host range. The prefix determines which leading bits identify the network and how many addresses belong to its block. A frequent surprise is that the entered IP need not be the network address. If it falls inside the block, the calculated network address is the block's lower boundary.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Subnet mask: 255.255.255.192
Network address: 192.168.1.128
Broadcast address: 192.168.1.191
Host range: 192.168.1.129 - 192.168.1.190
A /26 leaves 6 address bits, producing blocks of 64 addresses. The block containing 192.168.1.130 runs from .128 through .191; excluding those two boundary addresses gives the conventional host range of .129 through .190.