From 533aabfb438d272b9163fc0598a6453a9db8bd91 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 22:22:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 22:22:05 --- .obsidian/workspace | 6 +++--- School/Analyse/Comminucation Mediums.md | 2 +- School/Analyse/Network Software.md | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.obsidian/workspace b/.obsidian/workspace index 2417600..fdd49b5 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "School/Analyse/Network Software.md", + "file": "School/Analyse/Comminucation Mediums.md", "mode": "source" } } @@ -68,7 +68,7 @@ "state": { "type": "backlink", "state": { - "file": "School/Analyse/Network Software.md", + "file": "School/Analyse/Comminucation Mediums.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -87,12 +87,12 @@ }, "active": "bc6e8ad9aa0f44c3", "lastOpenFiles": [ + "School/Analyse/Comminucation Mediums.md", "School/Analyse/Network Software.md", "School/Analyse/Network Types.md", "School/Analyse/Network Hardware.md", "School/Analyse/Computer Networks.md", "School/Analyse/Packet.md", - "School/Analyse/Comminucation Mediums.md", "School/Analyse/Untitled.md", "Network Hardware.md", "README.md", diff --git a/School/Analyse/Comminucation Mediums.md b/School/Analyse/Comminucation Mediums.md index a95cc37..a6be13a 100644 --- a/School/Analyse/Comminucation Mediums.md +++ b/School/Analyse/Comminucation Mediums.md @@ -1,3 +1,3 @@ -# Comminucation Mediums +# Cominucation Mediums ## Cables ## Wireless \ No newline at end of file diff --git a/School/Analyse/Network Software.md b/School/Analyse/Network Software.md index 714e55e..907951f 100644 --- a/School/Analyse/Network Software.md +++ b/School/Analyse/Network Software.md @@ -8,4 +8,10 @@ Network software is a set of rules defining how a [[Packet]] should be handled o 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 +- Each layer has their own responsibilities. +- When a layer is replaced, other layers do not get affected. (Layers work independently) + +### Examples +- A user does not need to understand how WiFi works exactly, or how signal errors are handled. (Abstraction) +- We can replace the Ethernet cable of a computer with a WiFi module and the internet connection should work exactly the same. (Layers work independently) +