Subnet Calculator — IPv4 CIDR & Mask Tool
A subnet calculator computes IPv4 network parameters — network address, broadcast address, subnet mask, wildcard mask, host range, and usable host count — from an IP address and CIDR prefix length (/0 through /32).
Enter an IPv4 address and CIDR prefix (e.g., 192.168.1.0/24). ScanSuite calculates the network address, broadcast address, subnet mask, wildcard mask, first and last usable host, and total host count instantly in your browser.
Subnetting divides an IPv4 network into smaller segments for routing efficiency, broadcast domain isolation, and security zone separation. Every network engineer, cloud architect, and security analyst works with CIDR notation like 10.0.0.0/8 or 192.168.1.0/24 daily.
ScanSuite's free subnet calculator accepts any IPv4 address paired with a CIDR prefix from /0 to /32 and returns network address, broadcast address, subnet mask, wildcard mask, usable host range, and host count — no command-line ipcalc or spreadsheet required.
ScanSuite's free IPv4 subnet calculator computes network address, broadcast, subnet mask, wildcard mask, and usable host range for any CIDR prefix /0–/32. Use it for network design, cloud VPC planning, firewall rule authoring, and certification study — directly in your browser without CLI tools or an account.
Frequently Asked Questions
- What is a subnet calculator?
- A subnet calculator is a tool that computes IPv4 network parameters from an IP address and CIDR prefix length. It determines the network address, broadcast address, subnet mask, wildcard mask, host range, and number of usable addresses. Network engineers use subnet calculators daily to design addressing schemes, configure firewalls, plan cloud VPCs, and verify certification exam answers without manual binary conversion.
- How do I use CIDR notation?
- CIDR notation combines an IPv4 address with a prefix length separated by a slash. The prefix length (0–32) indicates how many leading bits are fixed as the network portion. For example, 192.168.1.0/24 means the first 24 bits define the network and the remaining 8 bits identify 256 addresses. A /24 equals subnet mask 255.255.255.0. Shorter prefixes like /16 cover larger networks; longer prefixes like /28 cover smaller segments.
- What CIDR prefix range does ScanSuite support?
- ScanSuite supports the full IPv4 CIDR range from /0 through /32. A /0 represents the entire IPv4 address space. A /32 represents a single host address. All standard prefix lengths used in enterprise networking, cloud VPCs, and certification exams are supported. This tool calculates IPv4 subnets only — it does not support IPv6 prefix calculations or /64 planning.
- What is the difference between network address and broadcast address?
- The network address has all host bits set to zero — it identifies the subnet itself and is not assignable to a device. The broadcast address has all host bits set to one — it represents all hosts on the subnet for broadcast traffic and is also not assignable. In 192.168.1.0/24, the network address is 192.168.1.0 and the broadcast is 192.168.1.255. Usable hosts fall between these boundaries.
- How many usable hosts are in a /24 subnet?
- A /24 subnet contains 256 total addresses (2^8 host bits). Subtracting the network address and broadcast address leaves 254 usable host addresses — typically 192.168.1.1 through 192.168.1.254. Some cloud providers reserve additional addresses within each subnet for infrastructure purposes. AWS, for example, reserves five addresses in every subnet beyond the standard network and broadcast reservations.
- What is a wildcard mask?
- A wildcard mask is the inverse of a subnet mask — zero bits indicate bits that must match, and one bits indicate bits that are ignored. Subnet mask 255.255.255.0 corresponds to wildcard mask 0.0.0.255. Wildcard masks appear in Cisco IOS access control lists and some firewall rule syntax. Our calculator displays both masks so you can copy the correct format for your target platform.