Convert CIDR notation to IP address ranges.
Format: IP/prefix (e.g., 192.168.0.0/24)
CIDR (Classless Inter-Domain Routing) was introduced in 1993 to replace the old classful networking system (Class A, B, C) which wasted IP address space. CIDR allows network boundaries to be placed at any bit position, not just at the 8, 16, or 24 bit marks. This flexibility enables more efficient allocation of IP addresses and reduces the size of routing tables.
A CIDR block is written as an IP address followed by a slash and a prefix length (e.g., 10.0.0.0/8). The prefix length tells you how many leading bits are fixed (the network part). The remaining bits are available for host addresses. This tool calculates all derived values from any CIDR block: the IP range, network and broadcast addresses, subnet mask, and total number of addresses.
/8
16,777,216 addresses
Class A network
/16
65,536 addresses
Class B network
/24
256 addresses
Class C network
/32
1 address
Single host
0.0.0.0/0 for all IPv4 addresses (public access), 10.0.0.0/16 for your VPC range, or a specific IP like 203.0.113.50/32 for a single host. For IPv6, use ::/0 for all addresses.192.168.1.100/32 refers to exactly one address: 192.168.1.100.Once your network is configured, make sure your services stay reachable. UptimeSignal monitors your endpoints and alerts you the moment something goes down.
Start monitoring free →25 monitors free. No credit card required.