Calculate network address ranges, broadcast IPs, netmasks, wildcard masks, and usable host counts from CIDR blocks.
Enter an IP address and CIDR prefix (e.g. 192.168.1.0/24) to inspect network breakdown metrics, wildcard masks, usable host ranges, and IP class designations.
| CIDR Notation: | 192.168.1.0/24 | Netmask: | 255.255.255.0 |
|---|---|---|---|
| Network IP: | 192.168.1.0 | Broadcast IP: | 192.168.1.255 |
| First Usable Host: | 192.168.1.1 | Last Usable Host: | 192.168.1.254 |
| Usable Hosts: | 254 | Total Addresses: | 256 |
| Wildcard Mask: | 0.0.0.255 | IP Type / Class: | Private (Class C) |
An IP Subnet Calculator parses IPv4 addresses and CIDR prefix notation to calculate network boundaries, broadcast addresses, usable host ranges, and wildcard masks required for router, cloud VPC, and firewall configuration.
/24 or /16).Accurate CIDR and subnet calculations ensure proper network routing, firewall ACL configurations, security group isolation, and VPC architecture for high-availability web servers and database clusters.