🌐 The OSI (Open Systems Interconnection) Model

The OSI Model is a standardised model used to demonstrate the theory behind computer networking.
In practice, real-world networking often uses the TCP/IP model, which is simpler, but the OSI model is easier for initial understanding.


📚 OSI Model Layers

The OSI model consists of seven layers:

Layer # Name
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical

Mnemonic Example:

Anxious Pale Shakespeare Treated Nervous Drunks Patiently


🔹 Layer 7 – Application


🔹 Layer 6 – Presentation


🔹 Layer 5 – Session


🔹 Layer 4 – Transport


🔹 Layer 3 – Network



🔹 Layer 1 – Physical


💡 Key Points