CIDR calculator is a networking tool that derives subnet details from any IPv4 CIDR notation. It returns the network address, broadcast address, subnet mask, first and last usable hosts, and the total host count for any prefix from /0 to /32. The tool runs in your browser.
/24 · 255.255.255.0 · 254 usable hosts
Direct links for subnet and CIDR topics.
ip & mask, broadcast = network | ~mask, total hosts = 2^(32 − prefix), usable hosts = total − 2 for prefixes 0 to 30.10.0.0.0/8 to 192.168.1.5/32).Reviewed and tested May 25, 2026.