The /16 subnet, explained
Everything about a /16 CIDR block — mask, address count, usable hosts and where a /16 fits in real network plans.
| Prefix length | /16 — 16 network bits, 16 host bits |
| Subnet mask | 255.255.0.0 |
| Wildcard (ACL) mask | 0.0.255.255 |
| Binary mask | 11111111.11111111.00000000.00000000 |
| Total addresses | 2^16 = 65,536 |
| Usable hosts | 65,534 (total − network − broadcast) |
| Contains | 256 × /24 subnets |
| Example block | 10.10.0.0/16 |
Notes
A /16 prefix means the first 16 bits of the 32-bit IPv4 address identify the network and the remaining 16 bits identify hosts — giving 2^16 = 65,536 addresses. The first address (network) and the last (broadcast) are not assignable in a standard subnet.
Cloud sizing: a /16 is valid as an AWS VPC (allowed range /16–/28). AWS reserves 5 addresses per subnet, so a /16 subnet gives 65,531 assignable IPs there; GCP reserves 4 (65,532 assignable).
Adjacent sizes: /8 · /9 · /10 · /11 · /12 · /13 · /14 · /15 · /17 · /18 · /19 · /20 · /21 · /22 · /23 · /24 · /25 · /26 · /27 · /28 · /29 · /30 · /31 · /32
Frequently asked questions
How many IP addresses are in a /16?
65,536 total addresses, of which 65,534 are usable hosts (network and broadcast addresses are reserved).
What is the subnet mask for /16?
255.255.0.0 (wildcard mask 0.0.255.255).
What does /16 mean in an IP address?
The /16 suffix is CIDR notation: the first 16 bits are the network part, the last 16 bits are the host part.