SlideShare a Scribd company logo
1 of 7
Download to read offline
Indonesian Journal of Electrical Engineering and Computer Science
Vol. 7, No. 3, September 2017, pp. 795 ~ 801
DOI: 10.11591/ijeecs.v7.i3.pp795-801  795
Received May 5, 2017; Revised July 19, 2017; Accepted August 3, 2017
Routing Protocols for Mobile Ad Hoc Network:
A Survey and Analysis
Rahul Desai*
1
, B P Patil
2
, Davinder Pal Sharma
3
1
Sinhad College of Engineering, Army Institute of Technology, Pune, INDIA
2
E & TC Department, Army Institute of Technology, Pune, INDIA
3
The University of The West Indies, Department of Physics St. Augustine, St. George, TT
Corrsponding author, email-desaimrahul@yahoo.com*
Abstract
Ad hoc networks are mobile wireless networks where each node is acting as a router. The
existing routing protocols such as Destination sequences distance vector, Optimized list state routing
protocols, Ad hoc on demand routing protocol, Ad hoc on demand multipath routing protocol, Dynamic
source routing are optimized versions of distance vector or link state routing protocols. In this paper,
existing protocols such as DSDV, AODV, AOMDV, OLSR and DSR are analyzed on 50 nodes Mobile Ad
Hoc network with random mobility. Packet delivery ratio, delay, control overhead and throughput
parameters are used for performance analysis.
Keywords: DSDV, OLSR, AOMDV, AODV, DSR, Ad Hoc Network, MANET
Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
An ad Hoc network is a technology where no fixed infrastructure is required; all nodes
are mobile, thus moving from one network to another. Ad hoc network is a temporary network
where each node is also acting as a router. All nodes are self configured (addresses and routing
features) nodes, multiple hops are required to transfer data from one node to another. Ad hoc
network characteristics includes Peer-to-peer, zero administration, low power, Multihop,
dynamic and auto configured.
Routing consists of two steps; forwarding packets to the next hop and to decide how the
forwarding process to reach the packets to the destination in minimum number of hops. To
judge the merit of a routing protocol, qualitative and quantitative metrics are used to measure its
suitability and performance [1]. Various performance parameters such as packet delivery ratio,
delay, jitter, control overhead etc are used judge the performance of routing protocols [2].
There are two types of protocols–proactive routing protocols and on demand also
known as reactive routing protocols are widely adopted for an ad hoc network. Proactive
protocols always maintains routing paths between all pairs of nodes irrespective of their usage
while reactive protocols finds out the path to reach to the node only when needed [3].
Proactive routing protocols always find the optimum routes to reach to every destination
nodes. But these types of protocols are not suitable for large network because of high
overheads and their poor convergence behaviour. Destination sequenced Distance Vector
(DSDV) is one of earliest protocols developed for ad hoc networks [4]. It is based on distance
vector algorithm and uses sequence numbers to avoid count to infinity problem. Every node
communicates, finds out their neighbours by sending hello messages and exchanges their
routing tables with them. Periodic full updates and small updates are also transmitted to
maintain routing tables up to date. Wireless Routing Protocol (WRP) [5] is another distance
vector protocol optimized for ad hoc networks. WRP belongs to a class of distance vector
routing protocols called path finding algorithms. The algorithm of this class uses the next hop
and second-to-last hop information to overcome the count-to-infinity problem.
Optimized link state routing protocol [6, 7] is another proactive routing protocol based
on link state algorithm. Here, every node broadcasts link state updates to every other node
present in the network and thus creates link tables from which routing tables are designed. In
order to reduce the overheads, multipoint relay concept is widely used. Figure 1 shows working
 ISSN: 2502-4752
