Toolman

/3 subnet

A /3 has a subnet mask of 224.0.0.0 and 536,870,910 usable hosts.

The numbers

Prefix length/3
Subnet mask224.0.0.0
Wildcard mask31.255.255.255
Network bits3
Host bits29
Total addresses536,870,912
Usable hosts536,870,910
/24 networks contained2,097,152

Where a /3 is used

An eighth of IPv4. Historical interest only.

Why the usable count is what it is

A /3 leaves 29 bits for hosts, giving 229 = 536,870,912 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 536,870,910.

Binary layout

mask   11100000.00000000.00000000.00000000
       ^^^                             
       3 network bits, 29 host bits

Splitting and combining

PrefixUsable hostsRelationship
Twice the size/21,073,741,822Two /3 networks combine into one /2
This network/3536,870,910
Half the size/4268,435,454One /3 splits into two /4 networks
A quarter/5134,217,726Four /5 networks fit in a /3

Frequently asked questions

How many hosts are in a /3?

536,870,912 addresses in total, of which 536,870,910 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 /3?

224.0.0.0. The prefix length is the count of leading 1 bits in the mask, so /3 is 3 ones followed by 29 zeros.

What is the wildcard mask for /3?

31.255.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 /3 compare to a /24?

A /3 is 2,097,152 times larger than a /24 — it contains 2,097,152 of them.

Other prefix lengths

All prefix lengths · Subnet calculator