Vault sync: 2021-11-03 21:26:46

This commit is contained in:
2021-11-03 21:26:46 +01:00
parent 2ea3d31cc9
commit 664f017812
4 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1 @@
# Application Layer

View File

View File

@@ -11,7 +11,7 @@ As you can see the model has 7 layers. Each layer has their own responsibility.
**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.**
## 7. Application Layer
## 7. [[ Application Layer ]]
The application Layer provides services to the end user. So this is the layer the user actually interacts with.
These services are usually protocols that interact with the data that the user uses.