Jump to content

7.1.1 OSI Model (7 Layers)

From Computer Science Knowledge Base
Revision as of 15:18, 10 July 2025 by Mr. Goldstein (talk | contribs) (Created page with "=== 7.1.1 OSI Model (7 Layers) === The '''OSI Model''' (which stands for Open Systems Interconnection) is a way to understand how different parts of a network work together. It breaks down the process of sending and receiving data into 7 different layers, starting from what you see on your screen all the way down to the physical wires. Each layer has a specific job, and they work together to make sure information gets where it needs to go. Imagine sending a letter: # '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

7.1.1 OSI Model (7 Layers)

The OSI Model (which stands for Open Systems Interconnection) is a way to understand how different parts of a network work together. It breaks down the process of sending and receiving data into 7 different layers, starting from what you see on your screen all the way down to the physical wires. Each layer has a specific job, and they work together to make sure information gets where it needs to go.

Imagine sending a letter:

  1. Application Layer: You write the letter (your message, like a video game sending player data).
  2. Presentation Layer: You make sure the letter is in a language the receiver understands (like converting data formats).
  3. Session Layer: You decide to start a conversation with someone and keep it open while you're talking.
  4. Transport Layer: You decide if you want to make sure the letter arrives perfectly (like registered mail for important data) or if it's okay if a bit gets lost (like streaming video).
  5. Network Layer: You decide the best route for the letter to take across different cities (like figuring out the path for data across the Internet).
  6. Data Link Layer: You put the letter in an envelope, write the street address, and make sure it's ready for the local mail delivery.
  7. Physical Layer: You put the letter in the mailbox for the mail carrier to pick up and deliver (this is the actual wires, cables, or Wi-Fi signals).

It's a very detailed model, mostly used for understanding and designing complex networks.

Bibliography: