← Education

Understanding Subnetting and CIDR Notation

Published April 7, 2026

Subnetting Explained

Subnetting is the practice of dividing a larger network into smaller sub-networks (subnets). It is a fundamental networking concept used everywhere from home routers to global internet infrastructure.

Why Subnetting?

Subnetting allows network administrators to control which devices can communicate directly with each other, improve performance by reducing broadcast traffic, and allocate IP addresses efficiently across large organizations.

What is a Subnet Mask?

A subnet mask defines which portion of an IP address identifies the network and which identifies the specific host (device). It uses 1s for the network portion and 0s for the host portion.

For example, the subnet mask 255.255.255.0 in binary is: 11111111.11111111.11111111.00000000

Applied to an IP like 192.168.1.50, the first 24 bits (192.168.1) identify the network, and the last 8 bits (.50) identify the device. This means all devices with addresses 192.168.1.1 through 192.168.1.254 are on the same subnet.

CIDR Notation

CIDR (Classless Inter-Domain Routing) notation is a compact shorthand for specifying an IP address and its subnet mask. The number after the slash (/24) indicates how many bits are in the network portion:

  • 192.168.1.0/24 = network 192.168.1.x, 254 usable host addresses
  • 192.168.0.0/16 = network 192.168.x.x, 65,534 usable hosts
  • 10.0.0.0/8 = network 10.x.x.x, over 16 million usable hosts

Common Home Network Subnets

Most home routers use a /24 subnet (255.255.255.0). This allows up to 254 devices on the local network, which is more than enough for residential use. You can explore subnet calculations with the CIDR Subnet Calculator tool on this site.


Related Articles

Why New Routers Come With a Random Password Sticker

New routers ship with unique password stickers because laws like the UK PSTI Act and EU Cyber Resilience Act are ending admin/admin. What to check.

What Is Wi-Fi 8? The Next WiFi Standard Explained

WiFi 8 explained: what 802.11bn and Ultra High Reliability mean, the real 2028 timeline, and whether to buy WiFi 7 now or wait.

Should You Rent Your Router from Your ISP or Buy Your Own?

Most internet providers charge $10 to $20 a month for a router. Here is what that really costs over time, when buying your own makes sense, and when renting is fine.

Powerline Adapter vs WiFi Extender: Which One Should You Get?

Powerline adapters and WiFi extenders both promise to fix dead spots in your home. Here is how they actually work and which one is right for your setup.


More from Other Topics

How to Put Your ISP Gateway in Bridge Mode and Use Your Own Router
Why You Can't Port Forward: CGNAT Explained and How to Get Around It
Smart Plug Won't Connect to WiFi? The 2.4GHz Problem Explained
Ethernet Stuck at 100 Mbps? How to Get Your Gigabit Speed Back

Router Guides

Popular Router Resources

Popular Router Brands