/26 subnet
Mask 255.255.255.192 · 62 usable hosts · 64 addresses
| Subnet mask | 255.255.255.192 |
|---|---|
| Wildcard mask | 0.0.0.63 |
| Binary mask | 11111111.11111111.11111111.11000000 |
| Network / host bits | 26 / 6 |
| Total addresses | 64 |
| Usable hosts | 62 |
| Per /8 · /16 · /24 | 262,144 · 1,024 · 4 |
| Example | 192.168.10.77/26 → network 192.168.10.64, hosts 192.168.10.65 – 192.168.10.126, broadcast 192.168.10.127 |
Where /26 is used
Quarter of a /24; small department VLANs.
Block boundaries: a /26 must start at a multiple of 64 addresses, so in the last octet networks start at 0, 64, 128, 192. Calculate any specific address in the subnet calculator.
Neighbouring prefixes
Questions
How many hosts in a /26?
64 addresses, of which 62 are usable (the first is the network address and the last is broadcast).
What is the subnet mask for /26?
255.255.255.192. In binary: 11111111.11111111.11111111.11000000. The wildcard (inverse) mask is 0.0.0.63.