SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
68
Performance Analysis of MANET Routing Protocols
using different Mobility Models and Varying Speed
Prof. S. S. Asole 1
, 2
Dr. P. M. Jawandhiya
1
Associate Professor, Department Of CSE, B.N.C.O.E., Pusad, India.
2
Principal, PLIT, Buldana India.
Abstract: A mobile ad-hoc network is a continuously self-configuring, infrastructure less, network of mobile
devices. It is the network of mobile nodes without any fixed topology. In this network, each node acts as both
hosts and router simultaneously. Each device in a MANET is free to move independently in any direction, and
will therefore change its link to other devices frequently. In such a network there are lots of possibilities of
mobility of nodes. Therefore mobility of nodes is challenging issue for designer. We have surveyed comparative
performance analysis of different routing protocols. Under the different mobility models in term of Packet
Delivery Ratio, Average End to End Delay. We have carefully studied the behavior of these routing protocols
and compared their performance in different scenarios based. This paper defines which protocol to use in
different cases such as if time is important or if data is important in various mobility modes such as all node
mobility, destination node mobility and source node mobility and proposed the new algorithm on the basis of
protocols evaluation in different situation.
1. INTRODUCTION
Nodes in the network may be able to communicate
directly with each other, for example when they are
within wireless transmission range of each other.
However, ad hoc networks must also support
communication between nodes that are indirectly
connected by a series of wireless hops through other
nodes. Routing is well studied feature of such
networks because mobile nodes may move in various
directions, which can cause existing link to break and
the establishment of new routes.
A good routing protocol should minimize the
computing load on the host as well as the traffic
overhead on the network . There are three types of
routing protocol in Mobile Ad-Hoc Networks
Proactive (Table Driven) routing protocol, Reactive
(Demand Driven) routing protocol and Hybrid
Routing Protocol[2]. Routing protocol is use to find
the route between communication nodes. A mobility
model is representing the movement behavior of
mobile node.
2. EXISTING WORK
2.1 MANET Routing Protocols
Proactive routing protocol provide a fast response to
topology change continuously monitoring topology
change and disseminating the related information as
needed over the network. However rapid response to
topology changes is the increase in routing overhead,
and this can lead to smaller packet delivery ratio and
longer delay when topology changes increase.
Reactive routing protocols form a route if needed and
reduce the routing overhead. However the long setup
time in route discovery and slow response to route
changes can offset the benefit derived from on
demand and lead inferior performance.
2.1.1 Table-driven protocols
These protocols have their ability to maintain routing
tables that store information regarding the routes from
one node in the network to the rest of other nodes.
Here, all nodes update their tables to preserve
compatibility by exchanging routing information
between the participating nodes. When the topology
of the network changes, the nodes distribute update
messages across the network. These protocols may be
easy to implement, but the major limitation is that,
due to the inherently highly mobile and dynamic
nature of ad-hoc networks, the maintenance of routing
information in these tables is challenging.
• DSDV (Destination-Sequenced Distance –Vector
Routing Protocol)
This protocol is based on the Bellman-Ford classical
routing mechanism. Here each mobile node maintains
a routing table that includes all accessible
destinations, the number of hops necessary for
reaching that destination and the sequence of the
digits appropriate to that destination. Routing table
entries are tagged with sequence of digits which are
originated by the destination nodes. This sequence of
digits is used to distinguish new routes from old
routes and also to determine the creation of a ring.
Route updates are transmitted either periodically or
immediately after a significant topology change is
being detected. DSDV protocol generates a
supplementary traffic that adds to the real data traffic.
2.1.2 Reactive (On Demand) Routing Protocol
These types of routing protocols create routes only
when desired by the source node. When a source node
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
69
requires route it initiates a route discovery process to
find the route to the destination. This type of protocols
find route by flooding the network with route request
packet. This process is completed once a route is
found or all possible route permutations have been
examined. Once a route has been established, it is
maintain by a route maintain procedure. Then this
route is used for further communication.
AODV (Ad-Hoc On Demand Distance Vector
Routing)
AODV does not attempt to maintain routes from
every node to every other node in the network. It only
require route when necessary and do not need
maintain route that are not use currently. When a
source node need route to certain destination, It
broadcast a route request (RREQ) packet to all other
neighbors. This packet contains a IP address and
sequence number as well as the destination IP address
and last known sequence number. The RREQ also
contain the broadcast ID. When a node receives a
RREQ it first checks IP address and broadcast ID. If it
has already seen a RREQ with same IP address and
broadcast ID then discard the packet otherwise
rebroadcast the packet. Once the RREQ reaches the
destination node respond by unicast a route reply
(RREP) to the source. This route is use for
communication between sources to destination.
DSR (Dynamic Source Routing)
The DSR is an on-demand routing protocol. The DSR
routing protocol consists of two major phase’s route
discovery and route maintenance. When a source nose
S want to sand a packet to destination D. It establish a
route from S to D this phase is called route discovery.
Route discovery use only when no route between
source to destination. Second phase route
maintenance phase requires in case of route failure, it
involve another route to destination. Then the source
S can be use an alternate route to destination D, if it
known one, or invoke route discovery.
2.2 Mobility Models
Mobility Models describes how speed, acceleration
and direction of the node change over time .
2.2.1 Random Waypoint Mobility Model
The Random Waypoint Mobility Model is the most
common mobility model used in MANET researches.
The RWP model is random model for movement of
mobile use, how their location, velocity and
acceleration change over time. A mobile node begins
the simulation by waiting a specified pause time.
After this pause time it selects a random direction and
random speed between 0 m/sec to Vmax m/sec in the
network area. After reaching this destination node
wait again pause time and then select a new direction
and speed for movement . The node keeps moving
until reaches its direction at that speed. If a node
selects a far destination and low speed travels for a
long time. AODV performs better than DSR and
DSDV in random waypoint mobility model [1].
AODV gives the better packet delivery ratio[1]. The
overall performance of AODV is better in random
waypoint mobility model[1].
2.2.2 Random Direction Mobility Model
In Random Direction the mobile node select a
direction travel to the border of the network area. On
reaching the boundary it wait for a specific pause time
and then
choose the new direction to follow . This model
does not suffer from the density waves in the centre of
the simulation space that Random Waypoint Model
does. For the Random Waypoint Mobility Model the
probability of choosing a location near center is very
high.
2.2.3 Random Walk Mobility Model
It is a simple mobility model based on random
direction and speed. In this mobility model mobile
node choose a random direction and speed for
movement. The new direction and speed choose from
predefined ranges. On reaching the boundary of
simulation area the node reflect back with an angle
determined by incoming direction.
3. SYSTEM IMPLEMENTATION AND
DISCUSSION
3.1 Performance Metrics
To evaluate the performance of AODV, DSR,
DSDV routing protocols two performance metrics
Packet Delivery Ratio(PDR) Average end to end
delay[3] by varying the speed of mobile nodes are
considered
A. Packet Delivery Ratio
PDR = ( packet receives / packet sent )
B. Average End to End delay
It includes delay caused by latency,
buffering, queuing, transmission and route discovery
The given table 1 represents the Evaluation of
protocols in different mobility model with varying
speed of nodes [1]
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
70
Table1: Comparison of AODV, DSR and DSDV
Protocol using Different Mobility Models.
Packet Delivery Ratio
 In all three protocols PDR is decreases linearly
