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

This commit is contained in:
Nick Leeman 2021-10-20 22:27:05 +02:00
parent 533aabfb43
commit 3ab4a8f4e0
5 changed files with 14 additions and 8 deletions

14
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "School/Analyse/Comminucation Mediums.md",
"file": "School/Analyse/OSI Model.md",
"mode": "source"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "School/Analyse/Comminucation Mediums.md",
"file": "School/Analyse/OSI Model.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -87,15 +87,15 @@
},
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"School/Analyse/Comminucation Mediums.md",
"School/Analyse/OSI Model.md",
"School/Analyse/Images/OSI-model.png",
"School/Analyse/Network Software.md",
"School/Analyse/Computer Networks.md",
"School/Analyse/Comminucation Mediums.md",
"School/Analyse/Network Types.md",
"School/Analyse/Network Hardware.md",
"School/Analyse/Computer Networks.md",
"School/Analyse/Packet.md",
"School/Analyse/Untitled.md",
"Network Hardware.md",
"README.md",
"Untitled.md"
"Network Hardware.md"
]
}

View File

@ -1,3 +1,3 @@
# Cominucation Mediums
# Comminucation Mediums
## Cables
## Wireless

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -4,6 +4,8 @@ Network software is a set of rules defining how a [[Packet]] should be handled o
**These rules are defined as protocols**
The standard model that everyone uses is the [[OSI Model]]
## Network Protocols
Network protocols defines the rules needed for multiple computers to communicate correctly with each other. You can compare it to our rules in natural languages.

View File

@ -0,0 +1,4 @@
# OSI Model
The OSI Model is a layered protocol model. It was proposed by the International Organization for Standardization.
![[OSI-model.png]]