All questions
Q & A IP & Network · September 11, 2026

What does /24 mean in an IP address?

The /24 tells you how many bits at the front of the IP address are the network portion. /24 = first 24 bits are the network, remaining 8 bits are the host — giving 256 total addresses (254 usable, since the first is the network address and the last is broadcast). Example: 192.168.1.0/24 covers 192.168.1.0 through 192.168.1.255.

Read the full guide
CIDR Subnet Math Explained: /24, /16, /8, and Everything Between
CIDR notation is how modern networks are described: an IP address plus a slash and a number counting the network-prefix bits. Everything left of the boundary is the network; everything right is the host. The math is simpler than the notation makes it look.