Vault sync: 2021-10-20 22:42:05

This commit is contained in:
Nick Leeman 2021-10-20 22:42:05 +02:00
parent 7b9d24f658
commit 6b1501f975

View File

@ -9,12 +9,12 @@ The OSI Model is a layered protocol model. It was proposed by the International
As you can see the model has 7 layers. Each layer has their own responsibility. As you can see the model has 7 layers. Each layer has their own responsibility.
Note: We dont actually "use" the OSI model, we mostly use the pTCP/IP]] **Note: We don't actually "use" the OSI model, we mostly use the [[TCP/IP Model]] now. The implementation is exactly the same, only some layers are different.**
## Physical Layer ## 7. Application Layer
## Data Link Layer ## 6. Presentation Layer
## Network Layer ## 5. Session Layer
## Transport Layer ## 4. Transport Layer
## Session Layer ## 3. Network Layer
## Presentation Layer ## 2. Data Link Layer
## Application Layer ## 1. Physical Layer