IP IP Toolkit

Subnetting Explained: From /24 to /30 in Plain English

AAdmin ยท Jun 30, 2026 ยท 1 min read ยท 2 views

Subnetting is just the art of borrowing bits from the host portion of an IP address to create smaller networks. It sounds scary, but once you see the pattern it clicks.

What a subnet mask does

A subnet mask marks which part of an IP is the network and which is the host. In 192.168.1.0/24, the /24 means the first 24 bits are the network — so 255.255.255.0.

Reading CIDR

The number after the slash is how many bits are locked to the network. Bigger number = smaller network:

  • /24 → 256 addresses (254 usable)
  • /26 → 64 addresses (62 usable)
  • /30 → 4 addresses (2 usable) — perfect for point-to-point links

Try it yourself

Plug any address into our IPv4 Subnet Calculator to see the network, broadcast and host range instantly.

Found this helpful?

Give it a like โ€” it helps others find it.

0 Comments

Your email is never shown publicly. Be respectful โ€” comments may be moderated.

Be the first to comment.