IJEECS Vol. 7, No. 3, September 2017 : 795 – 801
796
of MPR. Node j chooses i, k, l and m as MPR nodes, since they are sufficient to reach all its
two-hop neighbors.
Figure 1. The Working of OLSR
In on demand routing protocols [8], route to the destination is obtained only when there
is a need. When source nodes want to transmit data packets to the destination nodes, it initiates
route discovery process. Route request (RREQ) messages float over the network and finally the
packet reaches to the destination, Destination nodes replies with route reply message (RREP)
and unicast towards the source node. All nodes including the source node keeps this route
information in caches for future purpose. Dynamic Source Routing Protocol (DSR) is thus
characterized by the use of source routing. The data packets carry the source route in the
packet header. When the link or node goes down, existing route is no longer available; source
node again initiates route discovery process to find out the optimum route. Route Error packets
and acknowledgement packets are also used. Ad Hoc on Demand Distance Vector Routing
(AODV) is also on-demand routing protocol. It uses traditional routing tables, one entry per
destination [9-11]. In AODV, only one route path is available in routing table, if this path fails, it
again initiates route discovery process to find out another optimum path. Route Request
Message (RREQ) from the source to the destination and route reply message (RREP) from the
destination to the source is shown in Figure 2 and Figure 3 respectively. To overcome this
limitation, Ad Hoc Multipath Distance Vector (AOMDV) comes in picture.
Figure 2. Route Request (RREQ) from Source to destination
IJEECS ISSN: 2502-4752 
Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai)
797
Figure 3. Route Reply (RREP) Reply from destination to source
2. Results and Analysis
The experiment is performed using the simulator NS2 (Network Simulator 2) which is
open source software and used to do research on wired and wireless networks [12]. Fifty nodes
MANET with random mobility is considered for the same (Figure 4). The topology Size is 1000
m × 1000 m. The simulation time is 200 seconds. DSDV, DSR, AODV, OLSR, AOMDV routing
protocols are analysed. The interval between successive packets changes from 0.04 sec to 0.10
sec. The default size of packet is 512 bytes.
Table 1 shows the comparative values of interval vs. PDR for 50 nodes MANET with
random mobility. Interval vs. PDR is shown in figure 5. AODV and DSR provides high packet
delivery ratio while DSDV provides very low value. For 0.04 second interval of packets (25
packets/sec), AODV and AOMDV provides PDR of 99.54%, while DSDV provides PDR of
50.12%.
Figure 4. 50 Nodes MANET with Random Mobility
Table 1. Interval vs. PDR for 50 Nodes MANET with Random Mobility
Interval (s) vs. PDR (%)
Interval 0.04 0.055 0.07 0.085 0.10
AODV 97.72 86.81 99.78 86.59 99.54
AOMDV 97.72 86.81 99.78 86.59 99.54
DSDV 46.08 51.14 43.89 46.49 50.12
DSR 99.75 98.81 99.54 99.65 98.94
OLSR 84.92 90.54 89.27 86.50 88.49
 ISSN: 2502-4752
IJEECS Vol. 7, No. 3, September 2017 : 795 – 801
798
Figure 5. Interval vs. PDR
Figure 6. Interval vs. Delay
Table 2. Interval vs. Delay for 50 Nodes MANET with Random Mobility
Interval (s) vs. Delay (s)
Interval 0.04 0.055 0.07 0.085 0.1
AODV 0.093 0.138 0.044 0.102 0.054
AOMDV 0.029 0.033 0.029 0.030 0.033
DSDV 0.028 0.027 0.026 0.027 0.028
DSR 0.037 0.033 0.033 0.031 0.031
OLSR 0.034 0.026 0.026 0.026 0.026
Table 2 shows the comparative values of interval vs. Delay for 50 nodes MANET with
random mobility. Interval vs. Delay is shown in figure 6. DSDV provides minimum delay as it is
proactive routing protocol. Entries in routing tables are already present before initiating delivery
of packets from source to destination. AODV produces high end-to-end time for delivering
packets as this is one demand routing protocol, need to do route discovery before transmitting
packets from source to destination.
IJEECS ISSN: 2502-4752 
Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai)
799
Figure 7. Interval vs. Control overheads
Table 3. Interval vs. Control Overheads for 50 Nodes MANET with Random Mobility
Interval (s) vs. Control Overheads (bytes)
Interval 0.04 0.055 0.07 0.085 0.1
AODV 1254 943 529 843 897
AOMDV 10036 10260 10183 10089 10195
DSDV 2213 2275 2196 2069 2094
DSR 359 309 205 132 236
OLSR 23828 24359 24732 24817 24763
Table 3 shows the comparative values of interval vs. Control overhead for 50 nodes
MANET with random mobility. Interval vs. Control Overhead is shown in figure 7. On-demand
routing opposed to proactive routing is naturally adaptive to traffic diversity and therefore its
overhead proportionately increases with increase in traffic diversity. On the other hand, for
proactive routing overhead is independent of the traffic diversity. So when the traffic diversity is
low, on demand routing is relatively very efficient in terms of the control overhead regardless of
relative node mobility. DSDV produces high overhead because of exchange of control
messages between nodes.
Figure 8. Interval vs. Throughput
 ISSN: 2502-4752
