Design smarter IPv4 subnet layouts with confidence. Balance hosts, prefixes, and capacity across every segment. Share polished results quickly with charts, tables, and exports.
| Segment | Required Hosts | Suggested Prefix | Usable Hosts | Example Range |
|---|---|---|---|---|
| Office | 60 | /26 | 62 | 192.168.10.0 - 192.168.10.63 |
| Voice | 30 | /27 | 30 | 192.168.10.64 - 192.168.10.95 |
| Servers | 14 | /28 | 14 | 192.168.10.96 - 192.168.10.111 |
| Guests | 12 | /28 | 14 | 192.168.10.112 - 192.168.10.127 |
| Management | 6 | /29 | 6 | 192.168.10.128 - 192.168.10.135 |
Total addresses: 2^(32 - prefix)
Usable hosts: 2^(32 - prefix) - 2 for most subnets. This planner treats /31 as two usable point-to-point addresses and /32 as one host address.
Subnet mask: the prefix determines how many leading network bits are set to 1. Example: /26 = 255.255.255.192.
Block size: each subnet advances by 2^(32 - prefix) addresses, which sets the next valid network boundary.
Broadcast address: network + block size - 1.
VLSM method: host requirements are sorted from largest to smallest, then each subnet receives the smallest valid prefix that can satisfy its usable host demand.
Utilization: (requested hosts ÷ allocated usable hosts) × 100.
It converts a base IPv4 block into smaller valid subnets. It calculates masks, host ranges, broadcast addresses, capacity, and utilization, so you can design cleaner addressing plans.
VLSM gives each subnet a size based on its own host need. Equal subnetting splits the base network into repeated, identical blocks for simpler administration.
CIDR subnetting borrows whole bits. That means equal subnet counts naturally follow powers of two, such as 2, 4, 8, 16, and 32.
The planner automatically normalizes the entered IP to the correct network boundary for the chosen prefix. It also shows a note explaining the adjustment.
Traditional IPv4 subnets reserve one address for the network and one for broadcast. That is why usable hosts usually equal total addresses minus two.
Yes. It treats /31 as two usable point-to-point addresses and /32 as a single host route, which matches common operational practice.
Yes. After calculation, you can download the subnet report as CSV for spreadsheets or PDF for sharing, audits, and documentation.
Use VLSM when departments, VLANs, or services need different host counts. It reduces waste and usually produces a much more efficient address plan.
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.