← 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

WiFi Security Protocols: WEP, WPA, WPA2, and WPA3

Understanding the WiFi security protocols from WEP to WPA3 and which one you should use.

What is NAT and How Does It Work?

Network Address Translation explained — why every home router uses it and how it affects your internet connection.

What is DHCP and How Does It Work?

Understand how your router automatically assigns IP addresses to every device on your network.

IPv4 vs IPv6 — What Is the Difference?

Understand the difference between IPv4 and IPv6 and what the transition means for home networks.


More from Other Topics

How to Reset Your Router to Factory Settings
Troubleshooting WiFi Connection Problems
How to Find Your Router's Default IP Address
How to Set Up Port Forwarding

Router Guides

Popular Router Resources

Popular Router Brands