Calculate network addresses, host ranges, and masks from CIDR notation.
Enter an IPv4 address and prefix length to instantly see the network address, broadcast address, usable host range, subnet mask, wildcard mask, and binary representation. You can also paste CIDR notation directly (e.g. 10.0.1.0/24).
Results
32-Bit Visual Map
Binary Representation
| CIDR | Hosts | Typical ISP Use |
|---|---|---|
| /32 | 1 | Loopback, management IP |
| /31 | 2 | Point-to-point links (RFC 3021) |
| /30 | 2 | OLT uplinks, router interconnects |
| /29 | 6 | Small customer allocation |
| /28 | 14 | Small office, CPE management |
| /27 | 30 | Medium customer block |
| /26 | 62 | OLT management VLAN |
| /25 | 126 | Large customer block |
| /24 | 254 | Standard LAN, subscriber segment |
| /22 | 1,022 | Large subscriber pool |
| /20 | 4,094 | NAT pool, cloud VPC |
| /16 | 65,534 | Large ISP internal network |
| /8 | 16.8M | Massive network (Class A) |
| CIDR | Addresses | Common Use |
|---|---|---|
| 10.0.0.0/8 | 16.7M | Cloud VPCs, large ISP backbones |
| 172.16.0.0/12 | 1M | Docker, medium networks |
| 192.168.0.0/16 | 65K | Home networks, CPE management |
| 100.64.0.0/10 | 4.2M | CGNAT shared address space (RFC 6598) |
Subnetting divides a single IP network into smaller, isolated segments. Each subnet has its own network address, broadcast address, and range of usable host addresses. For ISPs, subnetting is fundamental to network architecture — it determines how subscriber traffic is segmented, how management VLANs are isolated, and how efficiently public and private address space is utilized.
CIDR (Classless Inter-Domain Routing) notation, defined in RFC 4632, replaced the old Class A/B/C system in 1993, enabling flexible prefix lengths from /0 to /32. A /24 gives you 254 usable hosts, a /30 gives you 2, and a /20 gives you 4,094 — allowing ISPs to allocate exactly the right amount of address space for each purpose.
Every subnet calculation boils down to bitwise operations on the IP address and subnet mask:
The binary representation in the calculator above shows exactly how these operations work bit-by-bit. The 1-bits in the mask identify the network portion, while the 0-bits identify the host portion.
Effective subnet planning is critical for ISP operations. Common allocation patterns:
Always over-provision slightly — renumbering a subnet is far more disruptive than allocating a few extra addresses upfront. Pair your IP address planning with switch and port monitoring to track utilization and detect oversubscribed segments before they affect subscribers.
Common questions about subnetting, CIDR notation, and IP address planning for ISPs.
NetSense NMS gives ISPs real-time visibility into every switch port, OLT interface, and subscriber segment. Detect oversubscribed subnets, port errors, and capacity issues before they impact your customers.
Learn more: Switch & Port Monitoring · Network Topology · SLA Calculator