The /11 subnet
A /11 subnet uses the mask 255.224.0.0 and holds 2,097,152 addresses, 2,097,150 of them usable.
A /11 is a large network of 2,097,152 addresses, 2,097,150 of them usable, with the mask 255.224.0.0. It is bigger than most single sites need and is usually subdivided.
Address plans use a /11 as a site-level or campus-level supernet, then split it into /24s or smaller per VLAN. The wildcard 0.31.255.255 matches the whole block in an access list.
Below you can see the exact network, broadcast, and host range for any /11 you enter, calculated instantly in your browser.
Calculate a /11 network
Accepts CIDR (192.0.2.0/24), IP + mask (192.0.2.0 255.255.255.0), or a bare IP (defaults to /24).
10101100.00010000.00000000.0000000011111111.11100000.00000000.00000000Example: 172.16.0.0/11
Taking 172.16.0.0/11 as a worked example, the block breaks down like this:
| Network address | 172.0.0.0 |
|---|---|
| Usable range | 172.0.0.1 - 172.31.255.254 |
| Broadcast address | 172.31.255.255 |
| Total addresses | 2,097,152 |
| Usable hosts | 2,097,150 |
| Size | 32 class B blocks |
Frequently asked questions
What is the subnet mask for a /11?
A /11 uses the subnet mask 255.224.0.0. Its wildcard mask, used in access lists, is 0.31.255.255.
How many hosts are in a /11 subnet?
A /11 has 2,097,152 total addresses and 2,097,150 usable hosts (the total minus the network and broadcast addresses, except for /31 and /32).
What is a /11 used for?
Large network. It is equivalent to 32 class B blocks.
How do I calculate a /11 network?
Set the host bits to zero for the network address and to one for the broadcast address. The calculator on this page does it for any /11 block you enter.