Last reviewed: May 2026
A /24 subnet is one of the most common network segments in IPv4 networking. The "/24" refers to the prefix length — 24 bits are used for the network address, leaving 8 bits for host addresses. This gives 256 total IP addresses and 254 usable host addresses.
Calculate any /24 subnet instantly →| Property | Value |
|---|---|
| Prefix length | /24 |
| Subnet mask | 255.255.255.0 |
| Wildcard mask | 0.0.0.255 |
| Total addresses | 256 |
| Usable host addresses | 254 |
| Network address | x.x.x.0 |
| Broadcast address | x.x.x.255 |
| Binary mask | 11111111.11111111.11111111.00000000 |
| CIDR | Subnet Mask | Total IPs | Usable Hosts | Typical Use |
|---|---|---|---|---|
| /22 | 255.255.252.0 | 1,024 | 1,022 | Large office floor, EKS cluster |
| /23 | 255.255.254.0 | 512 | 510 | Medium department VLAN |
| /24 | 255.255.255.0 | 256 | 254 | Standard subnet — most common choice |
| /25 | 255.255.255.128 | 128 | 126 | Split /24 into two halves |
| /26 | 255.255.255.192 | 64 | 62 | Small team or service subnet |
| /27 | 255.255.255.224 | 32 | 30 | Infrastructure (NTP, DNS, gateways) |
| /28 | 255.255.255.240 | 16 | 14 | Smallest AWS subnet; point-to-point links |
A /16 block contains 2(24−16) = 256 subnets of /24 size. For example, 10.0.0.0/16 can be subdivided into 10.0.0.0/24, 10.0.1.0/24, … 10.0.255.0/24.
Try the subnet splitter in SubnetSolver →