🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is CIDR Notation?

A compact method for specifying IP addresses and their associated routing prefix using a slash followed by the prefix length.

CIDR (Classless Inter-Domain Routing) notation represents IP ranges: 192.168.1.0/24 means the first 24 bits are the network portion, leaving 8 bits (256 addresses) for hosts. /32 is a single IP, /16 is 65,536 addresses.

Common ranges: /8 (16.7M addresses), /16 (65,536), /24 (256), /28 (16), /32 (1 host). CIDR replaced classful networking (Class A/B/C) and enables efficient IP allocation. Understanding CIDR is essential for VPC design, security groups, and firewall rules.

Related Terms

Firewall
A network security system that monitors and controls incoming and outgoing traffic based on predetermined rules.
TCP/IP
The fundamental communication protocol suite of the internet that defines how data is packaged, addressed, transmitted, and received.
IP Address
A unique numerical label assigned to each device on a computer network for identification and communication.
ICMP (Internet Control Message Protocol)
A network protocol used for diagnostic and error reporting, including ping and traceroute functionality.
Subnet
A logical division of an IP network into smaller segments to improve performance, security, and management.
HTTPS Everywhere
The practice of securing all web traffic with TLS encryption, ensuring data integrity and privacy between browsers and servers.
View All Networking Terms →