OSI Explain

The Open Systems Interconnection (OSI) Model Explained

The OSI model (Open Systems Interconnection) is the fundamental conceptual framework used to understand network communication. It standardises the functions of a communication system into seven distinct layers, helping students, network engineers, and IT professionals troubleshoot and design networks effectively.

From physical cables to the web browser you're using right now, the 7 layers of the OSI model work together to make the internet possible. This interactive guide provides a deep dive into each layer with protocol examples, Wireshark captures, and real-world analogies.

Click on any layer below to access detailed explanations, protocol examples, interactive demonstrations, and teaching materials for that specific layer.

Memory Aids

Bottom → Top (Layer 1 to 7):

Please Do Not Throw Sausage Pizza Away

Physical · Data Link · Network · Transport · Session · Presentation · Application

Top → Bottom (Layer 7 to 1):

All People Seem To Need Data Processing

Application · Presentation · Session · Transport · Network · Data Link · Physical

7
Application Layer
Network services directly to end-user applications
HTTP, HTTPS, FTP, SMTP, DNS, DHCP, Telnet, SSH
6
Presentation Layer
Data translation, encryption, compression, and formatting
SSL/TLS, JPEG, GIF, PNG, MPEG, ASCII, EBCDIC
5
Session Layer
Establishes, manages, and terminates connections between applications
SMB, NetBIOS, RPC, SQL Sessions, SSH, PPTP
4
Transport Layer
Reliable data transfer, error recovery, flow control
TCP, UDP, SPX, SCTP
3
Network Layer
Routing, logical addressing, path determination
IP, IPv6, ICMP, OSPF, BGP, RIP
2
Data Link Layer
Node-to-node delivery, error detection, MAC addressing
Ethernet, Wi-Fi, PPP, Frame Relay, STP
1
Physical Layer
Physical transmission of raw data bits over medium
Cables, Fibre Optic, Radio Waves, Bluetooth, USB

Frequently Asked Questions (FAQ)

What is the OSI Model?

The Open Systems Interconnection (OSI) model is a conceptual framework that divides network communications into seven layers. It helps standardise networking functions to support interoperability between different products and software.

What are the 7 layers of OSI?

The 7 layers are: 1. Physical, 2. Data Link, 3. Network, 4. Transport, 5. Session, 6. Presentation, and 7. Application. A common memory aid is "Please Do Not Throw Sausage Pizza Away".

Why is the OSI model important?

It provides a universal language for networking professionals, aids in troubleshooting by isolating issues to specific layers, and helps vendors create interoperable hardware and software.

TCP/IP vs OSI Model: What's the difference?

The OSI model is a theoretical framework with 7 layers, while TCP/IP is the practical model used for the Internet with 4 layers. OSI is better for understanding concepts, while TCP/IP reflects real-world implementation.