IPv4 Addressing & Classless Architecture (CIDR)
An IPv4 address is a 32-bit logical address written in dotted-decimal format (4 octets) used to uniquely identify a host and its network.
An IPv4 address has 32 bits. The subnet mask / CIDR prefix specifies which bits identify the network vs the individual host.
In Simple Terms
Visual Diagram & Flow
IPv4 is the foundational addressing system of modern networks. Mastering IP addressing and subnet masks is the single most essential skill in networking.
How It Works (Technical Breakdown)
An IP address is like a telephone number with an area code (e.g. +1 312 555 0199). The area code (+1 312) is the network portion; the unique subscriber number (555 0199) is the host portion.
For IP `192.168.1.50/24`: Subnet mask is `255.255.255.0`. Network Address = `192.168.1.0`. Broadcast Address = `192.168.1.255`. Usable Host Range = `192.168.1.1` through `192.168.1.254` (254 usable hosts).
Assigning the network address (`.0`) or broadcast address (`.255`) to a device's network adapter.
Prerequisites
Next & Related Concepts
Concept Mastery Quiz
Test your comprehension with active-recall questions.
Active Recall Flashcards
Click each flashcard to reveal the answer and test your memory.
Content Versioning
Audit trail of revisions and updates for this knowledge topic.
| Version | Change Summary | Author | Timestamp |
|---|---|---|---|
| v1 (Current) | Active production content | system | Sun, Aug 23, 2026 11:09 AM |