diff --git a/School/Analyse/OSI Model.md b/School/Analyse/OSI Model.md index 78eb3ab..01d05c6 100644 --- a/School/Analyse/OSI Model.md +++ b/School/Analyse/OSI Model.md @@ -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 \ No newline at end of file +## 7. Application Layer +## 6. Presentation Layer +## 5. Session Layer +## 4. Transport Layer +## 3. Network Layer +## 2. Data Link Layer +## 1. Physical Layer \ No newline at end of file