10.0.1.0/29
Private (RFC 1918) RFC 1918Class A — /29 prefix — 6 usable hosts
Network address — the base address of the block (10.0.1.0). All devices in this subnet share this prefix. Cannot be assigned to a host.
Broadcast address — packets sent to 10.0.1.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 | 10.0.1.0/29 |
| Network Address | 10.0.1.0 |
| Broadcast Address | 10.0.1.7 |
| Subnet Mask | 255.255.255.248 |
| Wildcard Mask | 0.0.0.7 |
| Prefix Length | /29 |
| IP Address Class | Class A |
| Total IP Addresses | 8 |
| Usable Host Addresses | 6 |
| First Usable IP | 10.0.1.1 |
| Last Usable IP | 10.0.1.6 |
| Network (Hex) | 0x0A000100 |
| Broadcast (Hex) | 0x0A000107 |
| 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 |
|---|---|---|---|---|---|
| 10.0.1.0/30 | 10.0.1.0 | 10.0.1.3 | 10.0.1.1 | 10.0.1.2 | 2 |
| 10.0.1.4/30 | 10.0.1.4 | 10.0.1.7 | 10.0.1.5 | 10.0.1.6 | 2 |