Dijkstra & flooding ppt(Routing algorithm)

anshdiv 9,708 views 11 slides Oct 29, 2014
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

Here is my ppt on routing algorithm.
Dijkstra & flooding.


Slide Content

Shortest path algorithm( Dijkstra ) Djikstra's algorithm (named after its discover,  E.W. Dijkstra ) solves the problem of finding the shortest path from a point in a graph (the  source ) to a destination. It turns out that one can find the shortest paths from a given source to  all  points in a graph in the same time.

Example:-

Flooding Flooding  is a simple  routing algorithm  in which every incoming  packet  is sent through every outgoing link except the one it arrived on. Each node acts as both a transmitter and a receiver. This results in every message eventually being delivered to all reachable parts of the network.

ADVANTAGES If a packet can be delivered, it will (probably multiple times). Since flooding naturally utilizes every path through the network, it will also use the shortest path. This algorithm is very simple to implement.

DISADVANTAGES Flooding can be costly in terms of wasted bandwidth . Duplicate packets may circulate forever, unless certain precautions are taken

EXAMPLE

Continue…
Tags