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

This commit is contained in:
Nick Leeman 2021-10-20 22:17:05 +02:00
parent 391210855e
commit b6b903da73
3 changed files with 13 additions and 5 deletions

8
.obsidian/workspace vendored
View File

@ -88,12 +88,12 @@
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/Network Software.md", "School/Analyse/Network Software.md",
"School/Analyse/Comminucation Mediums.md", "School/Analyse/Network Types.md",
"School/Analyse/Untitled.md",
"School/Analyse/Network Hardware.md", "School/Analyse/Network Hardware.md",
"School/Analyse/Computer Networks.md", "School/Analyse/Computer Networks.md",
"School/Analyse/Network Types.md", "School/Analyse/Packet.md",
"Packet.md", "School/Analyse/Comminucation Mediums.md",
"School/Analyse/Untitled.md",
"Network Hardware.md", "Network Hardware.md",
"README.md", "README.md",
"Untitled.md" "Untitled.md"

View File

@ -1,3 +1,11 @@
# Network Software # Network Software
Network software is a set of rules defining how [[packets]] should be handled on a network (creation, delivery, etc...) Network software is a set of rules defining how a [[Packet]] should be handled on a network (creation, delivery, etc...).
**These rules are defined as protocols**
## 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.
- Protocols are divided into multiple layers (abstraction)
- Each layer has their own responsi

0
School/Analyse/Packet.md Normal file
View File