Simulation of Dijkstra Routing Algorithm full report
#1

ABSTRACT

The complete network of large number of interconnected autonomous system, each of which consists of a distinct domain, needs to communicate to different nodes to forward the information. There are various means of communications between these systems. Routing is one of them. Routing refers to the overall network wide process that determines end to end paths that datagram will take from source to destinations. There are different routing algorithms available such as BELLMAN FORD ALGORITHM which is decentralized routing algorithm and DIJKSTRA ALGORITHM which is a global routing algorithm. In global routing algorithm, each router has a complete view of the network, whereas in a decentralized routing algorithm each router has a local view consisting of its directly attached neighbours. Out of this Dijkstra Algorithm is mostly preferred as it is faster as compared to any other algorithm and its implementation is easier. In this algorithm, router based information that has been collected from other routers, builds a graph of the network which shows the locations & links of routers within themselves & in the network. These links are labeled with a number called weight or cost. If there are two links between a node and destination, the router chooses the page link with the lowest weight.

One of the chief advantages of Dijkstra Algorithm is that router computes routes independently using the same original status data; they do not depend on the computation of intermediate machines. Because page link status messages propagate unchanged, it is easy to debug problems. Because routers perform the route computation locally, it is guaranteed to converge. Finally, because page link status messages only carry information about the direct connections from a single router, the size does not depend on the number of networks in the networks in the internet. Thus, Dijkstra Algorithms scale better than distance vector algorithms. We have implemented Dijkstra Algorithm for routing purpose.


Presented By:
Sriram Narayanan
BE- Electronics
NJIT


read full report
http://web.njit.edu/~sn3/Project_College.pdf
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppt and pdf on routing algorithm cedar, dijkstra algo from sartaj sahni book, an intelligent routing algorithm pdf, achyuth sriram, routing algorithm, simulation of dijkstra routing algorithm pdf, mdpf routing algorithm,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
Simulation of Dijkstra Routing Algorithm full report - by project topics - 03-04-2010, 10:47 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  FINGER PRINT BASED ELECTRONIC VOTING MACHINE full report project topics 60 51,016 11-05-2017, 10:43 AM
Last Post: jaseela123d
  AUTOMATIC BUS STATION ANNOUNCEMENT SYSTEM full report project report tiger 4 10,933 13-08-2016, 11:16 AM
Last Post: jaseela123d
  MICROCONTROLLER BASED DAM GATE CONTROL SYSTEM full report seminar class 13 17,318 19-06-2016, 07:53 PM
Last Post: Saianjana
  METAL DETECTOR full report project report tiger 14 23,862 12-03-2016, 01:51 PM
Last Post: seminar report asees
  Solar power plant full report seminar class 2 3,370 11-11-2015, 01:49 PM
Last Post: seminar report asees
  MICROCONTROLLER BASED AUTOMATIC RAILWAY GATE CONTROL full report project topics 49 58,045 10-09-2015, 03:18 PM
Last Post: seminar report asees
  RELAY CO-ORDINATION full report project report tiger 2 4,424 24-02-2015, 10:18 AM
Last Post: seminar report asees
  COIN BASED MOBILE CHARGER full report seminar class 25 23,048 08-12-2014, 11:40 PM
Last Post: seminar report asees
  Microstrip Patch Antenna - full report seminar surveyer 6 10,301 11-11-2014, 11:32 PM
Last Post: jaseela123d
  microprocessor INTEL 8086 kit full report seminar class 2 3,445 04-08-2014, 10:53 PM
Last Post: seminar report asees

Forum Jump: