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.
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
## Data Link Layer
## Network Layer
## Transport Layer
## Session Layer
## Presentation Layer
## Application Layer
## 7. Application Layer
## 6. Presentation Layer
## 5. Session Layer
## 4. Transport Layer
## 3. Network Layer
## 2. Data Link Layer
## 1. Physical Layer