Day 3: OSI Model and TCP/IP Suite

CCNA 200-301 Study Guide: Networking Models & Data Encapsulation

Understanding the structure, scope, and rules of the CCNA 200-301 exam is the foundational first step toward successful certification. This guide explores the conceptual models that govern all data communication.

1.0 The CCNA 200-301 Exam Landscape

1.1 Key Exam Metrics

Familiarizing yourself with the core metrics of the exam will help you manage your time effectively.

Attribute

Details

Exam Code

200-301

Duration

120 minutes

Question Count

Approximately 50–60

Passing Score

Approximately 85%

Formats

Multiple-choice, drag-and-drop, router simulations

Mentor's Note: With 120 minutes for roughly 60 questions, you have about two minutes per question. Do not get bogged down in a single simulation; they test both knowledge and speed.

1.2 Core Knowledge Domains

Domain

Weight

Key Topics

Network Fundamentals

20%

Routers, switches, cabling, IPv4/IPv6

Network Access

26%

VLANs, trunks, STP (RSTP), EtherChannel

IP Connectivity

25%

Routing tables, static routing, OSPFv2

IP Services

10%

NAT, DHCP, DNS, SNMP, QoS, SSH

Security Fundamentals

15%

VPNs, ACLs, Layer 2 security

Automation

10%

APIs (REST), SDN, JSON

2.0 The Foundation: Why Networking Models Matter

Standardized networking models provide a vendor-neutral framework, ensuring that devices from different manufacturers (e.g., Cisco and Juniper) can interoperate.

2.1 Core Terminology

2.2 Key Standards Organizations

3.0 The OSI Model: A Theoretical Framework

The Open Systems Interconnection (OSI) model is a 7-layer conceptual framework. It provides a precise vocabulary for discussing network functions and troubleshooting.

The 7 Layers of the OSI Model

Layer

Name

Function & Examples

7

Application

Interface for network applications (HTTP, FTP, SMTP).

6

Presentation

Data formatting, encryption, and compression (JPEG, SSL).

5

Session

Manages dialogues/sessions between applications.

4

Transport

End-to-end communication and reliability (TCP, UDP).

3

Network

Logical addressing (IP) and path determination (Routing).

2

Data Link

Physical addressing (MAC), framing, and error detection.

1

Physical

Transmission of raw bits over physical media (Fiber, Copper).

Mnemonic: Please Do Not Throw Sausage Pizza Away (Physical to Application).

4.0 The TCP/IP Model: The Practical Standard

The TCP/IP model is the implemented framework used by the modern internet. It condenses the OSI model into fewer layers.

TCP/IP Layer

OSI Equivalent

Core Function

Key Protocols

Application

7, 6, 5

Process-to-process communication

HTTP, DNS, SMTP

Transport

4

End-to-end delivery via Ports

TCP, UDP

Internet

3

Routing packets across networks

IPv4, IPv6, ICMP

Network Access

2, 1

Local delivery and signaling

Ethernet, Wi-Fi

5.0 Data Flow: Encapsulation & Decapsulation

Encapsulation is the process of wrapping data with protocol information (headers) as it moves down the stack.

5.1 Protocol Data Units (PDUs)

Memorize these terms for the exam. Each layer's "chunk" of data has a specific name:

5.2 The Step-by-Step Flow

  1. Encapsulation (Sending): Data moves from Layer 7 down to Layer 1. Each layer adds a header (and Layer 2 adds a trailer for error checking).

  2. Decapsulation (Receiving): Data moves from Layer 1 up to Layer 7. Each layer strips off its corresponding header after processing the control information.

6.0 Key Layer Functions and Addressing Schemes

6.1 Layer 4: The Transport Layer

Uses Port Numbers to distinguish between different applications (e.g., HTTP = Port 80).

6.2 Layer 3: The Network Layer

Responsible for moving data across different logical networks (Routing).

6.3 Layer 2: The Data Link Layer

Responsible for delivery between two devices on the same local segment (Hop-to-Hop).

7.0 The Mail System Analogy

8.0 CCNA Exam Quick Reference

Core Addressing Summary

Layer

Address Type

Scope / Purpose

Layer 4

Port Number

Identifies specific Application/Process.

Layer 3

IP Address

Logical address used for Global routing.

Layer 2

MAC Address

Physical address used for Local delivery.




Revision #1
Created 2026-03-14 19:10:56 UTC by Tony Utter
Updated 2026-03-14 19:11:17 UTC by Tony Utter