Vault sync: 2021-10-19 17:07:45
This commit is contained in:
parent
ce62165d05
commit
2488898e27
9
.obsidian/workspace
vendored
9
.obsidian/workspace
vendored
@ -7,9 +7,10 @@
|
|||||||
"id": "bc6e8ad9aa0f44c3",
|
"id": "bc6e8ad9aa0f44c3",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "image",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Pasted image 20211019170227.png"
|
"file": "School/Analyse/Network Types.md",
|
||||||
|
"mode": "source"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -67,7 +68,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Pasted image 20211019170227.png",
|
"file": "School/Analyse/Network Types.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -86,9 +87,9 @@
|
|||||||
},
|
},
|
||||||
"active": "bc6e8ad9aa0f44c3",
|
"active": "bc6e8ad9aa0f44c3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Pasted image 20211019170227.png",
|
|
||||||
"School/Analyse/Network Types.md",
|
"School/Analyse/Network Types.md",
|
||||||
"School/Analyse/Computer Networks.md",
|
"School/Analyse/Computer Networks.md",
|
||||||
|
"Pasted image 20211019170227.png",
|
||||||
"School/Analyse/point-to-point-network.png",
|
"School/Analyse/point-to-point-network.png",
|
||||||
"School/Analyse/broadcast-network.png",
|
"School/Analyse/broadcast-network.png",
|
||||||
"point-to-point-network.png",
|
"point-to-point-network.png",
|
||||||
|
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
@ -32,8 +32,15 @@ Suits better.
|
|||||||
## Combining Point to Point with Broadcast
|
## Combining Point to Point with Broadcast
|
||||||
Smaller networks use Broadcast internally and are connected to other networks using point to point network.
|
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)
|
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.
|
Loading…
x
Reference in New Issue
Block a user