osi 7 layer model
Just a few quick notes on the OSI 7 layer model to keep myself from googling it later.
General
The OSI 7 layer model is a conceptual framework to describe network functions. This is used to model the flow of information in an application.
Layers
Each distinct layer has distinct responsibilities as part of the whole.
- Layer 7 application - end user side, HTTP and web browsers
- Layer 6 presentation - data in a usable format. Handles encryption and SSH
- Layer 5 session - maintains connections and sessions
- Layer 4 transport - Transmits data using TCP/UDP
- Layer 3 network - Logically routes packets based on IP address
- Layer 2 data lint - physically transmits data based on MAC addresses
- Layer 1 physical - transmits bits and bytes over physical devices