IJEECS Vol. 7, No. 3, September 2017 : 795 – 801
800
Table 4. Interval vs. Throughput for 50 Nodes MANET with Random Mobility
Interval (s) vs. Throughput (bps)
Interval 0.04 0.055 0.07 0.085 0.1
AODV 104005 67201 60693 43376 42388
AOMDV 103149 66709 56307 47397 38304
DSDV 49041 39589 26699 23292 21345
DSR 102190 73623 58292 48050 40556
OLSR 90381 70088 54296 43333 37683
Table 4 shows the comparative values of interval vs. Throughput for 50 nodes MANET
with random mobility. Interval vs. Throughput is shown in figure 8. Because of high PDR,
throughput is highly increased in AODV and DSR while DSDV produces low throughput and
thus not suitable for high traffic on the network.
5. Conclusion
This paper explains the comparative analysis of various existing routing protocols such
as DSDV, AODV, AOMDV, OLSR and DSR. PDR and delay are very important parameters
when deciding how a reliable a protocols works. DSDV produces minimum delay but at the
same time large control overhead is generated. AODV and DSR are much suitable for high
traffic network, but provides larger delay. In addition, control overhad and throughput
parameters are also analyzed. AODV, DSR and AOMDV protocols provides high throughput
while DSDV protocol provides less throughput irrespective of the traffic present on the network.
AOMDV and OLSR protocol provides high control overhead. As AOMDV is a multi-path
protocol, a larger control overhead is generated to find multiple paths between the source and
the destination. OLSR protocol based on link state routing, where link states are propagated
through the network, thus generating larger control overhead.
References
[1] Mukhtiar Ahmed, Mazleena Salleh, M.Ibrahim Channa, Mohd Foad Rohani, “Review on Localization
based Routing Protocols for Underwater Wireless Sensor Network”, International Journal of Electrical
and Computer Engineering, Vol 7, No 1: February 2017
[2] Dilip Singh Sisodia, Riya Singhal, Vijay Khandal, “A Performance Review of Intra and Inter-Group
MANET Routing Protocols under Varying Speed of Nodes “International Journal of Electrical and
Computer Engineering, Vol 7, No 5: October 2017
[3] Justin Sophia I, N. Rama,” Improving the Proactive Routing Protocol using Depth First Iterative
Deepening Spanning Tree in Mobile Ad Hoc Network”, International Journal of Electrical and
Computer Engineering, Vol 7, No 1: February 2017
[4] Rahul Desai, B P Patil, “Analysis of Reinforcement Based Adaptive Routing in MANET”, Indonesian
Journal of Electrical Engineering and Computer Science, Vol 2, No 3: June 2016
[5] S. Murthy and J. J. Garcia-Luna-Aceves, “An Efficient Routing Protocol for Wireless Networks,” ACM
J. Mobile Networks and Applications, special issue on Routing in Mobile Communication Networks,
vol. 1, no. 2, 1996, pp. 183–97.
[6] P. Jacquet et al., “Optimized Link State Routing Protocol for Ad Hoc Networks,” Proc. IEEE Int’l. Multi
Topic Conf. (INMIC ’01), 2001, pp. 62–68.
[7] T. Clausen and P. Jacquet, Optimized Link State Routing Protocol (OLSR), document RFC 3626,
IETF, Oct. 2003. [Online]. Available: http://www.ietf.org/rfc/rfc3626.txt.
[8] Reji Mano, P.C. Kishore Raja, Christeena Joseph, Radhika Baskar, “Hardware Implementation of
Intrusion Detection System for Ad-Hoc Network”, International Journal of Reconfigurable and
Embedded Systems, Vol 5, No 3: November 2016
[9] Shalini Singh, Rajeev Tripathi, “Performance Analysis of Extended AODV with IEEE802.11e HCCA
to support QoS in Hybrid Network”, Indonesian Journal of Electrical Engineering and Computer
Science, Vol 12, No 9: September 2014
[10] Youn-Sik Hong, “A Control Packet Minimized Routing Protocol for Ad-hoc Wireless Networks”,
TELKOMNIKA Indonesian Journal of Electrical Engineering. Vol.12, No.2, February 2014, pp. 966 ~
975
IJEECS ISSN: 2502-4752 
Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai)
801
[11] AL-Gabri Malek, Chunlin LI, Layuan Li , “Improving ZigBee AODV Mesh Routing Algorithm Topology
and Simulation Analysis”, TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.2,
February 2014, pp. 1528 ~ 1535
[12] Ghandie Kurnia Widi, Muhammad Luthfi Baihaqi, Ari Sriyanto Nugroho, Sidiq Syamsul Hidayat, “The
Efficiency Test of Additional Multi Protocol Label Switching Network Protocol Over Open Shortest
Path First Network Using Graphic Network Simulator 3”, TELKOMNIKA Indonesian Journal of
Electrical Engineering , Vol 15 No 1, 2015

