tip
~/geeksubnet/masks/11

/11 subnet mask: 255.224.0.0

Every value on this page is reproducible in the calculator.

The /11 prefix means the first 11 bits of the address identify the network and the remaining 21 identify the host. Written out, the mask is 255.224.0.0, in binary 11111111.11100000.00000000.00000000, and its Cisco wildcard or inverse form is 0.31.255.255. It covers 2,097,152 addresses, of which 2,097,150 can be given to hosts.

/11 at a glance

CIDR prefix/11
Subnet mask255.224.0.0
Mask in binary11111111.11100000.00000000.00000000
Wildcard (inverse) mask0.31.255.255
Host bits21
Total addresses2,097,152
Usable hosts2,097,150
Block size (magic number)32 in octet 2

Every /11 inside 10.0.0.0/8

A 10.0.0.0/8 splits into exactly 8 subnets of this size.

NetworkFirst hostLast hostBroadcast
10.0.0.0/1110.0.0.110.31.255.25410.31.255.255
10.32.0.0/1110.32.0.110.63.255.25410.63.255.255
10.64.0.0/1110.64.0.110.95.255.25410.95.255.255
10.96.0.0/1110.96.0.110.127.255.25410.127.255.255
10.128.0.0/1110.128.0.110.159.255.25410.159.255.255
10.160.0.0/1110.160.0.110.191.255.25410.191.255.255
10.192.0.0/1110.192.0.110.223.255.25410.223.255.255
10.224.0.0/1110.224.0.110.255.255.25410.255.255.255

The magic number for /11

Take the interesting octet of the mask, the one that is neither 255 nor 0. For /11 that is 224 in octet 2. Subtract it from 256:

256 - 224 = 32

That is the block size. Every /11 network address is a multiple of 32 in octet 2, so you can list them by counting: 0, 32, 64, 96, and so on. No binary needed once you know the number.

Where a /11 shows up in practice

A /11 carries two million addresses. In practice it appears as a regional slice of a corporate 10.0.0.0/8, for example a continent or a business unit, cut once more before anything is actually assigned to a subnet.

Frequently asked questions

How many hosts are in a /11?

A /11 holds 2,097,152 addresses in total. After reserving the network and broadcast addresses, 2,097,150 are usable by hosts.

What is the subnet mask for /11?

The /11 subnet mask is 255.224.0.0 in dotted-decimal notation.

What is the wildcard mask for /11?

The wildcard mask, also called the inverse mask, is 0.31.255.255. It is the bitwise inverse of 255.224.0.0 and is what Cisco access lists and OSPF network statements expect.

What is /11 in binary?

The /11 mask written out bit by bit is 11111111.11100000.00000000.00000000: 11 ones followed by 21 zeros.

Neighbouring masks: /10 is one bit shorter and holds twice as many addresses. /12 is one bit longer and holds half as many.
full cheat sheet subnetting basics open the calculator