Waytobecomehacker

๐ŸŒ 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