Input
Network Address The first address in the subnet. It identifies the network itself and cannot be assigned to a host.
192.168.1.0
Broadcast Address The last address in the subnet. Packets sent here are delivered to all hosts on the network.
192.168.1.255
First Host
192.168.1.1
Last Host
192.168.1.254
Total Hosts
254
Subnet Mask
255.255.255.0
Wildcard Mask The inverse of the subnet mask. Used in ACLs and routing configs to specify which bits can vary.
0.0.0.255
CIDR Notation
192.168.1.0/24
IP Class
C
Private Address?
Yes (Private)
Binary Representation
IP: 11000000.10101000.00000001.00000000
Mask: 11111111.11111111.11111111.00000000
Common Subnets
| CIDR | Subnet Mask | Usable Hosts |
|---|---|---|
| /32 | 255.255.255.255 | 1 |
| /31 | 255.255.255.254 | 2 |
| /30 | 255.255.255.252 | 2 |
| /29 | 255.255.255.248 | 6 |
| /28 | 255.255.255.240 | 14 |
| /27 | 255.255.255.224 | 30 |
| /26 | 255.255.255.192 | 62 |
| /25 | 255.255.255.128 | 126 |
| /24 | 255.255.255.0 | 254 |
| /23 | 255.255.254.0 | 510 |
| /22 | 255.255.252.0 | 1022 |
| /21 | 255.255.248.0 | 2046 |
| /20 | 255.255.240.0 | 4094 |
| /16 | 255.255.0.0 | 65.534 |
| /8 | 255.0.0.0 | 16.777.214 |
About this tool
Enter an IP address and CIDR prefix length to instantly calculate network details including network address, broadcast address, host range, subnet mask, wildcard mask, and IP class. Includes a common subnet cheatsheet.
Understanding CIDR notation
CIDR (Classless Inter-Domain Routing) notation combines an IP address with a prefix length (e.g., 192.168.1.0/24). The prefix length indicates how many bits of the address identify the network, with the remaining bits available for host addresses.
- Network and broadcast address calculation
- First and last usable host
- Total usable hosts count
- Subnet mask and wildcard mask
- IP class detection (A/B/C/D/E)
- Private vs public address identification
- Binary representation
- Common subnet cheatsheet
100% free. No signup. No data collected anywhere.