From 2488898e27064cc21323bdafeb116275b393da51 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Tue, 19 Oct 2021 17:07:45 +0200 Subject: [PATCH] Vault sync: 2021-10-19 17:07:45 --- .obsidian/workspace | 9 +++++---- .../Images/point-to-point-with-broadcast.png | Bin School/Analyse/Network Types.md | 13 ++++++++++--- 3 files changed, 15 insertions(+), 7 deletions(-) rename Pasted image 20211019170227.png => School/Analyse/Images/point-to-point-with-broadcast.png (100%) diff --git a/.obsidian/workspace b/.obsidian/workspace index 8f10989..2c3f886 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -7,9 +7,10 @@ "id": "bc6e8ad9aa0f44c3", "type": "leaf", "state": { - "type": "image", + "type": "markdown", "state": { - "file": "Pasted image 20211019170227.png" + "file": "School/Analyse/Network Types.md", + "mode": "source" } } } @@ -67,7 +68,7 @@ "state": { "type": "backlink", "state": { - "file": "Pasted image 20211019170227.png", + "file": "School/Analyse/Network Types.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -86,9 +87,9 @@ }, "active": "bc6e8ad9aa0f44c3", "lastOpenFiles": [ - "Pasted image 20211019170227.png", "School/Analyse/Network Types.md", "School/Analyse/Computer Networks.md", + "Pasted image 20211019170227.png", "School/Analyse/point-to-point-network.png", "School/Analyse/broadcast-network.png", "point-to-point-network.png", diff --git a/Pasted image 20211019170227.png b/School/Analyse/Images/point-to-point-with-broadcast.png similarity index 100% rename from Pasted image 20211019170227.png rename to School/Analyse/Images/point-to-point-with-broadcast.png diff --git a/School/Analyse/Network Types.md b/School/Analyse/Network Types.md index da0e481..05039f8 100644 --- a/School/Analyse/Network Types.md +++ b/School/Analyse/Network Types.md @@ -32,8 +32,15 @@ Suits better. ## Combining Point to Point with Broadcast Smaller networks use Broadcast internally and are connected to other networks using point to point network. -The device that connects point to point network with a broadcast network is called a [[Network Devices]] +The device that connects point to point network with a broadcast network is called a [[Network Hardware]] -![[Pasted image 20211019170227.png]] +![[point-to-point-with-broadcast.png]] -This way you have a network of smaller networks (Internet) \ No newline at end of file +This way you have a network of smaller networks (Internet) + +### How is a packet send through a combined network? + +- Packet is broadcasted by sender in source network +- Gateway of source network receives packet and passes it on trough the point-to-point network. (till it reaches destination network) +- Destination network receives packet and broadcasts it in the destination network. +- Indented client receives packet. \ No newline at end of file