Subnet Calculator
The subnet calculator takes an IPv4 address in CIDR notation and returns the network and broadcast addresses, the subnet and wildcard masks, the usable host range and how many hosts the block holds. It accepts a dotted mask instead of a prefix length, and says whether the address is public, private or reserved.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Subnet Calculator
- Enter an address in CIDR notation, such as 192.168.1.0/24.
- A dotted mask works too — 192.168.1.0/255.255.255.0 gives the same answer.
- Read the network and broadcast addresses and the usable host range.
- If you entered a host address rather than the network address, the note at the top tells you which network it belongs to.
Example
192.168.1.0/24
Network: 192.168.1.0 Broadcast: 192.168.1.255 Usable: 192.168.1.1 – 192.168.1.254 (254 hosts)
Common use cases
- Working out how many hosts a proposed subnet will hold before allocating it.
- Finding which network a given host address belongs to.
- Converting between a prefix length and a dotted subnet mask.
- Producing the wildcard mask for an access control list.
- Checking whether an address is public, RFC 1918 private, or reserved.
Limitations and things to watch for
- IPv4 only. IPv6 subnetting works on the same principles but the address sizes make a different interface sensible, so it is not folded in here.
- A /31 has no network or broadcast address and carries two usable addresses for point-to-point links (RFC 3021); a /32 is a single host. Both are handled, but older equipment may not accept a /31.
- This calculates from the numbers you give it. It does not query anything, so it cannot tell you whether an address is actually in use.