[ Subnet calculator | IP range calculator | Network planning tool ]
Format: IP/prefix (e.g., 10.0.0.0/8, 192.168.0.0/16)
Common Ranges:
Example:
192.168.1.0/24 gives you
192.168.1.0 โ 192.168.1.255
What is CIDR? Classless Inter-Domain Routing (CIDR) is a method for allocating IP addresses and routing. It uses a suffix (like /24) to specify how many bits are in the network portion.
Common CIDR ranges:
Use cases: Network planning, subnet design, firewall rules, AWS/Azure VPC configuration, IP address allocation.
Related: IP Lookup ยท ASN Lookup
What is CIDR? CIDR represents an IP network as address/prefix (example: 10.0.0.0/8). The prefix length controls how large the range is.
How many IPs are in a /24? A /24 contains 256 total IPv4 addresses. In many cases, 254 are usable hosts (network + broadcast reserved).
What are network and broadcast addresses? The network address identifies the subnet, and the broadcast address targets all hosts on that subnet (traditional IPv4 subnetting).
What should I do with the IP range result? Use it for firewall allowlists, subnet planning, and cloud networking. Pair it with Reverse DNS and IP Lookup when investigating specific addresses.