IPv4 Subnet Calculator
Enter any IP address with CIDR notation or subnet mask to instantly calculate network address, broadcast address, usable host range, wildcard mask, IP class, and binary representation. No external requests — all calculations run in your browser.
── Subnet Results ──────────────────────────────
IP Address
Subnet Mask
CIDR Notation
Network Address
Broadcast Address
First Usable Host
Last Usable Host
Usable Hosts
Wildcard Mask
IP Class
IP Type
── Binary Representation ──────────────────────
IP Address
Subnet Mask
Network
Broadcast
── CIDR Quick Reference ────────────────────────────────
| CIDR | Subnet Mask | Usable Hosts | Wildcard | Common Use |
|---|---|---|---|---|
| /8 | 255.0.0.0 | 16,777,214 | 0.255.255.255 | Class A / large ISP blocks |
| /16 | 255.255.0.0 | 65,534 | 0.0.255.255 | Class B / enterprise LANs |
| /24 | 255.255.255.0 | 254 | 0.0.0.255 | Standard home / office LAN |
| /25 | 255.255.255.128 | 126 | 0.0.0.127 | Split /24 in half |
| /26 | 255.255.255.192 | 62 | 0.0.0.63 | Small dept segment |
| /27 | 255.255.255.224 | 30 | 0.0.0.31 | Very small segment |
| /28 | 255.255.255.240 | 14 | 0.0.0.15 | Server cluster / DMZ |
| /29 | 255.255.255.248 | 6 | 0.0.0.7 | Point-to-point + extras |
| /30 | 255.255.255.252 | 2 | 0.0.0.3 | WAN point-to-point links |
| /31 | 255.255.255.254 | 2 | 0.0.0.1 | Unnumbered P2P (RFC 3021) |
| /32 | 255.255.255.255 | 1 | 0.0.0.0 | Host route / loopback |
── Reserved IPv4 Address Ranges ──────────────────────
| Range | CIDR | Purpose | RFC |
|---|---|---|---|
| 10.0.0.0 – 10.255.255.255 | /8 | Private (Class A) | RFC 1918 |
| 172.16.0.0 – 172.31.255.255 | /12 | Private (Class B) | RFC 1918 |
| 192.168.0.0 – 192.168.255.255 | /16 | Private (Class C) | RFC 1918 |
| 127.0.0.0 – 127.255.255.255 | /8 | Loopback | RFC 5735 |
| 169.254.0.0 – 169.254.255.255 | /16 | Link-Local (APIPA) | RFC 3927 |
| 100.64.0.0 – 100.127.255.255 | /10 | Shared Address Space (CGNAT) | RFC 6598 |
| 224.0.0.0 – 239.255.255.255 | /4 | Multicast | RFC 5771 |
| 240.0.0.0 – 255.255.255.255 | /4 | Reserved / Broadcast | RFC 1112 |