Vault sync: 2021-10-19 17:07:45
This commit is contained in:
BIN
School/Analyse/Images/point-to-point-with-broadcast.png
Normal file
BIN
School/Analyse/Images/point-to-point-with-broadcast.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
@@ -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)
|
||||
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.
|
Reference in New Issue
Block a user