Enter an IP address with CIDR prefix (e.g. 192.168.1.0/24) or IP + subnet mask. Get network address, broadcast, usable range, total hosts, binary breakdown, and subnet splitting. 100% client-side.
CIDR (Classless Inter-Domain Routing) notation compactly specifies an IP address range using a suffix: 192.168.1.0/24. The number after the / is the prefix length —the count of bits in the network portion of the address.
2^(32-prefix) - 2./24 = 255.255.255.0.Common private ranges: 10.0.0.0/8 (16.7M hosts), 172.16.0.0/12 (1M hosts), 192.168.0.0/16 (65K hosts). All calculations happen in your browser.