CIDR reference · IPv4

The /10 CIDR block

4,194,304 addresses, 4,194,302 usable, subnet mask 255.192.0.0.

/10 · 255.192.0.0 Open in the calculator

A quarter of a /8. Large organisations use /10 carve-outs of 10.0.0.0/8 for continents or business units. The shared address space for carrier-grade NAT, 100.64.0.0/10, is also a /10.

Key numbers

Prefix length/10 (10 network bits, 22 host bits)
Subnet mask255.192.0.0
Mask in binary11111111.11000000.00000000.00000000
Wildcard mask0.63.255.255
Total addresses4,194,304
Usable hosts4,194,302 (total minus network and broadcast)
Contains16,384 × /24 networks
Block sizeIncrements of 64 in octet 2

Example ranges

Private (RFC 1918) blocks of this size. Click one to open it in the calculator.

BlockFirst addressLast addressUsable hosts
10.0.0.0/1010.0.0.010.63.255.25510.0.0.1 – 10.63.255.254

Usable addresses in the cloud

Cloud providers reserve a few addresses in every subnet for the router, DNS and future use, so the usable count is lower than the formula gives.

ProviderUsable in a /10Notes
AWS VPC subnetn/aNot allowed: AWS subnets must be between /16 and /28.
Azure virtual network subnet4,194,299Allowed. Azure reserves the first four addresses and the last one.
Google Cloud subnet4,194,300Allowed. Google Cloud reserves the first two and the last two addresses.

How the numbers are derived

An IPv4 address has 32 bits. A /10 uses 10 of them for the network, leaving 22 host bits, so the block has 222 = 4,194,304 addresses. The first address (all host bits 0) is the network address and the last (all host bits 1) is the broadcast address, which leaves 4,194,302 for hosts. The subnet mask is 10 ones followed by 22 zeros, written in dotted decimal as 255.192.0.0; the wildcard mask 0.63.255.255 is its inverse, used in Cisco ACLs and OSPF configuration.

FAQ

How many hosts can a /10 have?

4,194,304 addresses in total, of which 4,194,302 are usable after removing the network and broadcast addresses. Cloud providers reserve a few more: 4,194,299 usable in AWS and Azure, 4,194,300 in Google Cloud.

How many /24 subnets fit in a /10?

16,384. Each step of the prefix length halves or doubles the block, so a /10 contains 2^(24 − 10) = 16,384 networks of /24 size.