0Pricing
Linux Networking & TCP/IP for Developers · Lesson

Subnetting and CIDR in Depth

Master variable-length subnet masking and CIDR notation to plan address space, calculate ranges, and aggregate routes efficiently.

Why Subnetting Matters

Subnetting splits a large network into smaller, manageable segments. It improves security, performance, and address efficiency.

CIDR (Classless Inter-Domain Routing) replaced rigid class A/B/C boundaries with flexible prefix lengths.

CIDR Notation

A CIDR block is written as address/prefix. The prefix counts the number of leading network bits.

  • 192.168.1.0/24 — 24 network bits, 8 host bits
  • 10.0.0.0/8 — 8 network bits, 24 host bits

All lessons in this course

  1. IPv6 Addressing & Concepts
  2. Advanced Routing Protocols (RIP/OSPF)
  3. Network Address Translation (NAT)
  4. Subnetting and CIDR in Depth
← Back to Linux Networking & TCP/IP for Developers