AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Calculate subnets, visualize network ranges, supernet, and convert between CIDR and IP ranges
Network
-
Broadcast
-
Subnet Mask
-
Wildcard
-
Host Range
-
Total Hosts
-
Usable Hosts
-
Prefix
-
Binary Visualization
| Network | Range | Hosts |
|---|
CIDR (Classless Inter-Domain Routing) notation is a compact method for specifying IP address ranges and subnets. Instead of using separate network and subnet mask fields, CIDR uses a single notation like 10.0.0.0/16 where the number after the slash indicates how many bits are used for the network prefix.
This calculator computes all essential network details from a given CIDR notation or IP range: network address, broadcast address, subnet mask, wildcard mask, usable host range, total number of hosts, and usable hosts. It also provides a binary visualization that helps you understand the bit-level structure of the subnet, and a subnet breakdown feature for dividing large networks into smaller subnets.
Common use cases include network planning and subnet design, calculating address ranges for firewall rules and security groups, understanding IP allocation in cloud environments (AWS VPCs, GCP subnets, Azure virtual networks), validating network configurations, and learning how IP subnetting works at the binary level.
192.168.1.0/24 or use the example buttons to load common prefixes.Total hosts is the total number of IP addresses in the subnet, including the network address (first) and broadcast address (last). Usable hosts subtracts these two reserved addresses to give the actual number of addresses available for devices. For example, a /24 network has 256 total hosts but only 254 usable hosts.
The subnet mask is derived by setting the first N bits (where N is the prefix length) to 1 and the remaining bits to 0. For example, /24 gives 255.255.255.0, /16 gives 255.255.0.0, and /8 gives 255.0.0.0. This tool does this conversion automatically.
The wildcard mask (also called an inverted subnet mask) is used in network access control lists (ACLs) and routing protocols like OSPF. It is the bitwise inversion of the subnet mask. Where the subnet mask has 1s (network portion), the wildcard mask has 0s, and vice versa.
Currently this tool focuses on IPv4 CIDR calculations. For IPv6 subnetting, we recommend using our dedicated IPv6 Calculator tool available in the related tools section.
When you break down a network with prefix /X into subnets with prefix /Y, the number of subnets created is 2^(Y-X). For example, breaking a /16 into /24 subnets creates 2^(24-16) = 256 subnets, each with 256 total hosts.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026