More Related Content

What's hot

Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsCSCJournals
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
Fuzzy Optimized Metric for Adaptive Network Routing
Fuzzy Optimized Metric for Adaptive Network RoutingFuzzy Optimized Metric for Adaptive Network Routing
Fuzzy Optimized Metric for Adaptive Network RoutingCSCJournals
 
Analyzing the impact of the number of nodes on the performance of the routing...
Analyzing the impact of the number of nodes on the performance of the routing...Analyzing the impact of the number of nodes on the performance of the routing...
Analyzing the impact of the number of nodes on the performance of the routing...journalBEEI
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)IAESIJEECS
 
Performance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficPerformance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficeSAT Journals
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETidescitation
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routingijcseit
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETKhushbooGupta145
 
Mac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlanMac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlaneSAT Publishing House
 

What's hot (14)

Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
 
Research on performance of routing protocols in manet
Research on performance of routing protocols in manetResearch on performance of routing protocols in manet
Research on performance of routing protocols in manet
 
J017515960
J017515960J017515960
J017515960
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Fuzzy Optimized Metric for Adaptive Network Routing
Fuzzy Optimized Metric for Adaptive Network RoutingFuzzy Optimized Metric for Adaptive Network Routing
Fuzzy Optimized Metric for Adaptive Network Routing
 
Analyzing the impact of the number of nodes on the performance of the routing...
Analyzing the impact of the number of nodes on the performance of the routing...Analyzing the impact of the number of nodes on the performance of the routing...
Analyzing the impact of the number of nodes on the performance of the routing...
 
D0441722
D0441722D0441722
D0441722
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)
 
Performance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficPerformance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr traffic
 
Be31390392
Be31390392Be31390392
Be31390392
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANET
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routing
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANET
 
Mac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlanMac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlan
 

Similar to Routing Protocols Survey for Mobile Ad Hoc Networks

COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...ijrap
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...Narendra Singh Yadav
 
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...Narendra Singh Yadav
 
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKpijans
 
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKpijans
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928IJRAT
 
To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...CSEIJJournal
 
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...IOSR Journals
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...IOSR Journals
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)IAESIJEECS
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAIJITE
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 

Similar to Routing Protocols Survey for Mobile Ad Hoc Networks (20)

COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
 
K017426872
K017426872K017426872
K017426872
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
 
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
 
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
 
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...
 
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
 
H01115155
H01115155H01115155
H01115155
 
En33838844
En33838844En33838844
En33838844
 
En33838844
En33838844En33838844
En33838844
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 

More from IAESIJEECS

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...IAESIJEECS
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...IAESIJEECS
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...IAESIJEECS
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...IAESIJEECS
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...IAESIJEECS
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-IAESIJEECS
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...IAESIJEECS
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...IAESIJEECS
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on applicationIAESIJEECS
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing surveyIAESIJEECS
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-edIAESIJEECS
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reductionIAESIJEECS
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power lossIAESIJEECS
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reductionIAESIJEECS
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural networkIAESIJEECS
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancementIAESIJEECS
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijictIAESIJEECS
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijictIAESIJEECS
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijictIAESIJEECS
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijictIAESIJEECS
 

More from IAESIJEECS (20)

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on application
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing survey
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-ed
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reduction
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power loss
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reduction
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural network
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancement
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijict
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijict
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijict
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijict
 

Recently uploaded

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

