Analyze IPv4 networks with CIDR and subnet masks. Review hosts, wildcards, reverse pointers, and exports. Build accurate plans for labs, offices, audits, and migrations.
| Input IP | Prefix | Network | Usable Range | Broadcast |
|---|---|---|---|---|
| 192.168.1.34 | /24 | 192.168.1.0 | 192.168.1.1 - 192.168.1.254 | 192.168.1.255 |
| 10.20.15.200 | /20 | 10.20.0.0 | 10.20.0.1 - 10.20.15.254 | 10.20.15.255 |
| 172.16.5.9 | /28 | 172.16.5.0 | 172.16.5.1 - 172.16.5.14 | 172.16.5.15 |
An IP subnet range calculator helps network teams design clean IPv4 layouts. It converts one address and one prefix into useful planning data. You can see the network address, broadcast address, first usable host, last usable host, and total capacity. This saves time during deployment, migration, and troubleshooting. It also reduces human error. A small mistake in subnetting can break routing, DHCP scopes, firewall rules, and VPN policies.
This calculator shows the subnet mask, wildcard mask, host bits, and network bits. It also displays binary values. Binary visibility is useful for students, trainers, and engineers who want to verify bit boundaries. The address scope adds context too. You can quickly identify public, private, loopback, multicast, or link-local ranges. Reverse DNS guidance helps with DNS planning. The integer range is useful for scripting, databases, and log analysis workflows.
Subnet calculations support many real tasks. A lab team may split one private block into smaller training segments. An office may reserve subnets for users, printers, phones, cameras, and guests. A cloud engineer may map CIDR blocks before VPC peering or firewall changes. An auditor may review whether ranges overlap. Clear subnet ranges improve documentation and reduce conflict between teams.
This page also supports CSV and PDF exports. That makes the result easy to save, share, and attach to change records. The host preview list is useful for quick validation. You can inspect the first and last addresses without manual counting. For most networks, usable hosts follow the common formula of total addresses minus two. Special handling is included for /31 and /32 networks. That makes the calculator practical for modern point-to-point links and host routes.
CIDR means Classless Inter-Domain Routing. It uses a prefix length like /24 to show how many leading bits belong to the network portion of an IPv4 address.
The network address identifies the subnet itself. The broadcast address reaches all hosts in that subnet. They usually cannot be assigned to regular devices.
Most IPv4 subnets reserve one address for the network and one for broadcast. That is why the usable host formula is total addresses minus two.
/31 networks are commonly used on point-to-point links. Both addresses can serve as endpoints, so the usual network and broadcast reservation does not apply.
Yes. The calculator accepts both values. It checks whether they match. If they conflict, it returns an error so you can correct the input.
A wildcard mask is the inverse of the subnet mask. It is often used in access control lists, routing policies, and network matching rules.
Binary values make subnet boundaries easier to inspect. They help you verify bit borrowing, host capacity, and network alignment during study or production planning.
Export after you verify the network address, usable range, and mask. CSV works well for spreadsheets. PDF is useful for sharing or archiving reports.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.