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

SDN (Software-Defined Networking)
An approach that separates the network control plane from the data plane, enabling centralized, programmable network management.
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.
BGP (Border Gateway Protocol)
The routing protocol that makes the internet work by exchanging routing information between autonomous systems.
Network Packet
A formatted unit of data carried over a network, containing headers with routing information and a payload with the actual data.
TCP/IP
The fundamental communication protocol suite of the internet that defines how data is packaged, addressed, transmitted, and received.
OSI Model
The seven-layer Open Systems Interconnection model that standardizes network communication functions from physical transmission to application protocols.
View All Networking Terms โ†’