๐ŸŽ 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

Network Monitoring
The practice of continuously observing network infrastructure to detect failures, performance degradation, and security threats.
HTTP Keep-Alive
An HTTP mechanism that reuses a single TCP connection for multiple requests, reducing the overhead of establishing new connections.
Traceroute
A network diagnostic tool that shows the path packets take from source to destination, listing each hop along the way.
DNS over HTTPS (DoH)
A protocol that encrypts DNS queries by sending them over HTTPS, preventing eavesdropping and manipulation of DNS traffic.
Network Bridge
A device or software that connects two or more network segments at the data link layer, forwarding traffic based on MAC addresses.
DNS (Domain Name System)
A hierarchical naming system that translates human-readable domain names into IP addresses.
View All Networking Terms โ†’