Vault sync: 2021-11-06 14:02:11
This commit is contained in:
parent
60206da90b
commit
ee34def0e0
10
.obsidian/workspace
vendored
10
.obsidian/workspace
vendored
@ -9,7 +9,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Analyse/Network Hardware.md",
|
"file": "School/Analyse/Layers/3. Network Layer.md",
|
||||||
"mode": "source"
|
"mode": "source"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Analyse/Network Hardware.md",
|
"file": "School/Analyse/Layers/3. Network Layer.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -87,15 +87,15 @@
|
|||||||
},
|
},
|
||||||
"active": "bc6e8ad9aa0f44c3",
|
"active": "bc6e8ad9aa0f44c3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"School/Analyse/Network Hardware.md",
|
"School/Analyse/Layers/3. Network Layer.md",
|
||||||
"School/Analyse/Network Types.md",
|
|
||||||
"School/Analyse/Layers/2. Datalink Layer.md",
|
"School/Analyse/Layers/2. Datalink Layer.md",
|
||||||
|
"School/Analyse/Network Types.md",
|
||||||
"School/Analyse/Network Software.md",
|
"School/Analyse/Network Software.md",
|
||||||
"School/Analyse/Computer Networks.md",
|
"School/Analyse/Computer Networks.md",
|
||||||
|
"School/Analyse/Network Hardware.md",
|
||||||
"School/Analyse/Images/distortion.png",
|
"School/Analyse/Images/distortion.png",
|
||||||
"School/Analyse/Images/noise-signal.png",
|
"School/Analyse/Images/noise-signal.png",
|
||||||
"README.md",
|
"README.md",
|
||||||
"School/Analyse/Layers/3. Network Layer.md",
|
|
||||||
"School/Analyse/Layers/4. Transport Layer.md"
|
"School/Analyse/Layers/4. Transport Layer.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 157 KiB 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).
|
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.
|
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
|
## Bridges
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user