/28 Subnet
About /28 Networks
Small subnet — conference room or lab (14 hosts). A /28 subnet uses the mask 255.255.255.240 and provides 14 usable host addresses out of 16 total IPs.
Example /28 Networks
| Network | Broadcast | First Host | Last Host |
|---|---|---|---|
| 10.0.0.0/28 | 10.0.0.15 | 10.0.0.1 | 10.0.0.14 |
| 172.16.0.0/28 | 172.16.0.15 | 172.16.0.1 | 172.16.0.14 |
| 192.168.0.0/28 | 192.168.0.15 | 192.168.0.1 | 192.168.0.14 |
| 192.168.1.0/28 | 192.168.1.15 | 192.168.1.1 | 192.168.1.14 |
| 8.8.8.0/28 | 8.8.8.15 | 8.8.8.1 | 8.8.8.14 |
Splitting a /28 Into Smaller Subnets
A /28 divides evenly into any longer prefix. Each row shows how many subnets of that size fit inside one /28, and how many usable hosts each of them carries.
How Many /28 Subnets Fit in a Larger Network
The same arithmetic read the other way: how many /28 subnets you get when you carve up each of the next larger prefixes.
Adjacent CIDRs
Larger network
/27
Mask: 255.255.255.224
Total IPs: 32
Usable Hosts: 30
Smaller network
/29
Mask: 255.255.255.248
Total IPs: 8
Usable Hosts: 6
Comparing sizes? The full /0 to /32 cheat sheet table puts every prefix side by side.
Frequently Asked Questions
What is a /28 subnet?
A /28 subnet uses the subnet mask 255.255.255.240 with 14 usable host addresses and 16 total IP addresses. It has 28 network bits and 4 host bits.
How many hosts in a /28 network?
A /28 network supports 14 usable hosts out of 16 total IP addresses. The usable range excludes the network address and broadcast address.
What subnet mask does /28 use?
A /28 subnet uses the mask 255.255.255.240 (wildcard mask 0.0.0.15). This means the first 28 bits identify the network and the remaining 4 bits identify hosts.
How many /30 subnets are in a /28?
One /28 splits into 4 /30 subnets, each with mask 255.255.255.252 and 2 usable hosts. Every prefix longer than /28 divides it evenly — the full table is above.
How many /28 subnets are in a /27?
A /27 holds 2 /28 subnets. Each step to a shorter prefix doubles that count, because one bit moves from the host portion of the address to the network portion.
Standards
The figures on this page follow from the following specifications rather than from convention.
- RFC 4632 — Classless Inter-Domain Routing (CIDR)
Defines the /28 prefix notation used throughout this page, and the address-aggregation model that replaced classful addressing.
- RFC 950 — Internet Standard Subnetting Procedure
The original definition of the subnet mask, and of the network and broadcast addresses excluded from the usable host count.
- RFC 1918 — Address Allocation for Private Internets
Reserves 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16, the ranges most /28 subnets are carved from in practice.