192.168.0.0/16
Private (RFC 1918) RFC 1918The 192.168.0.0/16 block is the best-known private IPv4 range, covering 192.168.0.0 through 192.168.255.255. It is universally used by home routers, small office networks, and consumer networking equipment.
Network address — the base address of the block (192.168.0.0). All devices in this subnet share this prefix. Cannot be assigned to a host.
Broadcast address — packets sent to 192.168.255.255 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 65,534 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 255.255.0.0 is the dotted-decimal equivalent of /16. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 192.168.0.0/16 |
| Network Address | 192.168.0.0 |
| Broadcast Address | 192.168.255.255 |
| Subnet Mask | 255.255.0.0 |
| Wildcard Mask | 0.0.255.255 |
| Prefix Length | /16 |
| IP Address Class | Class C |
| Total IP Addresses | 65,536 |
| Usable Host Addresses | 65,534 |
| First Usable IP | 192.168.0.1 |
| Last Usable IP | 192.168.255.254 |
| Network (Hex) | 0xC0A80000 |
| Broadcast (Hex) | 0xC0A8FFFF |
| Governing RFC | RFC 1918 |
| Address Type | Private (RFC 1918) |
Binary Representation
The first 16 bits (1s in the mask) identify the network. The remaining 16 bits identify hosts within the network.
Subnet Breakdown — splitting into /17
This /16 block can be divided into 2 /17 subnets.
| CIDR | Network | Broadcast | First Usable | Last Usable | Hosts |
|---|---|---|---|---|---|
| 192.168.0.0/17 | 192.168.0.0 | 192.168.127.255 | 192.168.0.1 | 192.168.127.254 | 32,766 |
| 192.168.128.0/17 | 192.168.128.0 | 192.168.255.255 | 192.168.128.1 | 192.168.255.254 | 32,766 |
Common Use Cases
- → Home router LAN (192.168.0.0/24 or 192.168.1.0/24)
- → Small office networks
- → Default gateway ranges for consumer routers
- → Lab and test environments
- → Virtual machine host-only networks