0.0.0.0/3
PublicClass A — /3 prefix — 536,870,910 usable hosts
Network address — the base address of the block (0.0.0.0). All devices in this subnet share this prefix. Cannot be assigned to a host.
Broadcast address — packets sent to 31.255.255.255 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 536,870,910 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 224.0.0.0 is the dotted-decimal equivalent of /3. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 0.0.0.0/3 |
| Network Address | 0.0.0.0 |
| Broadcast Address | 31.255.255.255 |
| Subnet Mask | 224.0.0.0 |
| Wildcard Mask | 31.255.255.255 |
| Prefix Length | /3 |
| IP Address Class | Class A |
| Total IP Addresses | 536,870,912 |
| Usable Host Addresses | 536,870,910 |
| First Usable IP | 0.0.0.1 |
| Last Usable IP | 31.255.255.254 |
| Network (Hex) | 0x00000000 |
| Broadcast (Hex) | 0x1FFFFFFF |
| Address Type | Public / Globally Routable |
Binary Representation
The first 3 bits (1s in the mask) identify the network. The remaining 29 bits identify hosts within the network.
Subnet Breakdown — splitting into /4
This /3 block can be divided into 2 /4 subnets.
| CIDR | Network | Broadcast | First Usable | Last Usable | Hosts |
|---|---|---|---|---|---|
| 0.0.0.0/4 | 0.0.0.0 | 15.255.255.255 | 0.0.0.1 | 15.255.255.254 | 268,435,454 |
| 16.0.0.0/4 | 16.0.0.0 | 31.255.255.255 | 16.0.0.1 | 31.255.255.254 | 268,435,454 |