Paste CIDR notation. Instant decode to mask, network, and host range.
Prefix length = count of network bits. /16 leaves 16 host bits = 65,536 total addresses minus 2.
10.0.0.5/16 → network 10.0.0.0/16, mask 255.255.0.0, 65,534 usable hostsSame thing, two notations. /24 = 255.255.255.0.
No. Host bits get masked off to find the network.