/27 Subnet: Mask 255.255.255.224, 30 Usable Hosts
A /27 subnet has a subnet mask of 255.255.255.224 and contains 32 total IP addresses, of which 30 are usable host addresses (the network and broadcast addresses are reserved). 8 /27 networks fit inside a single /24.
| CIDR notation | /27 |
|---|---|
| Subnet mask | 255.255.255.224 |
| Wildcard mask | 0.0.0.31 |
| Mask in binary | 11111111.11111111.11111111.11100000 |
| Total addresses | 32 (2^5) |
| Usable hosts | 30 |
| Host bits | 5 |
Usable hosts in a /27 by platform
Cloud providers reserve more than the usual two addresses per subnet, so the same /27 gives you fewer usable IPs in the cloud than on a standard LAN.
| Platform | Reserved IPs | Usable hosts |
|---|---|---|
| Standard (network + broadcast) | 2 | 30 |
| AWS VPC | 5 | 27 |
| Microsoft Azure VNet | 5 | 27 |
| Google Cloud VPC | 4 | 28 |
| Oracle Cloud VCN | 3 | 29 |
Good to know
A /27 (30 usable hosts) splits a /24 into eight. Often used for small VLANs, management networks, or a handful of servers.
How a /27 is calculated
- The /27 means the first 27 bits are the network portion, leaving 5 host bits.
- Total addresses = 2^(32 - 27) = 2^5 = 32.
- Usable hosts (standard) = 32 - 2 (network + broadcast) = 30.
- Subnet mask = 255.255.255.224; wildcard mask = 0.0.0.31.
Want to split a /27 into smaller subnets, see every address range, or plan a VLSM layout? Open the free subnet calculator →