Abstract

The exchange of information requires the shortest path route to optimize data transmission process. The complexity of the shortest path algorithm becomes important because of the device processing power and memory limitation. This study compared Dijkstra algorithm, A* algorithm and Floyd-Warshall algorithm in term of the time, the computational load and memory usage. OMNeT++ network simulator is used to map the vertices and edge into a collection of nodes and channels that are interconnected. Mesh topology is used in this study to represent a real network conditions. Each edge in the mesh network has a value so as to form a weighted graph. The complexity of the route will be proportional to the scale of the mesh network. Based on the simulation, the value of computational load and simulation time are proportional to the square of the number of nodes for all simulated algorithms. The results show that A* algorithm has smaller computational load and simulation time than the other algorithms without affecting the shortest route results. Dijkstra algorithm performs better in term of memory usage. The Floyd-Warshall algorithm is the worst of all simulated algorithm, because all data channel weights needs to be processed using a multi level loop operation.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.