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

This commit is contained in:
Nick Leeman 2021-11-06 14:47:11 +01:00
parent 163250db8e
commit 4604bbd9f4
4 changed files with 17 additions and 3 deletions

6
.obsidian/workspace vendored
View File

@ -88,14 +88,14 @@
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/Network Hardware.md", "School/Analyse/Network Hardware.md",
"School/Analyse/Computer Networks.md",
"School/Analyse/Layers/3. Network Layer.md", "School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/4. Transport Layer.md",
"School/Analyse/Layers/2. Datalink Layer.md", "School/Analyse/Layers/2. Datalink Layer.md",
"School/Analyse/Network Types.md", "School/Analyse/Network Types.md",
"School/Analyse/Network Software.md", "School/Analyse/Network Software.md",
"School/Analyse/Computer Networks.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/4. Transport Layer.md"
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

View File

@ -22,9 +22,23 @@ They read the frame of a incoming message, extract the destination MAC Address a
## Routers ## Routers
Router is a member of multiple networks. Router is a member of multiple networks.
![[routers-example.png]]
For each connection to a network a routers uses a network interface card (NIC) and a IP address. For each connection to a network a routers uses a network interface card (NIC) and a IP address.
This way a router can have multiple IP addresses. This way a router can have multiple IP addresses.
Each connection is identified by a interface, label or an address.
Example of a routing table:
![[routing-table.png]]
### Updating router tables
Routers are responsible for updating routing tables themselves.
When a router detects a change in connections, it immedia

BIN
routing-table.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB