Vault sync: 2021-10-20 22:17:05
This commit is contained in:
parent
391210855e
commit
b6b903da73
8
.obsidian/workspace
vendored
8
.obsidian/workspace
vendored
@ -88,12 +88,12 @@
|
||||
"active": "bc6e8ad9aa0f44c3",
|
||||
"lastOpenFiles": [
|
||||
"School/Analyse/Network Software.md",
|
||||
"School/Analyse/Comminucation Mediums.md",
|
||||
"School/Analyse/Untitled.md",
|
||||
"School/Analyse/Network Types.md",
|
||||
"School/Analyse/Network Hardware.md",
|
||||
"School/Analyse/Computer Networks.md",
|
||||
"School/Analyse/Network Types.md",
|
||||
"Packet.md",
|
||||
"School/Analyse/Packet.md",
|
||||
"School/Analyse/Comminucation Mediums.md",
|
||||
"School/Analyse/Untitled.md",
|
||||
"Network Hardware.md",
|
||||
"README.md",
|
||||
"Untitled.md"
|
||||
|
@ -1,3 +1,11 @@
|
||||
# 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
0
School/Analyse/Packet.md
Normal file
Loading…
x
Reference in New Issue
Block a user