Chapter 1 - buaamer81/IT130-Networking-Wiki GitHub Wiki
Chapter 1: Network Models
๐ Big Picture Summary
This chapter explains how devices communicate across networks using models that provide structure and rules for data transmission.
The two primary models are:
- OSI Model โ Theoretical 7-layer model for understanding networking communication.
- TCP/IP Model โ Practical 4-layer model used in real-world networking.
Understanding these models is crucial for troubleshooting, design, and real-life networking skills.
๐ณ Explore Deeper (Topics in this Chapter)
Network Models Introduction
- Network Models Overview โ What is a model, why it exists, and basic concepts.
OSI Model โ The 7 Layers
TCP/IP Model โ The 4 Layers
- TCP/IP Model Overview
- Application Layer
- Transport Layer
- Internet Layer
- Network Interface (Link Layer)
Encapsulation Process
- Encapsulation Explained โ Wrapping data at each layer for transmission.
Protocol Data Units (PDU)
- PDU at Each Layer โ Matching layers with correct unit names.
OSI vs TCP/IP Comparison
Protocols and Devices at Each Layer
- Protocols and Devices Per Layer โ Real-world usage examples.
๐ Visual Aids
๐งช Labs and Practice
- Lab Exercise 1.01: Network Hardware and Software
- Lab Exercise 1.02: netstat, ping, and tracert
- Lab Exercise 1.03: The OSI Model
- Lab Exercise 1.04: OSI Model Presentation -Lab Exercise 1.05: Networking (in Another Sense) and Staying Current with Industry
๐ Practice Questions
- List the seven OSI layers in order from top to bottom.
- What is the main purpose of the OSI Model?
- How many layers are in the TCP/IP Model?
- What is encapsulation in networking?Describe the process from App to Physical.
- What layer uses the term 'Packet'?
- Which model is most used today?
- What are two reasons the TCP/IP model is more common than OSI in real networks?
- Compare TCP/IP layers to OSI layers. Which OSI layers are combined in the TCP/IP model?
- What command do you use to view active connections? To test IP reachability?
(Answers in related pages)
๐ Related Terms
Return to: Home