Comparative Study of Mobile Ad-Hoc Routing Algorithm With Proposed New Algorithm
Comparative Study of Mobile Ad-Hoc Routing Algorithm With Proposed New Algorithm
Comparative Study of Mobile Ad-Hoc Routing Algorithm With Proposed New Algorithm
5, 2011
Comparative Study of Mobile Ad-Hoc Routing Algorithm with Proposed new Algorithm
Jitendra shrivastav1 and Ravindra Gupta2
1
M.Tech Student of Computer Science S.S.S.I.S.T. College, Sehore, MP, India shrijitu@gmail.com
Department of Computer Science & Engineering, S.S.S.I.S.T Sehore, MP, India ravindra_p84@rediffmail.com
Abstract
A mobile ad-hoc network is an autonomous collection of mobile nodes that communicate over bandwidth constrained wireless links. Due to nodal mobility, the network topology may change rapidly and unpredictably over time. The routing protocols meant for wired network cannot be used for mobile ad-hoc network be-cause of mobility of network. A number of routing protocols like Destination-Sequenced Distance-Vector (DSSV), Ad-Hoc On-Demand Distance Vector (AODV), Dynamic Source Routing (DSR), and Temporally Ordered Routing Algorithm have been implemented. The ad-hoc routing protocols can be divided into two classes; Table-Driven and OnDemand. This paper examines two routing protocols for mobile ad-hoc networks the the Destination Sequenced Distance Vector (DSDV), the table-driven protocol and the Ah-Hoc OnDemand Distance Vector routing (AODV), an on-demand protocol and propose and algorithm that facilitates efficient routing of the packet and failure recovery mechanism.
November Issue
Page 17 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 The rest of the paper is organized as follows: Section 2 presents an overview of the two main categories of mo-bile ad-hoc routing protocols and Section 3 presents a general comparison of the table-driven and on-demand routing protocols. Section 4 provides an overview and general comparison of the routing protocols used in the study. In Section 5, we propose routing algorithm with better performance and failure recovery. Finally, Section 6 concludes the paper and describes the future work of our paper. Section 7 lists the references used by our re-search paper.
November Issue
Page 18 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 scarce resources in mobile computers, this becomes a serious limitation. Table 1 lists some of the basic differences between the two categories of mobile ad-hoc routing protocols.
Routing Algorithm is based on the idea of the classical Bellman-Ford Routing Algorithm with certain improvements. Every mobile station maintains a routing table that lists all available destinations, the number of hops to reach the destination and the sequence number assigned by the destination node. The sequence number is used to distinguish stale routes from new ones and thus avoid the formation of loops. The stations periodically transmit their routing tables to their immediate neighbors. A sta-tion also transmits its routing table if a significant change has occurred in its table from the last update sent. There- fore, the update is both time-driven and event-driven. The routing table updates can be sent in two ways: a full dump or an incremental update. A full dump sends the full routing table to the neighbors and could span many packets whereas in an incremental update only those entries from the routing table are sent that has a metric change since the last update and it must fit in a packet. If there is space in the incremental update packet then those entries may be included whose sequence number has changed. When the network is relatively stable, incremental updates are sent to avoid extra traffic and full dump are relatively infrequent. In a fast-changing net-work, incremental packets can grow big so full dumps will be more frequent. Each route update packet, in addition to the routing table information, also contains a unique sequence number assigned by the transmitter. The route labeled with the highest (i.e. most recent) sequence number is used. If two routes have the same sequence number then the route with the best metric (i.e. shortest route) is used. Based on the history, the stations estimate the settling time of routes. The stations delay the trans-mission of a routing update by settling time to eliminate those updates that would occur if a better route were found very soon.
November Issue
Page 19 of 88
Figure 1. (a) Propagation of Route Request Packet (RREQ), (b) Path taken by the Route Reply (RREP) Packet. Table 2. AODV v/s DSDV. Routing structure Frequency of updates Critical nodes Loop-free Multicasting Flat Periodic and as needed No Yes No Flat As required No Yes Yes
November Issue
Page 20 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 capability Routing metric Utilizes sequence no. Time complexity Communication Complexity Advantages Disadvantage Shortest path Yes O(Diameter of network) O(Number of nodes in n/w) Small delays Large overhead Fastest and shortest path Yes O(2*Diameter of network) O(Number of nodes in n/w) Adaptable to highly dynamic topology Large delays
November Issue
Page 21 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 When the data packet progress from source to destination the information maintained is viewed. The next node in the network is selected on the basisAvailability of path: The next node selected must be free to transmit the packet or the buffer of the node should be empty. All the nodes connected are viewed for the buffer position and the one, which is vacant or less busy, is selected. Distance from Destination: The Neighbor Node Ta-ble available at each node is examined for the node with minimum distance from the destination. The node with minimum distance is selected. Efficiency Factor: The efficiency factor computed at every node that provides the information about the net-work reliability is looked upon and the node with highest efficiency factor EF is selected. Based on the commutative result of all the above-de-scribed parameters the packet is transmitted to the next node with the condition that the current distance should be less than the distance from the next node. If in case the network path fails the packet is transmitted back to the previous node in the path information and any other path is selected. If there are multiple data packets at any node the scheduling of data packets is done to prevent any collision and data loss. The scheduling is done ac-cording to the priority of the data packets. The proposed algorithm provides an efficient way to transmit data over the wireless network reliably and with failure recovery mechanism. Table 3 prescribed in the below gives the sequential flow of the routing steps. This algorithm described in-volves reliable data packet transfer through the best pos-sible path and minimum time latency.
Steps 1
Task Performed Every node assigned a unique sequence ID; Neighbour Node Table containing distance from destination; Path Information is updated; Efficiency Factor (E.F.) computed based on historical network Efficiency.
2 3
The data packed to be sent is selected based on the Scheduling algorithm based on the prioritization. After the packet selection the network is computed on the basis of Neighbour node table Each neighbour distance from destination. Efficiency Factor(E.F.) The above factors are examined and the next node is selected accordingly. If the network route is efficient the algorithm proceed in forward direction, else the Path Information is used to reverse the path. If data packet reaches Destination Node then algorithm terminates else continue, from step 3.
4 5
November Issue
Page 22 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 The future aspect of the system involves the im-provement of the scheduling algorithm that facilitates more efficient scheduling of data packets using a data buffer at every node. This will prevent any jam in the network and improve network traffic. The efficiency factor can be computed more precisely to have excellent results during the packet transmission.
7. References
[1] C. E. Perkins and P. Bhagwat, Highly dynamic destination-sequenced distance-vector routing (DSDV) for mo-bile computers, In Proceedings of ACM SIGCOMM, pp. 234244, August 1994. [2] S. Murhty and J. J. Garcia-Luna-Aceves, An efficient routing protocol for wireless networks, ACM Mobile Networks and Applications Journal, Special Issue on Routing in Mobile Communication Networks, Vol. 1, No. 2, pp. 183197, October 1996. [3] J. J. Garcia-Luna-Aceves and M. Spohn, Source-tree routing in wireless networks, In Proceedings of IEEE ICNP, pp. 273282, October 1999. [4] C. C. Chiang, H. K. Wu, W. Liu, and M. Gerla, Routing in clustered multi-hop mobile wireless networks with fading channel, In Proceedings of IEEE SICON, pp. 197211, April, 1997. [5] D. B. Johnson and D. A. Malta, Dynamic source routing in ad hoc wireless networks, Mobile Computing, Klu- wer Academic Publishers, Vol. 353, pp. 153181, 1996. [6] T.-W. Chen, J. T. Tsai, and M. Gerla, QoS routing performance in multihop, multimedia, wireless networks, IEEE 6th ICUPC Record, pp. 557561, October 1997. [7] V. D. Park and M. S. Corson, A highly adaptive distributed routing algorithm for mobile wireless networks, In Proceedings of IEEE INFOCOM 1997, pp. 14051413, April 1997. [8] C. K. Toh, Associativity based routing for ad hoc mo-bile networks, Wireless Personal Communications, Vol. 4, No. 2, pp. 136, March 1997. [9] M. G. Kaosar, M. Hafiz, M. A. Tarek, R. Sheltami, and A. S. H. Mahmoud, Simulationbased comparative study of on demand routing protocols for MANET, International Conference on Wireless Networking and Mobile Computing (ICWNMC05), Chennai, India, Vol. 1, pp. 201206, 28 30 December 2005. [10] K. Takanashi, T. Kato, S. Itoh, A. Sugata, F. Kojima, and M. Fujise, Combining AODV ad hoc routing and con-ventional IP routing over wireless and wired links, Pro-ceedings of Communication Systems and Networks, 2005. [11] Technicalreport.http://en.wikipedia.org/wiki/DSDV. [12] T. Yang, M. Ikeda, G. De Marco, and L. Barolli, Per-formance behavior of AODV, DSR and DSDV protocols for different radio models in ad-hoc sensor networks, 2007 International Conference on Paralled Processing Workshops, 1014 September 2007. [13] Z.Zhang, S.Moola, and E. K. P. Chong, Approximate stochastic dynamic programming for opportunistic fair scheduling in wireless networks, Proceedings of the 47th IEEE Conference on Decision and Control Cancun, Mexico, 911 December 2008.
November Issue
Page 23 of 88
International Journal of Advances in Science and Technology, Vol. 3, No.5, 2011 [14] G. Forman and J. Zahorjan, The challenges of mobile computing, IEEE computer, Vol. 27, No. 4, April-2001. [15] Charles E. Perkins, Elizabeth M. Royer, Ad hoc On-Demand Distance Vector Routing., Proceedings of the 2nd IEEE Workshop on Mobile Computing Systems and Applications, New Orleans, LA, February 1999, pp. 90-100. [16] D. B. Johnson and D. A. Maltz, Dynamic Source Routing in Ad- Hoc Wireless Networks, In T. Imielinski and H. Korth, editors, Mobile Computing, Kluwer, 1996. [17] T. Clausen, P. Jacquet, Optimized Link State Routing Protocol (OLSR), RFC3626, 2003. [18] C. Perkins, and P. Bhagwat, Highly Dynamic Destination-Sequenced Distance-Vector Routing (DSDV) for Mobile Computers, ACM SIGCOMM, 1994.
Authors Profile
Jitendra Shrivastav - M . Tech student in Computer Science and engg. SRI SATYA SAI INSTITUTE OF SCIENCE & TECHNOLOGY SEHORE(M.P), RGPV University Bhopal. A life member of ISTE.
Ravindra Gupta completed his M.Tech degree in CSE from SRI SATYA SAI INSTITUTE OF SCIENCE & TECHNOLOGY SEHORE(M.P), RGPV University Bhopal. He is having overall teaching experience of 7.6 years including professional colleges. His research 15 national & international paper in different topic
November Issue
Page 24 of 88