cidr · subnet math · split · runs locally
| CIDR notation | 192.168.1.0/24 |
| IP address | 192.168.1.0 |
| network address | 192.168.1.0 |
| broadcast address | 192.168.1.255 |
| first usable host | 192.168.1.1 |
| last usable host | 192.168.1.254 |
| subnet mask | 255.255.255.0 |
| wildcard mask | 0.0.0.255 |
| total addresses | 256 |
| usable hosts | 254 |
| prefix length | /24 |
| ip class | C |
| private range | yes (RFC 1918) |
| subnet mask (binary) | 11111111.11111111.11111111.00000000 |