Typical /24 office subnet
Input
192.168.1.10/24
Output
Network: 192.168.1.0 Broadcast: 192.168.1.255 Usable range: 192.168.1.1 - 192.168.1.254
Useful for common LAN subnets where almost the entire last octet is available for hosts.
Network Tools
Review practical IP Range Calculator examples so you can understand expected input, output, and common patterns faster.
Use this free IP Range Calculator to find the network address, first usable IP, last usable IP, broadcast address, subnet mask, and total host capacity for an IPv4 subnet. It is useful for subnetting practice, network planning, VLAN design, firewall rules, access lists, lab work, and quick troubleshooting when you need to understand exactly which IP addresses belong to a subnet.
Example pages are especially useful for network tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
192.168.1.10/24
Output
Network: 192.168.1.0 Broadcast: 192.168.1.255 Usable range: 192.168.1.1 - 192.168.1.254
Useful for common LAN subnets where almost the entire last octet is available for hosts.
Input
10.0.0.5/30
Output
Network: 10.0.0.4 Broadcast: 10.0.0.7 Usable range: 10.0.0.5 - 10.0.0.6
Helpful for understanding very small subnets often used on routed links.
Input
172.16.5.20/16
Output
Network: 172.16.0.0 Broadcast: 172.16.255.255 Usable range: 172.16.0.1 - 172.16.255.254
Useful when checking large internal networks with many available hosts.
Input
192.168.50.33/27
Output
Network: 192.168.50.32 Broadcast: 192.168.50.63 Usable range: 192.168.50.33 - 192.168.50.62
Helpful when designing smaller VLANs or branch office segments.
Input
10.25.7.99/8
Output
Network: 10.0.0.0 Broadcast: 10.255.255.255 Usable range: 10.0.0.1 - 10.255.255.254
Useful for understanding how broad a large private range can be.
Input
203.0.113.10/29
Output
Network: 203.0.113.8 Broadcast: 203.0.113.15 Usable range: 203.0.113.9 - 203.0.113.14
Useful when working with small public IP allocations or lab ranges.
Input
192.168.1.25/32
Output
Network: 192.168.1.25 Broadcast: 192.168.1.25 Usable range: single host
Helpful when checking single-host routes, ACL entries, or exact match addresses.
Input
192.168.1.300/24
Output
Invalid IPv4/CIDR input
The calculator rejects invalid octets or malformed CIDR values.
Fix: Include the prefix length, for example 192.168.1.10/24 instead of just 192.168.1.10.
Fix: Remember that the network address identifies the subnet itself and is not normally assigned to a host.
Fix: The broadcast address is reserved for the subnet and is not normally assigned to a device.
Fix: Check the prefix length carefully because a /24, /27, and /30 have very different host capacity.
Fix: Decide whether you need a subnet range, a single host entry, or a summarized network before using the result.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main IP Range Calculator page and test your own real input.