Labs

Lab nf-03 - IPv4 Addressing Essentials

Lab nf-03 - IPv4 Addressing Essentials
Table of Contents

Every IP packet on the planet starts and ends with two 32-bit numbers - the source and destination addresses. CCNA gives you the structure to read those numbers, decide what is local and what is remote, and what your router does about it. This lab builds the structural intuition on top of the running base topology, using R2 (which sits between two segments) as the example device.

One router, two interfaces, one set of show commands that explain the entire address model.

What you will learn

  • The five IPv4 classes (A, B, C, D, E) - what they mean and why almost no one uses them in 2026
  • RFC 1918 private address space and where it lives in real enterprise networks
  • Subnet masks and CIDR notation - the difference between /24 and 255.255.255.0 is just decoration
  • Network address vs. host addresses vs. broadcast address inside a subnet
  • The ARP table, the special role of loopback interfaces, and why show ip interface is a lot more interesting than show ip interface brief

What this lab does NOT cover

  • Variable-length subnet masking (VLSM). That is the next lab, nf-04.
  • IPv6. That is nf-05.
  • NAT and address translation. That is the entire IP Services pillar.
  • Routing protocols. Connected routes only here.

The five classes (mostly historical context)

ClassFirst octet rangeDefault maskHosts per network2026 relevance
A1 - 126/8 (255.0.0.0)~16.7 millionMostly carved into smaller blocks via CIDR. Class A is no longer used in default form anywhere.
B128 - 191/16 (255.255.0.0)~65,000Similar story. Big enterprises still allocate /16 worth of private space; rarely classful.
C192 - 223/24 (255.255.255.0)254The size most LANs are built on, but the /24 is a deliberate CIDR allocation, not an artifact of classful routing.
D224 - 239n/an/aMulticast group addresses. Still used for routing protocols (OSPF 224.0.0.5, EIGRP 224.0.0.10) and streaming.
E240 - 255n/an/aReserved. Hands off.

Classful routing died in the late 1990s. CIDR (Classless Inter-Domain Routing) replaced it. The classes survive as exam trivia and as the basis for default masks when you type an address without a mask, but nothing in a modern network actually treats 10.0.0.0 as a Class A network. It is treated as whatever the prefix length says it is.

RFC 1918 private address space

The three blocks every enterprise network uses internally. None of these are routed on the public internet - your edge router or firewall translates them via NAT before traffic leaves.

BlockRangeCIDRCommon use
10.0.0.0/810.0.0.0 - 10.255.255.255One /8Large enterprises. Plenty of room for hierarchical addressing.
172.16.0.0/12172.16.0.0 - 172.31.255.25516 /16 blocksMid-size networks, often by accident because it was the default on someone's home router 15 years ago.
192.168.0.0/16192.168.0.0 - 192.168.255.255256 /24 blocksSmall office and home networks. Your home Wi-Fi router almost certainly hands out 192.168.x.x.

PingLabz labs use 10.0.0.0/8 throughout. The convention is laid out in the PingLabz lab IP scheme.

Written by
More from Ping Labz
Great! You’ve successfully signed up.
Welcome back! You've successfully signed in.
You've successfully subscribed to Ping Labz.
Your link has expired.
Success! Check your email for magic link to sign-in.
Success! Your billing info has been updated.
Your billing was not updated.