Subnet Calculator
Calculate network addresses, broadcast addresses, and host ranges for IP subnets
subnetcalculatorcidrnetworkipmaskaddressrange
/
Subnet Information
Network Address
192.168.1.0
Broadcast Address
192.168.1.255
Subnet Mask
255.255.255.0
Wildcard Mask
0.0.0.255
First Usable Host
192.168.1.1
Last Usable Host
192.168.1.254
Total Hosts
256
Usable Hosts
254
IP Classification
ClassC
TypePrivate
CIDR/24
Binary Representation
IP Address
11000000.10101000.00000001.00000000
Subnet Mask
11111111.11111111.11111111.00000000
Common Subnet Masks
| CIDR | Subnet Mask | Usable Hosts |
|---|---|---|
| /8 | 255.0.0.0 | 16,777,214 |
| /16 | 255.255.0.0 | 65,534 |
| /24 | 255.255.255.0 | 254 |
| /25 | 255.255.255.128 | 126 |
| /26 | 255.255.255.192 | 62 |
| /27 | 255.255.255.224 | 30 |
| /28 | 255.255.255.240 | 14 |
| /29 | 255.255.255.248 | 6 |
| /30 | 255.255.255.252 | 2 |
| /31 | 255.255.255.254 | 0 |
| /32 | 255.255.255.255 | 0 |
Subnet Calculator Tips
• CIDR notation represents the number of network bits in the subnet mask
• Private IP ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
• The first address is the network address, the last is the broadcast address
• Usable hosts = Total hosts - 2 (network and broadcast addresses)