192.168.0.0/29
Private (RFC 1918) RFC 1918Class C — /29 prefix — 6 usable hosts
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.0.7 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 6 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 255.255.255.248 is the dotted-decimal equivalent of /29. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 192.168.0.0/29 |
| Network Address | 192.168.0.0 |
| Broadcast Address | 192.168.0.7 |
| Subnet Mask | 255.255.255.248 |
| Wildcard Mask | 0.0.0.7 |
| Prefix Length | /29 |
| IP Address Class | Class C |
| Total IP Addresses | 8 |
| Usable Host Addresses | 6 |
| First Usable IP | 192.168.0.1 |
| Last Usable IP | 192.168.0.6 |
| Network (Hex) | 0xC0A80000 |
| Broadcast (Hex) | 0xC0A80007 |
| Governing RFC | RFC 1918 |
| Address Type | Private (RFC 1918) |
Binary Representation
The first 29 bits (1s in the mask) identify the network. The remaining 3 bits identify hosts within the network.
Subnet Breakdown — splitting into /30
This /29 block can be divided into 2 /30 subnets.
| CIDR | Network | Broadcast | First Usable | Last Usable | Hosts |
|---|---|---|---|---|---|
| 192.168.0.0/30 | 192.168.0.0 | 192.168.0.3 | 192.168.0.1 | 192.168.0.2 | 2 |
| 192.168.0.4/30 | 192.168.0.4 | 192.168.0.7 | 192.168.0.5 | 192.168.0.6 | 2 |