diff --git a/.obsidian/workspace b/.obsidian/workspace index f6db222..8f10989 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -7,10 +7,9 @@ "id": "bc6e8ad9aa0f44c3", "type": "leaf", "state": { - "type": "markdown", + "type": "image", "state": { - "file": "School/Analyse/Network Types.md", - "mode": "source" + "file": "Pasted image 20211019170227.png" } } } @@ -68,7 +67,7 @@ "state": { "type": "backlink", "state": { - "file": "School/Analyse/Network Types.md", + "file": "Pasted image 20211019170227.png", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -87,6 +86,7 @@ }, "active": "bc6e8ad9aa0f44c3", "lastOpenFiles": [ + "Pasted image 20211019170227.png", "School/Analyse/Network Types.md", "School/Analyse/Computer Networks.md", "School/Analyse/point-to-point-network.png", @@ -95,7 +95,6 @@ "Computer Networks.md", "Network Types.md", "Pasted image 20211019163407.png", - "Pasted image 20211019163328.png", - "Networking basics.md" + "Pasted image 20211019163328.png" ] } \ No newline at end of file diff --git a/Pasted image 20211019170227.png b/Pasted image 20211019170227.png new file mode 100644 index 0000000..bae1545 Binary files /dev/null and b/Pasted image 20211019170227.png differ diff --git a/School/Analyse/Network Types.md b/School/Analyse/Network Types.md index d64450a..da0e481 100644 --- a/School/Analyse/Network Types.md +++ b/School/Analyse/Network Types.md @@ -29,3 +29,11 @@ Lighter traffic and lower possibility of collision (smaller dimension). [[#Network Types#Point to Point network]] 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]] + +![[Pasted image 20211019170227.png]] + +This way you have a network of smaller networks (Internet) \ No newline at end of file