IPv4 & IPv6 network details, VLSM planning, reverse lookup, and reference tables
| Network | CIDR | Usable Range | Broadcast | Usable Hosts |
|---|
Uses the network calculated above as the address pool. Enter one requirement per line as Name,HostsNeeded (e.g. Sales,50) or just a number — subnets are sized to the smallest block that fits and packed efficiently, largest first.
| Name | Hosts Needed | CIDR | Network | Usable Range | Broadcast | Usable Hosts |
|---|
Paste your known networks below (one CIDR per line) and check which ones contain a given IPv4 address. Handy for troubleshooting which VLAN/subnet an address belongs to.
| Network | Prefix | Result |
|---|
An IPv4 address is 32 bits, usually written as four decimal octets (e.g. 192.168.1.10). A subnet mask (or its shorthand, the /CIDR prefix) tells you how many of those bits identify the network and how many are left over to identify hosts on that network.
/26 means the first 26 bits are the network portion, leaving 6 bits for hosts.255.255.255.192 (26 ones, then zeros).192.168.1.0.192.168.1.63.192.168.1.1 – 192.168.1.62 (64 − 2 = 62 usable hosts).Splitting one large network into smaller subnets reduces broadcast traffic, lets you apply different firewall/VLAN policy per segment, and avoids wasting address space on a department that only needs 10 hosts but was handed a /24 (254 usable addresses). That's what the Subnet Splitter and VLSM Planner above help you do.
Bigger prefix number (e.g. /28) → fewer host bits → smaller subnet. Smaller prefix number (e.g. /16) → more host bits → bigger subnet. Every time the prefix grows by 1, the subnet size halves.
Bookmark this: the full mapping from prefix length to subnet mask, wildcard mask, total addresses, and usable hosts.
| CIDR | Subnet Mask | Wildcard Mask | Total Addresses | Usable Hosts |
|---|
| Range | Name | Description |
|---|
| Range | Name | Description |
|---|