Embed presentation
Downloaded 228 times












Dijkstra's algorithm finds the shortest path from a starting node to all other nodes in a graph. It does this by examining all possible paths from the starting node and progressively eliminating longer paths, until arriving at the shortest path to each node. Flooding is a simple routing algorithm where every incoming packet is sent through every outgoing link except the one it arrived on, ensuring delivery but wasting bandwidth through duplicate packets circulating forever without precautions.