with increasing the speed of nodes[1].
 PDR for reactive routing protocols AODV and
DSR were better than the proactive DSDV[1].
 From two reactive routing protocols AODV and
DSR , AODV gives slightly more PDR than
DSR[1].
A. Average end to end delay
 For all three protocols average end to end delay
increases as the speed of node increases[1].
 In Random Waypoint mobility model end to
end delay is high for DSDV and low for DSR[1]
.
 In Random Walk mobility model end to end
delay is high for AODV and low for DSDV up to
certain limit of speed then it increases and lowest
end to end delay is given by DSR[1].
 In Random Direction mobility model end to end
delay is high for AODV and low for DSR[1].
 AODV performs better than DSR and DSDV in
Random waypoint mobility model[1].
 In random waypoint and random direction as the
speed of node increases the packet delivery ratio
of DSR decreases with high degree respect to the
AODV and DSDV[1].
 The overall performance of AODV is better in
random waypoint mobility model[1].
 In the random walk and random direction models
the end to end delay is very high for AODV than
DSR and DSDV protocols. If the speed of node is
10m/sec then the AODV perform better but if we
increase the speed up to 40m/sec performance of
AODV decrease because end to end delay is very
high[1].
 The packet delivery ratio is high of AODV in
random walk and random direction, but the end to
end delay was also very high for AODV
protocol[1].
So the overall performance of DSR is better than
the AODV and DSDV in random walk and random
direction mobility model[1].
4. PROPOSED WORK
Sometimes it is important to deliver data from source to
destination in time in such a case some form of data
loss is tolerable and many time it is important to
deliver data without any loss but some form of time
delay not matters in such a cases. Putting such
conditions in front, study of two protocols DSR and
DSDV gives solution for such cases. The metrics
Packet Delivery Ratio and End to End Delay are
important here. More packet delivery ratio means less
packet lost during transmission and end to end delay
indicate total delay for packet.
Proposed Algorithm-
NON : 10
Protocol: DSR, DSDV
Parameter: throughput, avg end to end delay
Movement: dest node, source node, all nodes
If movement of all nodes
If data is imp
Prefer DSDV
Else
Prefer DSR
Else
If movement of dest node only
If data is imp
Prefer DSDV
Else
Prefer DSR
Else
If movement of source node only
Prefer DSDV
Description –
Here network of 10 nodes is considered. In the
network one node is source node, one is destination
node and all other nodes are intermediate nodes act as
a router in MANET to deliver the data from source
node to destination node. Protocols taken are DSR
and DSDV. For evaluation purpose performance
metrics such as throughput and average end to end
delay are considered. In such case three mobility
modes are possible. First mode is when only source
node in the network is mobile. In second mode only
destination mode in the network is mobile. In third
mode all the nodes of the network are mobile.
Impacts of these modes on the performance of
protocols are as follows.
When all the nodes in the network are mobile then it
is DSDV gives high packet delivery ratio than DSR,
but average end to end delay is less in DSR. So, it is
Parameter Protocol
Random
Waypoint
Random
Walk
Random
Direction
Packet
Delivery
Ratio
AODV
High
(highest)
Highest
(highest)
Highest
(highest)
DSR
Highest
(high)
High
(high)
High
(high)
DSDV
Low
(low)
Low
(low)
Low
(low)
Average
end to end
Delay
AODV
High
(high)
Highest
(highest)
Highest
(highest)
DSR
Low
(low)
High
(low)
Low
(low)
DSDV
Highest
(highest)
Low
(high)
Low
(high)
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
71
concluded that for user if data is important than time
then it is good to use DSDV. If time is important then
use DSR. If destination node in the network is mobile
and all other are non-mobile then DSDV gives more
packet delivery ratio than DSR but average end to end
delay is less in DSR. So, if data is important use
DSDV otherwise DSR. If source node in the network
is mobile then DSR is of no use.
5. CONCLUSION AND FUTURE WORK
This paper determines which protocol to use
in different cases. When Data is important and all the
nodes in the network are mobile then use DSDV
otherwise if time is important factor then use DSR.
When data is important and only destination node is
mobile then use DSDV otherwise if time is important
then use DSR. If source node only is mobile then use
only DSDV. The proposed algorithm is very useful
for researcher to check the performance of different
protocols under different mobility models without
checking each case using NS2.
Future work will be to evaluate the performance of
various new protocols or modified version of these
protocols could also be compared.
Acknowledgements
I have inadequate words to express my deep sense of
gratitude towards my guide Dr.P.M.Jawandhiya who
was a constant source of inspiration, encouragement
and help throughout the process of preparing the
paper and without whom continuous guidance this
work would not have been possible.
I also extend my sincere thanks to Principal
Dr. H. B. Nanvala for his encouragement, providing
the adequate facilities and for providing an
outstanding academic environment.
REFERENCES
[1] Prateek Chudhary, Viomesh Singh, “Performance
Evaluation of mobile Ad-Hoc Networks Routing
Protocol AODV,DSR and DSDV in different
mobility models with varying speed of nodes”,
International Journal of Computer Science and
Information Technologies(IJCSIT),Vol.5
(3),2014
[2] K. Natarajan, Dr. G. Mahadevan, “A succinct
Comparative Analysis and Performance
Evaluation of MANET Routing Protocols”, 2013
[3] Hemant Rai “A Comparison of Performance
Metrics for Various Routing Protocols in
MANET”, 2014
[4] Muhammad Asif Khan, Sahibzada Zakiuddin,
“Research Review of Development of Novel
Routing Algorithms for Mobile Ad-hoc
Networks”, 2013
[5] Marco Conti, Silvia Giordano “Mobile Ad Hoc
Networking: Milestones, Challenges, and New
Research Directions”, 2014
[6] Dr.P.M.Jawandhiya, S.S.Asole ,”Performance
analysis of Mobil;ity Models using Routing
Protocols, Traffic Models and Provides an
outcome as to which routing protocol is better”,
2nd IEEE International conference on Recent
Adavaces and Innovations in Engineering
(ICRAIE),2016.

