128.0.0.0/1
PublicClass B — /1 prefix — 2,147,483,646 usable hosts
Network address — the base address of the block (128.0.0.0). All devices in this subnet share this prefix. Cannot be assigned to a host.
Broadcast address — packets sent to 255.255.255.255 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 2,147,483,646 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 128.0.0.0 is the dotted-decimal equivalent of /1. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 128.0.0.0/1 |
| Network Address | 128.0.0.0 |
| Broadcast Address | 255.255.255.255 |
| Subnet Mask | 128.0.0.0 |
| Wildcard Mask | 127.255.255.255 |
| Prefix Length | /1 |
| IP Address Class | Class B |
| Total IP Addresses | 2,147,483,648 |
| Usable Host Addresses | 2,147,483,646 |
| First Usable IP | 128.0.0.1 |
| Last Usable IP | 255.255.255.254 |
| Network (Hex) | 0x80000000 |
| Broadcast (Hex) | 0xFFFFFFFF |
| Address Type | Public / Globally Routable |
Binary Representation
The first 1 bits (1s in the mask) identify the network. The remaining 31 bits identify hosts within the network.
Split into Equal Subnets
Split 128.0.0.0/1 into 2 equal /2 subnets (1,073,741,822 usable hosts each).
| # | CIDR | Network | First Usable | Last Usable | Broadcast | Hosts |
|---|---|---|---|---|---|---|
| 1 | 128.0.0.0/2 | 128.0.0.0 | 128.0.0.1 | 191.255.255.254 | 191.255.255.255 | 1,073,741,822 |
| 2 | 192.0.0.0/2 | 192.0.0.0 | 192.0.0.1 | 255.255.255.254 | 255.255.255.255 | 1,073,741,822 |
Split 128.0.0.0/1 into 4 equal /3 subnets (536,870,910 usable hosts each).
| # | CIDR | Network | First Usable | Last Usable | Broadcast | Hosts |
|---|---|---|---|---|---|---|
| 1 | 128.0.0.0/3 | 128.0.0.0 | 128.0.0.1 | 159.255.255.254 | 159.255.255.255 | 536,870,910 |
| 2 | 160.0.0.0/3 | 160.0.0.0 | 160.0.0.1 | 191.255.255.254 | 191.255.255.255 | 536,870,910 |
| 3 | 192.0.0.0/3 | 192.0.0.0 | 192.0.0.1 | 223.255.255.254 | 223.255.255.255 | 536,870,910 |
| 4 | 224.0.0.0/3 | 224.0.0.0 | 224.0.0.1 | 255.255.255.254 | 255.255.255.255 | 536,870,910 |
Split 128.0.0.0/1 into 8 equal /4 subnets (268,435,454 usable hosts each).
| # | CIDR | Network | First Usable | Last Usable | Broadcast | Hosts |
|---|---|---|---|---|---|---|
| 1 | 128.0.0.0/4 | 128.0.0.0 | 128.0.0.1 | 143.255.255.254 | 143.255.255.255 | 268,435,454 |
| 2 | 144.0.0.0/4 | 144.0.0.0 | 144.0.0.1 | 159.255.255.254 | 159.255.255.255 | 268,435,454 |
| 3 | 160.0.0.0/4 | 160.0.0.0 | 160.0.0.1 | 175.255.255.254 | 175.255.255.255 | 268,435,454 |
| 4 | 176.0.0.0/4 | 176.0.0.0 | 176.0.0.1 | 191.255.255.254 | 191.255.255.255 | 268,435,454 |
| 5 | 192.0.0.0/4 | 192.0.0.0 | 192.0.0.1 | 207.255.255.254 | 207.255.255.255 | 268,435,454 |
| 6 | 208.0.0.0/4 | 208.0.0.0 | 208.0.0.1 | 223.255.255.254 | 223.255.255.255 | 268,435,454 |
| 7 | 224.0.0.0/4 | 224.0.0.0 | 224.0.0.1 | 239.255.255.254 | 239.255.255.255 | 268,435,454 |
| 8 | 240.0.0.0/4 | 240.0.0.0 | 240.0.0.1 | 255.255.255.254 | 255.255.255.255 | 268,435,454 |
Split 128.0.0.0/1 into 16 equal /5 subnets (134,217,726 usable hosts each).
| # | CIDR | Network | First Usable | Last Usable | Broadcast | Hosts |
|---|---|---|---|---|---|---|
| 1 | 128.0.0.0/5 | 128.0.0.0 | 128.0.0.1 | 135.255.255.254 | 135.255.255.255 | 134,217,726 |
| 2 | 136.0.0.0/5 | 136.0.0.0 | 136.0.0.1 | 143.255.255.254 | 143.255.255.255 | 134,217,726 |
| 3 | 144.0.0.0/5 | 144.0.0.0 | 144.0.0.1 | 151.255.255.254 | 151.255.255.255 | 134,217,726 |
| 4 | 152.0.0.0/5 | 152.0.0.0 | 152.0.0.1 | 159.255.255.254 | 159.255.255.255 | 134,217,726 |
| 5 | 160.0.0.0/5 | 160.0.0.0 | 160.0.0.1 | 167.255.255.254 | 167.255.255.255 | 134,217,726 |
| 6 | 168.0.0.0/5 | 168.0.0.0 | 168.0.0.1 | 175.255.255.254 | 175.255.255.255 | 134,217,726 |
| 7 | 176.0.0.0/5 | 176.0.0.0 | 176.0.0.1 | 183.255.255.254 | 183.255.255.255 | 134,217,726 |
| 8 | 184.0.0.0/5 | 184.0.0.0 | 184.0.0.1 | 191.255.255.254 | 191.255.255.255 | 134,217,726 |
| 9 | 192.0.0.0/5 | 192.0.0.0 | 192.0.0.1 | 199.255.255.254 | 199.255.255.255 | 134,217,726 |
| 10 | 200.0.0.0/5 | 200.0.0.0 | 200.0.0.1 | 207.255.255.254 | 207.255.255.255 | 134,217,726 |
| 11 | 208.0.0.0/5 | 208.0.0.0 | 208.0.0.1 | 215.255.255.254 | 215.255.255.255 | 134,217,726 |
| 12 | 216.0.0.0/5 | 216.0.0.0 | 216.0.0.1 | 223.255.255.254 | 223.255.255.255 | 134,217,726 |
| 13 | 224.0.0.0/5 | 224.0.0.0 | 224.0.0.1 | 231.255.255.254 | 231.255.255.255 | 134,217,726 |
| 14 | 232.0.0.0/5 | 232.0.0.0 | 232.0.0.1 | 239.255.255.254 | 239.255.255.255 | 134,217,726 |
| 15 | 240.0.0.0/5 | 240.0.0.0 | 240.0.0.1 | 247.255.255.254 | 247.255.255.255 | 134,217,726 |
| 16 | 248.0.0.0/5 | 248.0.0.0 | 248.0.0.1 | 255.255.255.254 | 255.255.255.255 | 134,217,726 |