Vault sync: 2021-11-06 14:02:11

This commit is contained in:
Nick Leeman 2021-11-06 14:02:11 +01:00
parent 60206da90b
commit ee34def0e0
4 changed files with 10 additions and 7 deletions

10
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "School/Analyse/Network Hardware.md",
"file": "School/Analyse/Layers/3. Network Layer.md",
"mode": "source"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "School/Analyse/Network Hardware.md",
"file": "School/Analyse/Layers/3. Network Layer.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -87,15 +87,15 @@
},
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"School/Analyse/Network Hardware.md",
"School/Analyse/Network Types.md",
"School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/2. Datalink Layer.md",
"School/Analyse/Network Types.md",
"School/Analyse/Network Software.md",
"School/Analyse/Computer Networks.md",
"School/Analyse/Network Hardware.md",
"School/Analyse/Images/distortion.png",
"School/Analyse/Images/noise-signal.png",
"README.md",
"School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/4. Transport Layer.md"
]
}

View File

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -4,3 +4,6 @@ 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.
## Routing
Routing is finding the shortest (most efficient) path from source to destination

View File

@ -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