More Related Content

What's hot

Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETijasuc
 
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
 
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
 
Distance’s quantification
Distance’s quantificationDistance’s quantification
Distance’s quantificationcsandit
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETspijans
 
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...IOSR Journals
 
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ijwmn
 
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...IJERA Editor
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...cscpconf
 

What's hot (18)

Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
 
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...
 
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...
 
Distance’s quantification
Distance’s quantificationDistance’s quantification
Distance’s quantification
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
 
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
 
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
 
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
 
Md3421762181
Md3421762181Md3421762181
Md3421762181
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
 
R045059297
R045059297R045059297
R045059297
 
Be31390392
Be31390392Be31390392
Be31390392
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
 
En33838844
En33838844En33838844
En33838844
 

Similar to Paper id 71201928

Mobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility ModelMobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility ModelIOSR Journals
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...pijans
 
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
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 
Performance Evalution of MANET Routing Protocols using Reference Point Group ...
Performance Evalution of MANET Routing Protocols using Reference Point Group ...Performance Evalution of MANET Routing Protocols using Reference Point Group ...
Performance Evalution of MANET Routing Protocols using Reference Point Group ...ijasuc
 
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
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...ijceronline
 
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
 
A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingIOSR Journals
 
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...Narendra Singh Yadav
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...ijsrd.com
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 

