Vault sync: 2021-11-06 14:02:11
This commit is contained in:
BIN
School/Analyse/Images/hubs.png
Normal file
BIN
School/Analyse/Images/hubs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
@@ -3,4 +3,7 @@ The Network Layer is responsible for handling the data transfer between two diff
|
||||
|
||||
The Network Layer breaks up segments from the Transport layer into smaller chunks called [[Packets]]. The reverse happens on the receiving device (reassembling packets into segments).
|
||||
|
||||
Furthermore the Network Layer also finds the optimal path to travel from origin network to the destination network. This is called routing.
|
||||
Furthermore the Network Layer also finds the optimal path to travel from origin network to the destination network. This is called routing.
|
||||
|
||||
## Routing
|
||||
Routing is finding the shortest (most efficient) path from source to destination
|
@@ -15,7 +15,7 @@ This property of a switch is called filtering.
|
||||
|
||||
Switches contain a table that stores all [[MAC-Address]] of connected devices (of each port) in a table.
|
||||
|
||||
They read the frame of a incoming message, extract the destination MAC Address and forward it to the corrisponding port on the switch
|
||||
They read the frame of a incoming message, extract the destination MAC Address and forward it to the corresponding port on the switch.
|
||||
|
||||
## Bridges
|
||||
|
||||
|
Reference in New Issue
Block a user