/10 Subnet Mask: 255.192.0.0

A /10 prefix fixes the first 10 bits of the address as the network, leaving 22 bits for hosts. That gives 4,194,304 addresses, of which 4,194,302 can be assigned to hosts.

CIDR notation/10
Subnet mask255.192.0.0
Wildcard mask0.63.255.255
Binary mask11111111.11000000.00000000.00000000
Hex mask0xFFC00000
Total addresses4,194,304
Usable hosts4,194,302

Example: 10.0.0.0/10

  • Network address: 10.0.0.0
  • First usable host: 10.0.0.1
  • Last usable host: 10.63.255.254
  • Broadcast address: 10.63.255.255

When to use a /10 subnet

Very large private networks. 10.0.0.0/8 is the largest private IPv4 range defined by RFC 1918.

  • 4 /10 subnets fit in a /8.

Frequently Asked Questions

What is the subnet mask for /10?

The subnet mask for /10 is 255.192.0.0, and its wildcard (inverse) mask is 0.63.255.255.

How many hosts are in a /10?

A /10 contains 4,194,304 addresses. Subtracting the network and broadcast addresses leaves 4,194,302 usable hosts.