Similar to Paper id 71201928 (20)

Mobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility ModelMobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility Model
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...
 
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 ...
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
Performance Evalution of MANET Routing Protocols using Reference Point Group ...
Performance Evalution of MANET Routing Protocols using Reference Point Group ...Performance Evalution of MANET Routing Protocols using Reference Point Group ...
Performance Evalution of MANET Routing Protocols using Reference Point Group ...
 
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 ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
 
En33838844
En33838844En33838844
En33838844
 
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
 
A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware Routing
 
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
K017426872
K017426872K017426872
K017426872
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
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
 
(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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
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
 
(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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
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 )
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

Paper id 71201928

  • 1. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 68 Performance Analysis of MANET Routing Protocols using different Mobility Models and Varying Speed Prof. S. S. Asole 1 , 2 Dr. P. M. Jawandhiya 1 Associate Professor, Department Of CSE, B.N.C.O.E., Pusad, India. 2 Principal, PLIT, Buldana India. Abstract: A mobile ad-hoc network is a continuously self-configuring, infrastructure less, network of mobile devices. It is the network of mobile nodes without any fixed topology. In this network, each node acts as both hosts and router simultaneously. Each device in a MANET is free to move independently in any direction, and will therefore change its link to other devices frequently. In such a network there are lots of possibilities of mobility of nodes. Therefore mobility of nodes is challenging issue for designer. We have surveyed comparative performance analysis of different routing protocols. Under the different mobility models in term of Packet Delivery Ratio, Average End to End Delay. We have carefully studied the behavior of these routing protocols and compared their performance in different scenarios based. This paper defines which protocol to use in different cases such as if time is important or if data is important in various mobility modes such as all node mobility, destination node mobility and source node mobility and proposed the new algorithm on the basis of protocols evaluation in different situation. 1. INTRODUCTION Nodes in the network may be able to communicate directly with each other, for example when they are within wireless transmission range of each other. However, ad hoc networks must also support communication between nodes that are indirectly connected by a series of wireless hops through other nodes. Routing is well studied feature of such networks because mobile nodes may move in various directions, which can cause existing link to break and the establishment of new routes. A good routing protocol should minimize the computing load on the host as well as the traffic overhead on the network . There are three types of routing protocol in Mobile Ad-Hoc Networks Proactive (Table Driven) routing protocol, Reactive (Demand Driven) routing protocol and Hybrid Routing Protocol[2]. Routing protocol is use to find the route between communication nodes. A mobility model is representing the movement behavior of mobile node. 2. EXISTING WORK 2.1 MANET Routing Protocols Proactive routing protocol provide a fast response to topology change continuously monitoring topology change and disseminating the related information as needed over the network. However rapid response to topology changes is the increase in routing overhead, and this can lead to smaller packet delivery ratio and longer delay when topology changes increase. Reactive routing protocols form a route if needed and reduce the routing overhead. However the long setup time in route discovery and slow response to route changes can offset the benefit derived from on demand and lead inferior performance. 2.1.1 Table-driven protocols These protocols have their ability to maintain routing tables that store information regarding the routes from one node in the network to the rest of other nodes. Here, all nodes update their tables to preserve compatibility by exchanging routing information between the participating nodes. When the topology of the network changes, the nodes distribute update messages across the network. These protocols may be easy to implement, but the major limitation is that, due to the inherently highly mobile and dynamic nature of ad-hoc networks, the maintenance of routing information in these tables is challenging. • DSDV (Destination-Sequenced Distance –Vector Routing Protocol) This protocol is based on the Bellman-Ford classical routing mechanism. Here each mobile node maintains a routing table that includes all accessible destinations, the number of hops necessary for reaching that destination and the sequence of the digits appropriate to that destination. Routing table entries are tagged with sequence of digits which are originated by the destination nodes. This sequence of digits is used to distinguish new routes from old routes and also to determine the creation of a ring. Route updates are transmitted either periodically or immediately after a significant topology change is being detected. DSDV protocol generates a supplementary traffic that adds to the real data traffic. 2.1.2 Reactive (On Demand) Routing Protocol These types of routing protocols create routes only when desired by the source node. When a source node
  • 2. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 69 requires route it initiates a route discovery process to find the route to the destination. This type of protocols find route by flooding the network with route request packet. This process is completed once a route is found or all possible route permutations have been examined. Once a route has been established, it is maintain by a route maintain procedure. Then this route is used for further communication. AODV (Ad-Hoc On Demand Distance Vector Routing) AODV does not attempt to maintain routes from every node to every other node in the network. It only require route when necessary and do not need maintain route that are not use currently. When a source node need route to certain destination, It broadcast a route request (RREQ) packet to all other neighbors. This packet contains a IP address and sequence number as well as the destination IP address and last known sequence number. The RREQ also contain the broadcast ID. When a node receives a RREQ it first checks IP address and broadcast ID. If it has already seen a RREQ with same IP address and broadcast ID then discard the packet otherwise rebroadcast the packet. Once the RREQ reaches the destination node respond by unicast a route reply (RREP) to the source. This route is use for communication between sources to destination. DSR (Dynamic Source Routing) The DSR is an on-demand routing protocol. The DSR routing protocol consists of two major phase’s route discovery and route maintenance. When a source nose S want to sand a packet to destination D. It establish a route from S to D this phase is called route discovery. Route discovery use only when no route between source to destination. Second phase route maintenance phase requires in case of route failure, it involve another route to destination. Then the source S can be use an alternate route to destination D, if it known one, or invoke route discovery. 2.2 Mobility Models Mobility Models describes how speed, acceleration and direction of the node change over time . 2.2.1 Random Waypoint Mobility Model The Random Waypoint Mobility Model is the most common mobility model used in MANET researches. The RWP model is random model for movement of mobile use, how their location, velocity and acceleration change over time. A mobile node begins the simulation by waiting a specified pause time. After this pause time it selects a random direction and random speed between 0 m/sec to Vmax m/sec in the network area. After reaching this destination node wait again pause time and then select a new direction and speed for movement . The node keeps moving until reaches its direction at that speed. If a node selects a far destination and low speed travels for a long time. AODV performs better than DSR and DSDV in random waypoint mobility model [1]. AODV gives the better packet delivery ratio[1]. The overall performance of AODV is better in random waypoint mobility model[1]. 2.2.2 Random Direction Mobility Model In Random Direction the mobile node select a direction travel to the border of the network area. On reaching the boundary it wait for a specific pause time and then choose the new direction to follow . This model does not suffer from the density waves in the centre of the simulation space that Random Waypoint Model does. For the Random Waypoint Mobility Model the probability of choosing a location near center is very high. 2.2.3 Random Walk Mobility Model It is a simple mobility model based on random direction and speed. In this mobility model mobile node choose a random direction and speed for movement. The new direction and speed choose from predefined ranges. On reaching the boundary of simulation area the node reflect back with an angle determined by incoming direction. 3. SYSTEM IMPLEMENTATION AND DISCUSSION 3.1 Performance Metrics To evaluate the performance of AODV, DSR, DSDV routing protocols two performance metrics Packet Delivery Ratio(PDR) Average end to end delay[3] by varying the speed of mobile nodes are considered A. Packet Delivery Ratio PDR = ( packet receives / packet sent ) B. Average End to End delay It includes delay caused by latency, buffering, queuing, transmission and route discovery The given table 1 represents the Evaluation of protocols in different mobility model with varying speed of nodes [1]
  • 3. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 70 Table1: Comparison of AODV, DSR and DSDV Protocol using Different Mobility Models. Packet Delivery Ratio  In all three protocols PDR is decreases linearly with increasing the speed of nodes[1].  PDR for reactive routing protocols AODV and DSR were better than the proactive DSDV[1].  From two reactive routing protocols AODV and DSR , AODV gives slightly more PDR than DSR[1]. A. Average end to end delay  For all three protocols average end to end delay increases as the speed of node increases[1].  In Random Waypoint mobility model end to end delay is high for DSDV and low for DSR[1] .  In Random Walk mobility model end to end delay is high for AODV and low for DSDV up to certain limit of speed then it increases and lowest end to end delay is given by DSR[1].  In Random Direction mobility model end to end delay is high for AODV and low for DSR[1].  AODV performs better than DSR and DSDV in Random waypoint mobility model[1].  In random waypoint and random direction as the speed of node increases the packet delivery ratio of DSR decreases with high degree respect to the AODV and DSDV[1].  The overall performance of AODV is better in random waypoint mobility model[1].  In the random walk and random direction models the end to end delay is very high for AODV than DSR and DSDV protocols. If the speed of node is 10m/sec then the AODV perform better but if we increase the speed up to 40m/sec performance of AODV decrease because end to end delay is very high[1].  The packet delivery ratio is high of AODV in random walk and random direction, but the end to end delay was also very high for AODV protocol[1]. So the overall performance of DSR is better than the AODV and DSDV in random walk and random direction mobility model[1]. 4. PROPOSED WORK Sometimes it is important to deliver data from source to destination in time in such a case some form of data loss is tolerable and many time it is important to deliver data without any loss but some form of time delay not matters in such a cases. Putting such conditions in front, study of two protocols DSR and DSDV gives solution for such cases. The metrics Packet Delivery Ratio and End to End Delay are important here. More packet delivery ratio means less packet lost during transmission and end to end delay indicate total delay for packet. Proposed Algorithm- NON : 10 Protocol: DSR, DSDV Parameter: throughput, avg end to end delay Movement: dest node, source node, all nodes If movement of all nodes If data is imp Prefer DSDV Else Prefer DSR Else If movement of dest node only If data is imp Prefer DSDV Else Prefer DSR Else If movement of source node only Prefer DSDV Description – Here network of 10 nodes is considered. In the network one node is source node, one is destination node and all other nodes are intermediate nodes act as a router in MANET to deliver the data from source node to destination node. Protocols taken are DSR and DSDV. For evaluation purpose performance metrics such as throughput and average end to end delay are considered. In such case three mobility modes are possible. First mode is when only source node in the network is mobile. In second mode only destination mode in the network is mobile. In third mode all the nodes of the network are mobile. Impacts of these modes on the performance of protocols are as follows. When all the nodes in the network are mobile then it is DSDV gives high packet delivery ratio than DSR, but average end to end delay is less in DSR. So, it is Parameter Protocol Random Waypoint Random Walk Random Direction Packet Delivery Ratio AODV High (highest) Highest (highest) Highest (highest) DSR Highest (high) High (high) High (high) DSDV Low (low) Low (low) Low (low) Average end to end Delay AODV High (high) Highest (highest) Highest (highest) DSR Low (low) High (low) Low (low) DSDV Highest (highest) Low (high) Low (high)
  • 4. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 71 concluded that for user if data is important than time then it is good to use DSDV. If time is important then use DSR. If destination node in the network is mobile and all other are non-mobile then DSDV gives more packet delivery ratio than DSR but average end to end delay is less in DSR. So, if data is important use DSDV otherwise DSR. If source node in the network is mobile then DSR is of no use. 5. CONCLUSION AND FUTURE WORK This paper determines which protocol to use in different cases. When Data is important and all the nodes in the network are mobile then use DSDV otherwise if time is important factor then use DSR. When data is important and only destination node is mobile then use DSDV otherwise if time is important then use DSR. If source node only is mobile then use only DSDV. The proposed algorithm is very useful for researcher to check the performance of different protocols under different mobility models without checking each case using NS2. Future work will be to evaluate the performance of various new protocols or modified version of these protocols could also be compared. Acknowledgements I have inadequate words to express my deep sense of gratitude towards my guide Dr.P.M.Jawandhiya who was a constant source of inspiration, encouragement and help throughout the process of preparing the paper and without whom continuous guidance this work would not have been possible. I also extend my sincere thanks to Principal Dr. H. B. Nanvala for his encouragement, providing the adequate facilities and for providing an outstanding academic environment. REFERENCES [1] Prateek Chudhary, Viomesh Singh, “Performance Evaluation of mobile Ad-Hoc Networks Routing Protocol AODV,DSR and DSDV in different mobility models with varying speed of nodes”, International Journal of Computer Science and Information Technologies(IJCSIT),Vol.5 (3),2014 [2] K. Natarajan, Dr. G. Mahadevan, “A succinct Comparative Analysis and Performance Evaluation of MANET Routing Protocols”, 2013 [3] Hemant Rai “A Comparison of Performance Metrics for Various Routing Protocols in MANET”, 2014 [4] Muhammad Asif Khan, Sahibzada Zakiuddin, “Research Review of Development of Novel Routing Algorithms for Mobile Ad-hoc Networks”, 2013 [5] Marco Conti, Silvia Giordano “Mobile Ad Hoc Networking: Milestones, Challenges, and New Research Directions”, 2014 [6] Dr.P.M.Jawandhiya, S.S.Asole ,”Performance analysis of Mobil;ity Models using Routing Protocols, Traffic Models and Provides an outcome as to which routing protocol is better”, 2nd IEEE International conference on Recent Adavaces and Innovations in Engineering (ICRAIE),2016.