Routing Protocols Survey for Mobile Ad Hoc Networks

  • 1. Indonesian Journal of Electrical Engineering and Computer Science Vol. 7, No. 3, September 2017, pp. 795 ~ 801 DOI: 10.11591/ijeecs.v7.i3.pp795-801  795 Received May 5, 2017; Revised July 19, 2017; Accepted August 3, 2017 Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis Rahul Desai* 1 , B P Patil 2 , Davinder Pal Sharma 3 1 Sinhad College of Engineering, Army Institute of Technology, Pune, INDIA 2 E & TC Department, Army Institute of Technology, Pune, INDIA 3 The University of The West Indies, Department of Physics St. Augustine, St. George, TT Corrsponding author, email-desaimrahul@yahoo.com* Abstract Ad hoc networks are mobile wireless networks where each node is acting as a router. The existing routing protocols such as Destination sequences distance vector, Optimized list state routing protocols, Ad hoc on demand routing protocol, Ad hoc on demand multipath routing protocol, Dynamic source routing are optimized versions of distance vector or link state routing protocols. In this paper, existing protocols such as DSDV, AODV, AOMDV, OLSR and DSR are analyzed on 50 nodes Mobile Ad Hoc network with random mobility. Packet delivery ratio, delay, control overhead and throughput parameters are used for performance analysis. Keywords: DSDV, OLSR, AOMDV, AODV, DSR, Ad Hoc Network, MANET Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction An ad Hoc network is a technology where no fixed infrastructure is required; all nodes are mobile, thus moving from one network to another. Ad hoc network is a temporary network where each node is also acting as a router. All nodes are self configured (addresses and routing features) nodes, multiple hops are required to transfer data from one node to another. Ad hoc network characteristics includes Peer-to-peer, zero administration, low power, Multihop, dynamic and auto configured. Routing consists of two steps; forwarding packets to the next hop and to decide how the forwarding process to reach the packets to the destination in minimum number of hops. To judge the merit of a routing protocol, qualitative and quantitative metrics are used to measure its suitability and performance [1]. Various performance parameters such as packet delivery ratio, delay, jitter, control overhead etc are used judge the performance of routing protocols [2]. There are two types of protocols–proactive routing protocols and on demand also known as reactive routing protocols are widely adopted for an ad hoc network. Proactive protocols always maintains routing paths between all pairs of nodes irrespective of their usage while reactive protocols finds out the path to reach to the node only when needed [3]. Proactive routing protocols always find the optimum routes to reach to every destination nodes. But these types of protocols are not suitable for large network because of high overheads and their poor convergence behaviour. Destination sequenced Distance Vector (DSDV) is one of earliest protocols developed for ad hoc networks [4]. It is based on distance vector algorithm and uses sequence numbers to avoid count to infinity problem. Every node communicates, finds out their neighbours by sending hello messages and exchanges their routing tables with them. Periodic full updates and small updates are also transmitted to maintain routing tables up to date. Wireless Routing Protocol (WRP) [5] is another distance vector protocol optimized for ad hoc networks. WRP belongs to a class of distance vector routing protocols called path finding algorithms. The algorithm of this class uses the next hop and second-to-last hop information to overcome the count-to-infinity problem. Optimized link state routing protocol [6, 7] is another proactive routing protocol based on link state algorithm. Here, every node broadcasts link state updates to every other node present in the network and thus creates link tables from which routing tables are designed. In order to reduce the overheads, multipoint relay concept is widely used. Figure 1 shows working
  • 2.  ISSN: 2502-4752 IJEECS Vol. 7, No. 3, September 2017 : 795 – 801 796 of MPR. Node j chooses i, k, l and m as MPR nodes, since they are sufficient to reach all its two-hop neighbors. Figure 1. The Working of OLSR In on demand routing protocols [8], route to the destination is obtained only when there is a need. When source nodes want to transmit data packets to the destination nodes, it initiates route discovery process. Route request (RREQ) messages float over the network and finally the packet reaches to the destination, Destination nodes replies with route reply message (RREP) and unicast towards the source node. All nodes including the source node keeps this route information in caches for future purpose. Dynamic Source Routing Protocol (DSR) is thus characterized by the use of source routing. The data packets carry the source route in the packet header. When the link or node goes down, existing route is no longer available; source node again initiates route discovery process to find out the optimum route. Route Error packets and acknowledgement packets are also used. Ad Hoc on Demand Distance Vector Routing (AODV) is also on-demand routing protocol. It uses traditional routing tables, one entry per destination [9-11]. In AODV, only one route path is available in routing table, if this path fails, it again initiates route discovery process to find out another optimum path. Route Request Message (RREQ) from the source to the destination and route reply message (RREP) from the destination to the source is shown in Figure 2 and Figure 3 respectively. To overcome this limitation, Ad Hoc Multipath Distance Vector (AOMDV) comes in picture. Figure 2. Route Request (RREQ) from Source to destination
  • 3. IJEECS ISSN: 2502-4752  Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai) 797 Figure 3. Route Reply (RREP) Reply from destination to source 2. Results and Analysis The experiment is performed using the simulator NS2 (Network Simulator 2) which is open source software and used to do research on wired and wireless networks [12]. Fifty nodes MANET with random mobility is considered for the same (Figure 4). The topology Size is 1000 m × 1000 m. The simulation time is 200 seconds. DSDV, DSR, AODV, OLSR, AOMDV routing protocols are analysed. The interval between successive packets changes from 0.04 sec to 0.10 sec. The default size of packet is 512 bytes. Table 1 shows the comparative values of interval vs. PDR for 50 nodes MANET with random mobility. Interval vs. PDR is shown in figure 5. AODV and DSR provides high packet delivery ratio while DSDV provides very low value. For 0.04 second interval of packets (25 packets/sec), AODV and AOMDV provides PDR of 99.54%, while DSDV provides PDR of 50.12%. Figure 4. 50 Nodes MANET with Random Mobility Table 1. Interval vs. PDR for 50 Nodes MANET with Random Mobility Interval (s) vs. PDR (%) Interval 0.04 0.055 0.07 0.085 0.10 AODV 97.72 86.81 99.78 86.59 99.54 AOMDV 97.72 86.81 99.78 86.59 99.54 DSDV 46.08 51.14 43.89 46.49 50.12 DSR 99.75 98.81 99.54 99.65 98.94 OLSR 84.92 90.54 89.27 86.50 88.49
  • 4.  ISSN: 2502-4752 IJEECS Vol. 7, No. 3, September 2017 : 795 – 801 798 Figure 5. Interval vs. PDR Figure 6. Interval vs. Delay Table 2. Interval vs. Delay for 50 Nodes MANET with Random Mobility Interval (s) vs. Delay (s) Interval 0.04 0.055 0.07 0.085 0.1 AODV 0.093 0.138 0.044 0.102 0.054 AOMDV 0.029 0.033 0.029 0.030 0.033 DSDV 0.028 0.027 0.026 0.027 0.028 DSR 0.037 0.033 0.033 0.031 0.031 OLSR 0.034 0.026 0.026 0.026 0.026 Table 2 shows the comparative values of interval vs. Delay for 50 nodes MANET with random mobility. Interval vs. Delay is shown in figure 6. DSDV provides minimum delay as it is proactive routing protocol. Entries in routing tables are already present before initiating delivery of packets from source to destination. AODV produces high end-to-end time for delivering packets as this is one demand routing protocol, need to do route discovery before transmitting packets from source to destination.
  • 5. IJEECS ISSN: 2502-4752  Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai) 799 Figure 7. Interval vs. Control overheads Table 3. Interval vs. Control Overheads for 50 Nodes MANET with Random Mobility Interval (s) vs. Control Overheads (bytes) Interval 0.04 0.055 0.07 0.085 0.1 AODV 1254 943 529 843 897 AOMDV 10036 10260 10183 10089 10195 DSDV 2213 2275 2196 2069 2094 DSR 359 309 205 132 236 OLSR 23828 24359 24732 24817 24763 Table 3 shows the comparative values of interval vs. Control overhead for 50 nodes MANET with random mobility. Interval vs. Control Overhead is shown in figure 7. On-demand routing opposed to proactive routing is naturally adaptive to traffic diversity and therefore its overhead proportionately increases with increase in traffic diversity. On the other hand, for proactive routing overhead is independent of the traffic diversity. So when the traffic diversity is low, on demand routing is relatively very efficient in terms of the control overhead regardless of relative node mobility. DSDV produces high overhead because of exchange of control messages between nodes. Figure 8. Interval vs. Throughput
  • 6.  ISSN: 2502-4752 IJEECS Vol. 7, No. 3, September 2017 : 795 – 801 800 Table 4. Interval vs. Throughput for 50 Nodes MANET with Random Mobility Interval (s) vs. Throughput (bps) Interval 0.04 0.055 0.07 0.085 0.1 AODV 104005 67201 60693 43376 42388 AOMDV 103149 66709 56307 47397 38304 DSDV 49041 39589 26699 23292 21345 DSR 102190 73623 58292 48050 40556 OLSR 90381 70088 54296 43333 37683 Table 4 shows the comparative values of interval vs. Throughput for 50 nodes MANET with random mobility. Interval vs. Throughput is shown in figure 8. Because of high PDR, throughput is highly increased in AODV and DSR while DSDV produces low throughput and thus not suitable for high traffic on the network. 5. Conclusion This paper explains the comparative analysis of various existing routing protocols such as DSDV, AODV, AOMDV, OLSR and DSR. PDR and delay are very important parameters when deciding how a reliable a protocols works. DSDV produces minimum delay but at the same time large control overhead is generated. AODV and DSR are much suitable for high traffic network, but provides larger delay. In addition, control overhad and throughput parameters are also analyzed. AODV, DSR and AOMDV protocols provides high throughput while DSDV protocol provides less throughput irrespective of the traffic present on the network. AOMDV and OLSR protocol provides high control overhead. As AOMDV is a multi-path protocol, a larger control overhead is generated to find multiple paths between the source and the destination. OLSR protocol based on link state routing, where link states are propagated through the network, thus generating larger control overhead. References [1] Mukhtiar Ahmed, Mazleena Salleh, M.Ibrahim Channa, Mohd Foad Rohani, “Review on Localization based Routing Protocols for Underwater Wireless Sensor Network”, International Journal of Electrical and Computer Engineering, Vol 7, No 1: February 2017 [2] Dilip Singh Sisodia, Riya Singhal, Vijay Khandal, “A Performance Review of Intra and Inter-Group MANET Routing Protocols under Varying Speed of Nodes “International Journal of Electrical and Computer Engineering, Vol 7, No 5: October 2017 [3] Justin Sophia I, N. Rama,” Improving the Proactive Routing Protocol using Depth First Iterative Deepening Spanning Tree in Mobile Ad Hoc Network”, International Journal of Electrical and Computer Engineering, Vol 7, No 1: February 2017 [4] Rahul Desai, B P Patil, “Analysis of Reinforcement Based Adaptive Routing in MANET”, Indonesian Journal of Electrical Engineering and Computer Science, Vol 2, No 3: June 2016 [5] S. Murthy and J. J. Garcia-Luna-Aceves, “An Efficient Routing Protocol for Wireless Networks,” ACM J. Mobile Networks and Applications, special issue on Routing in Mobile Communication Networks, vol. 1, no. 2, 1996, pp. 183–97. [6] P. Jacquet et al., “Optimized Link State Routing Protocol for Ad Hoc Networks,” Proc. IEEE Int’l. Multi Topic Conf. (INMIC ’01), 2001, pp. 62–68. [7] T. Clausen and P. Jacquet, Optimized Link State Routing Protocol (OLSR), document RFC 3626, IETF, Oct. 2003. [Online]. Available: http://www.ietf.org/rfc/rfc3626.txt. [8] Reji Mano, P.C. Kishore Raja, Christeena Joseph, Radhika Baskar, “Hardware Implementation of Intrusion Detection System for Ad-Hoc Network”, International Journal of Reconfigurable and Embedded Systems, Vol 5, No 3: November 2016 [9] Shalini Singh, Rajeev Tripathi, “Performance Analysis of Extended AODV with IEEE802.11e HCCA to support QoS in Hybrid Network”, Indonesian Journal of Electrical Engineering and Computer Science, Vol 12, No 9: September 2014 [10] Youn-Sik Hong, “A Control Packet Minimized Routing Protocol for Ad-hoc Wireless Networks”, TELKOMNIKA Indonesian Journal of Electrical Engineering. Vol.12, No.2, February 2014, pp. 966 ~ 975
  • 7. IJEECS ISSN: 2502-4752  Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis (Rahul Desai) 801 [11] AL-Gabri Malek, Chunlin LI, Layuan Li , “Improving ZigBee AODV Mesh Routing Algorithm Topology and Simulation Analysis”, TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.2, February 2014, pp. 1528 ~ 1535 [12] Ghandie Kurnia Widi, Muhammad Luthfi Baihaqi, Ari Sriyanto Nugroho, Sidiq Syamsul Hidayat, “The Efficiency Test of Additional Multi Protocol Label Switching Network Protocol Over Open Shortest Path First Network Using Graphic Network Simulator 3”, TELKOMNIKA Indonesian Journal of Electrical Engineering , Vol 15 No 1, 2015