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

8
.obsidian/workspace vendored
View File

@@ -88,14 +88,14 @@
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/OSI Model.md", "School/Analyse/OSI Model.md",
"School/Analyse/Layers/Untitled.md",
"School/Analyse/Layers/Application Layer.md",
"School/Analyse/Network Types.md",
"School/Development/Foreign Key.md", "School/Development/Foreign Key.md",
"School/Development/Primary Key.md", "School/Development/Primary Key.md",
"School/Development/SQL Database.md", "School/Development/SQL Database.md",
"School/Analyse/Images/OSI-model.png", "School/Analyse/Images/OSI-model.png",
"School/Analyse/Network Software.md", "School/Analyse/Network Software.md",
"School/Analyse/Computer Networks.md", "School/Analyse/Computer Networks.md"
"School/Analyse/Comminucation Mediums.md",
"School/Analyse/Network Types.md",
"School/Analyse/Network Hardware.md"
] ]
} }

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.** **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. 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. These services are usually protocols that interact with the data that the user uses.