10.0.0.0/8

Private (RFC 1918) RFC 1918

The 10.0.0.0/8 block is the largest private IPv4 address space defined by RFC 1918. It provides over 16 million usable host addresses, making it the go-to choice for large enterprises, data centres, and cloud VPC networks.

Network Address
10.0.0.0
Broadcast Address
10.255.255.255
Subnet Mask
255.0.0.0
Usable Hosts
16,777,214
First Usable IP
10.0.0.1
Last Usable IP
10.255.255.254
Total IPs
16,777,216
Prefix Length
/8

Network address — the base address of the block (10.0.0.0). All devices in this subnet share this prefix. Cannot be assigned to a host.

Broadcast address — packets sent to 10.255.255.255 are delivered to every device in the subnet. Also reserved — not assignable.

Usable hosts — the 16,777,214 addresses between those two that you can assign to servers, VMs, or interfaces.

Subnet mask255.0.0.0 is the dotted-decimal equivalent of /8. Older tools and Cisco configs use this format instead of CIDR slash notation.

Full Details

CIDR Notation 10.0.0.0/8
Network Address 10.0.0.0
Broadcast Address 10.255.255.255
Subnet Mask 255.0.0.0
Wildcard Mask 0.255.255.255
Prefix Length /8
IP Address Class Class A
Total IP Addresses 16,777,216
Usable Host Addresses 16,777,214
First Usable IP 10.0.0.1
Last Usable IP 10.255.255.254
Network (Hex) 0x0A000000
Broadcast (Hex) 0x0AFFFFFF
Governing RFC RFC 1918
Address Type Private (RFC 1918)

Binary Representation

Network Address
00001010 00001010.00000000.00000000.00000000
Subnet Mask
11111111.00000000.00000000.00000000

The first 8 bits (1s in the mask) identify the network. The remaining 24 bits identify hosts within the network.

Subnet Breakdown — splitting into /9

This /8 block can be divided into 2 /9 subnets.

CIDR Network Broadcast First Usable Last Usable Hosts
10.0.0.0/9 10.0.0.0 10.127.255.255 10.0.0.1 10.127.255.254 8,388,606
10.128.0.0/9 10.128.0.0 10.255.255.255 10.128.0.1 10.255.255.254 8,388,606

Common Use Cases

  • Large enterprise networks spanning multiple sites
  • AWS VPC CIDR blocks (e.g. 10.0.0.0/16 per VPC)
  • Kubernetes cluster pod and service CIDRs
  • Corporate WAN backbone addressing
  • Data centre internal networking

/8 Subnet Reference

Total IPs 16,777,216
Usable Hosts 16,777,214
Subnet Mask 255.0.0.0
Wildcard 0.255.255.255

Calculate Another