NETWORKING COURSE
Networking Models Overview:
Key Networking Models
1. OSI Model (7 Layers):
o Layers: Application, Presentation, Session,
Transport, Network, Data Link, Physical.
o Historically taught in networking certifications
(e.g., older CCNA versions).
o Purpose: A conceptual framework for
understanding how different protocols interact.
o Debate: Some argue it's outdated or irrelevant;
others emphasize its usefulness for structured
understanding.
2. TCP/IP Model:
o Original (RFC 1122): 4 Layers:
Application
Transport
Internet
Link
o Hybrid Model (Modern CCNA Focus): 5 Layers:
Physical
Data Link
Network
Transport
Application (combines OSI Layers 5-7).
3. Practical Focus:
o Networking professionals primarily deal with the
lower 4 layers:
Layer 1 (Physical): Transmission mediums
like cables, fiber optics.
Layer 2 (Data Link): Local delivery (e.g.,
MAC addressing, Ethernet).
Layer 3 (Network): Routing and addressing
(e.g., IP).
Layer 4 (Transport): Reliable delivery (e.g.,
TCP, UDP).
Why Do Models Matter?
Simplification of Complexity: Breaks a network into
manageable layers.
Division of Responsibilities:
o Different layers are specialized (e.g., physical
layer handles hardware, while the transport
layer manages data reliability).
Analogy: Similar to a house blueprint, where
specialists (plumbers, electricians) work on specific
tasks guided by a common plan.
Real-World Considerations
Protocol Stacks: Layers don't always adhere strictly
to models due to:
o Overlapping functionalities.
o Application-specific designs deviating from
model conventions.
Legacy Usage: OSI terminology (e.g., "Layer 7
applications") persists in practice, even with the
hybrid TCP/IP model.
Key Takeaways for Exams and Practical Use
For CCNA Exams:
o Focus on the 5-layer TCP/IP model.
o Understand the OSI model for historical context
and foundational knowledge.
Tools:
o Packet Tracer (uses 7-layer OSI model but
emphasizes the lower 4 layers and application
layer).
Learning Resources
Recommended Expert: Follow Ivan (Twitter/Blog) for
advanced insights and free networking resources.
Practical Tip: Use tools like Packet Tracer to
understand layers interactively; focus on practical
application over theoretical debates.