Tested tool guide
Tested browser tools
Checked August 16, 2026
What Network Calculator does, with a checked example
Network Calculator converts IPv4 CIDR input into the boundaries and masks needed to size or combine networks. It reports network and broadcast endpoints, subnet and wildcard masks, address capacity, and the usable range. Its planning functions cover supernets and VLSM allocations for different host requirements. A wildcard mask is the bitwise inverse of the subnet mask, not another notation for the same mask. A summarized supernet can also cover addresses beyond the original networks when they do not form one exact aligned block. Network plans stay in the browser, so private addressing is not uploaded.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Network: 192.168.10.0/26
Subnet mask: 255.255.255.192
Wildcard mask: 0.0.0.63
Broadcast: 192.168.10.63
Usable range: 192.168.10.1 - 192.168.10.62
Total addresses: 64
Usable hosts: 62
A /26 prefix leaves 6 host bits, producing 2^6 = 64 addresses from .0 through .63. Excluding the network and broadcast endpoints leaves 62 conventional host addresses; the final mask octet of 192 has the wildcard complement 63.