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

This commit is contained in:
Nick Leeman 2021-11-06 14:12:11 +01:00
parent 5f421cbc45
commit f12e5fd02b

View File

@ -17,4 +17,9 @@ Routing is difficult because it has to deal with a lot of things:
Routers use tables called routing tables. The table contains the next point on the shortest path to each destination.
Steps:
1. Fud
1. Routing: Finding the most efficient path(s)
2. Forwarding: Send info to the nest point from the routing table.
A router can not practically store all hosts in the table as that would be way to many.
So instead the router stores only possible destination networks.