







































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The process of forwarding packets in a network to their intended destination through routing algorithms. It highlights the importance of correctness, simplicity, and robustness in routing algorithms. The document also covers properties of routing algorithms, sink trees, and Dijkstra's algorithm. It further explains flooding and distance vector routing, count to infinity problem, discovering neighbors, and hierarchical routing. tables and diagrams to illustrate the concepts.
Typology: Slides
1 / 47
This page cannot be seen from the preview
Don't miss anything!
1
Routing is the process of forwarding of a packet in a network so that it reaches its intended destination.
5
d 3 > d 2 as d 1 + d 3 > d 1 + d 2 I K J Optimal path from I to K over J d 1 distance d 2 d 1 + d 2 is d^ minimal 3 Other path from J to K Set of all optimal routes
6
Each node is labeled (in parentheses) with its distance from the source node along the best known path.
We make B with the smallest label permanent. B becomes the new working node. G(6, A) H(
We examine each of the nodes adjacent B, relabeling each one with the distance to B. G(6, A) H(
We examine each of the nodes adjacent E, relabeling each one with the distance to E. G(5, E) H(
We make G with the smallest label permanent. G becomes the new working node. G(5, E) H(
We make F with the smallest label permanent. F becomes the new working node.
We examine each of the nodes adjacent F, relabeling each one with the distance to F.
We examine each of the nodes adjacent H, relabeling each one with the distance to H. G(5, E) H(8, F)
We make C with the smallest label permanent. C becomes the new working node. G(5, E) H(8, F)