๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

Token Bucket Algorithm
A rate limiting algorithm that allows burst traffic by accumulating tokens at a fixed rate and consuming them per request.
Network ACL
A set of rules that control inbound and outbound traffic at the subnet level, acting as a stateless firewall in cloud and enterprise networks.
WireGuard
A modern, lightweight VPN protocol that uses state-of-the-art cryptography and minimal code for fast, secure tunneling.
HTTP/HTTPS
The protocol used for transferring web pages and data between browsers and servers, with HTTPS adding encryption.
Port
A numbered endpoint (0-65535) that identifies specific processes or services on a networked computer for communication.
DNS Propagation
The time it takes for DNS record changes to spread across all DNS servers worldwide, typically taking up to 48 hours.
View All Networking Terms โ†’