Week 1Network Fundamentals30 min

OSI Model Without Memorization Theater

Learning objectives

  • Map OSI layers to real troubleshooting questions
  • Compare OSI to the TCP/IP model practically
  • Match protocols and devices to the correct layer
  • Avoid useless layer-name memorization on exam day

Watch first

Recommended video

OSI Model & TCP/IP Suite (Day 3)

Video credit: Jeremy's IT Lab

Watch on YouTube

Also watch — playlist supplement

Recommended video

The OSI Model is a Lie! (Video #8)

Video credit: David Bombal

Watch on YouTube
Recommended video

Protocol Wars! TCP/IP (Video #9)

Video credit: David Bombal

Watch on YouTube

Plain-English explanation

The OSI model is a troubleshooting map, not a trivia list. When someone says "Layer 2 issue," they mean switching, MAC addresses, VLANs, or STP — not "please recite all seven layers backward."

TCP/IP is what networks actually run: Network Access (L1+L2), Internet (L3), Transport (L4), Application (L5–7). CCNA still uses OSI language in questions, so you need a practical mapping, not a song.

Deep dive

| OSI layer | Name | Real examples | Devices / scope | |-----------|------|---------------|-----------------| | 7 | Application | HTTP, DNS, DHCP messages | Host software | | 6 | Presentation | SSL/TLS encryption, encoding | Often bundled with app | | 5 | Session | Session management | Often bundled with app | | 4 | Transport | TCP, UDP, ports | End-to-end on hosts | | 3 | Network | IP, ICMP, routing | Routers | | 2 | Data Link | Ethernet, MAC, VLANs, ARP | Switches | | 1 | Physical | Cables, optics, bits | Hubs (legacy), NIC PHY |

CCNA collapses 5–7 into "Application" for most questions. Focus on where a problem lives:

Network Models

OSI vs TCP/IP model — layer mapping for troubleshooting.

From study charts · jdepew88 CCNA notes

OSI Model - IPV4 - V6

Where IPv4 and IPv6 live in the OSI stack.

From study charts · jdepew88 CCNA notes

  • Cable errors → L1
  • ARP/VLAN/STP → L2
  • Routing/subnets → L3
  • TCP retransmits / port blocks → L4
  • Browser/DNS/app auth → L7

Step-by-step — layer isolation in a break

User reports: "I can ping google.com but Chrome won't load pages."

  1. L3 OK? Ping resolves and reaches — IP routing and ICMP work
  2. L4/L7? Browser uses TCP 443 — test with curl or telnet to port 443
  3. DNS? Ping used cached IP or different path — try nslookup google.com
  4. Conclusion: Likely application-layer (proxy, TLS) or TCP/443 block, not basic routing

Another scenario: "Nothing leaves the VLAN."

  1. Check L2: correct VLAN on port, trunk allows VLAN
  2. Check L3: default gateway on host, SVI up on switch
  3. ARP: can host resolve gateway MAC?

Commands to know

Layer hints from Cisco CLI

show interfaces status ! L1 link up/down show mac address-table ! L2 switching show ip arp ! L2/L3 boundary show ip route ! L3 forwarding show ip sockets ! L4 (where supported)

Troubleshooting

Work top-down (app → cable) for user complaints, bottom-up (link → app) for new installs.

| Symptom | Start at | |---------|----------| | Link light off | L1 — cable, SFP, speed/duplex | | MAC flapping / STP blocks | L2 | | Wrong subnet / no route | L3 | | Session resets, RST | L4 | | Certificate / HTTP errors | L7 |

Do not skip layers. "Ping works" only proves ICMP at L3 — not that TCP port 443 is open.

Exam relevance

Memory that actually helps

7 Application · 4 Transport · 3 Network · 2 Data Link · 1 Physical — attach real protocols to each number, not mnemonics alone.

Common exam trap

Routing is Layer 3. Switching is Layer 2. NAT and ACLs operate at Layer 3/4 depending on context — do not place TCP reliability at Layer 2 during elimination.

Practice checklist

  • Given five protocols, assign each to the lowest relevant OSI layer
  • Explain the TCP/IP four-layer model and what OSI layers it combines
  • Describe one L2 vs L3 failure symptom each without using jargon
  • Walk through a "ping OK, web fails" scenario naming the layer you test next
  • List which layers a router processes vs a switch

A corrupted cable causing bit errors is primarily which layer?

Which device primarily operates at Layer 3?

Video credits

These are free, open educational videos from independent creators. We link and embed them with attribution; all rights belong to the respective channels.