Toolman

/11 subnet

A /11 has a subnet mask of 255.224.0.0 and 2,097,150 usable hosts.

The numbers

Prefix length/11
Subnet mask255.224.0.0
Wildcard mask0.31.255.255
Network bits11
Host bits21
Total addresses2,097,152
Usable hosts2,097,150
/24 networks contained8,192

Where a /11 is used

A large regional allocation inside a private /8.

Why the usable count is what it is

A /11 leaves 21 bits for hosts, giving 221 = 2,097,152 addresses. Two of those cannot be assigned to a machine: the one with all host bits set to zero is the network address, which names the subnet itself, and the one with all host bits set to one is the broadcast address. That leaves 2,097,150.

Binary layout

mask   11111111.11100000.00000000.00000000
       ^^^^^^^^^^^                     
       11 network bits, 21 host bits

Splitting and combining

PrefixUsable hostsRelationship
Twice the size/104,194,302Two /11 networks combine into one /10
This network/112,097,150
Half the size/121,048,574One /11 splits into two /12 networks
A quarter/13524,286Four /13 networks fit in a /11

Frequently asked questions

How many hosts are in a /11?

2,097,152 addresses in total, of which 2,097,150 are usable. The first is the network address and the last is the broadcast address, so two are always lost.

What is the subnet mask for /11?

255.224.0.0. The prefix length is the count of leading 1 bits in the mask, so /11 is 11 ones followed by 21 zeros.

What is the wildcard mask for /11?

0.31.255.255 — the bitwise inverse of the subnet mask. Cisco access lists and OSPF network statements take the wildcard rather than the mask; a zero bit must match and a one bit is ignored.

How does a /11 compare to a /24?

A /11 is 8,192 times larger than a /24 — it contains 8,192 of them.

Other prefix lengths

All prefix lengths · Subnet calculator