Toolman

/19 subnet

A /19 has a subnet mask of 255.255.224.0 and 8,190 usable hosts.

The numbers

Prefix length/19
Subnet mask255.255.224.0
Wildcard mask0.0.31.255
Network bits19
Host bits13
Total addresses8,192
Usable hosts8,190
/24 networks contained32

Where a /19 is used

A common ISP allocation to a business customer.

Why the usable count is what it is

A /19 leaves 13 bits for hosts, giving 213 = 8,192 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 8,190.

Binary layout

mask   11111111.11111111.11100000.00000000
       ^^^^^^^^^^^^^^^^^^^             
       19 network bits, 13 host bits

Splitting and combining

PrefixUsable hostsRelationship
Twice the size/1816,382Two /19 networks combine into one /18
This network/198,190
Half the size/204,094One /19 splits into two /20 networks
A quarter/212,046Four /21 networks fit in a /19

Frequently asked questions

How many hosts are in a /19?

8,192 addresses in total, of which 8,190 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 /19?

255.255.224.0. The prefix length is the count of leading 1 bits in the mask, so /19 is 19 ones followed by 13 zeros.

What is the wildcard mask for /19?

0.0.31.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 /19 compare to a /24?

A /19 is 32 times larger than a /24 — it contains 32 of them.

Other prefix lengths

All prefix lengths · Subnet calculator