Download Computer 247 App

Get it on Google Play

Understanding the OSI Model: The Backbone of Networking

Understanding the OSI Model: The Backbone of Networking

If you are preparing for Bank or SSC exams, the OSI (Open Systems Interconnection) model is a "must-know" topic. It describes how data moves from one computer to another over a network.

What is the OSI Model?

Developed by the ISO in 1984, it is a conceptual framework that breaks down network communication into 7 distinct layers.

The 7 Layers (Top to Bottom)



  • Layer Number   Layer Name Data Unit Primary Function
  • Layer 7                 Application         Data         User interface (HTTP, FTP, SMTP)
  • Layer 6                 Presentation Data         Data Encryption, Compression, Translation
  • Layer 5                 Session         Data         Manages connections (Start, Stop, Restart)
  • Layer 4                 Transport         Segments  End-to-end delivery (TCP/UDP)
  • Layer 3                 Network         Packets         Routing & Logical Addressing (IP Address)
  • Layer 2                 Data Link         Frames         Physical Addressing (MAC Address)
  • Layer 1                 Physical         Bits         Physical medium (Cables, Hubs, Voltage)

Deep Dive into Key Layers

1. Layer 3: The Network Layer

This is where Routers live. Its main job is to find the best path for data to travel. It uses IP Addresses to identify devices.

2. Layer 4: The Transport Layer

Often called the "Heart of the OSI." It ensures that data is sent without errors and in the correct order. It manages flow control and uses protocols like TCP (Reliable) and UDP (Fast).

3. Layer 2: The Data Link Layer

This layer is responsible for node-to-node delivery. It handles MAC Addresses (the permanent physical address of your hardware). Switches operate at this layer.

💡 Quick Exam Facts (Points to Remember)

  • Mnemonics to remember the order: * (Top to Bottom): All People Seem To Need Data Processing.

    • (Bottom to Top): Please Do Not Throw Sausage Pizza Away.

  • Bridge & Switch: Operate at Layer 2.

  • Router: Operates at Layer 3.

  • Hub & Repeater: Operate at Layer 1.

Important Note for IBPS/SSC: Most questions focus on identifying which device (Router/Switch) or protocol (HTTP/IP) belongs to which layer. Memorize the table above!

Comments