From b6b903da73cbf6e1192621494a1ba94233a52038 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 22:17:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 22:17:05 --- .obsidian/workspace | 8 ++++---- School/Analyse/Network Software.md | 10 +++++++++- School/Analyse/Packet.md | 0 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 School/Analyse/Packet.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 826ccfa..2417600 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -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" diff --git a/School/Analyse/Network Software.md b/School/Analyse/Network Software.md index c8b5c8f..714e55e 100644 --- a/School/Analyse/Network Software.md +++ b/School/Analyse/Network Software.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...) \ No newline at end of file +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 \ No newline at end of file diff --git a/School/Analyse/Packet.md b/School/Analyse/Packet.md new file mode 100644 index 0000000..e69de29