Size networks accurately with CIDR, masks, and ranges. Review capacity, wildcard masks, and usable hosts. Compare prefix options before assigning addresses across growing environments.
This chart compares total addresses and usable hosts around the selected prefix.
| Network | Subnet Mask | Total Addresses | Usable Hosts | Usable Range | Broadcast |
|---|---|---|---|---|---|
| 192.168.10.0/24 | 255.255.255.0 | 256 | 254 | 192.168.10.1 - 192.168.10.254 | 192.168.10.255 |
| 172.16.20.128/26 | 255.255.255.192 | 64 | 62 | 172.16.20.129 - 172.16.20.190 | 172.16.20.191 |
| 10.12.8.0/27 | 255.255.255.224 | 32 | 30 | 10.12.8.1 - 10.12.8.30 | 10.12.8.31 |
| 10.50.4.240/28 | 255.255.255.240 | 16 | 14 | 10.50.4.241 - 10.50.4.254 | 10.50.4.255 |
2^(32 - prefix)
2^(32 - prefix) - 2 for most IPv4 subnets./31, two addresses are usable on point-to-point links. For /32, one address exists.
IP address AND subnet mask
Network address OR wildcard mask
255.255.255.255 - subnet mask
2^(child prefix - base prefix)
/24, /27, or /30.Subnet size describes how many addresses exist inside a subnet and how many are usable for hosts. It is determined by the CIDR prefix or subnet mask.
Most IPv4 subnets reserve the first address as the network address and the last address as the broadcast address. Those two addresses are not assigned to normal hosts.
The subnet mask identifies network bits. The wildcard mask is its inverse and highlights host bits. Wildcard masks are commonly used in access control and routing rules.
A /31 is commonly used on point-to-point links. Modern routing standards allow both addresses to be used, because broadcast traffic is not needed on that link type.
A base prefix lets you test how many equal-size child subnets fit inside a larger parent network. It is useful during subnet planning and address allocation design.
Yes. Enter required hosts, reserved hosts, and a desired subnet count. The calculator estimates a practical prefix and tells you whether the design is feasible.
No. This version is designed for IPv4 subnet sizing. The formulas, range output, and binary display are all focused on 32-bit addresses.
The page is arranged to show the calculated values immediately below the header. That keeps the outcome visible first, while the form stays available underneath for fast edits.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.