Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networking-07: Routing (Dynamic Routing (Steps (Send update packet out all…
Networking-07: Routing
Introduction
-
Best path
-
-
Based on
Metric
Bandwidth, delay, load and reliabiity
-
-
-
-
-
-
-
Static Routing
-
Uses
-
-
Use single default route to represent path to network that does not have match with other route in routing table
-
-
-
-
-
Routing Process
-
Process
-
-
-
If best match is ultimate route, this route is used to forward the packet
-
If best match is parent route, router examines child routes
If match with level 2 child route, this route is used to forward the packet
If no match found, packet search supernet route and default route
If match found, router use the route to forward the packet
If no match found, router drops the packet
-
-