SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 11, Issue 5 (May. - Jun. 2013), PP 01-06
www.iosrjournals.org
www.iosrjournals.org 1 | Page
A Simulation Based Performance Comparison of Routing
Protocols (Reactive and Proactive) For Random Waypoint
Mobility Model
Sukhpreet kaur (M.Tech Student),Chandan Sharma (Ph.d. Candidate),
Sri Guru Granth Sahib World University, Fatehgarh Sahib
Guru Nanak Dev University ,Amritsar, india(pb.)
Abstract: Mobile Ad hoc Network is collection wireless mobile nodes which dynamically form a temporary
network] =without the use of existing network infrastructure centralized administration. Due to dynamic
property of mobiles nodes in MANET, They require good routing protocols. This paper analyzes the effect of
random based mobility models on the performance of Proactive Routing Protocol (DSDV- Destination Sequence
Distance Vector) and Reactive Routing Protocol (AODV- on Demand Distance Vector Routing Protocol, and
(OLSR-Optimized Link State Routing Protocol). Performance Analysis is done with respect to receive rate and
packet received for varying node densities.
I. Introduction
Mobile ad-hoc networks (MANET) are collections of wireless mobile nodes dynamically forming a
temporary network without the use of any pre-defined network infrastructure or centralized administration.
[6].MANETs as shown in fig (1) have characteristics that network topology changes very rapidly and
unpredictably in which many mobile nodes moves to and from a wireless network without any fixed access
point where routers and hosts move, so topology is dynamic[7].
Fig. 1 Mobile Ad hoc Network- MANET[7]
A central challenge in the design of ad hoc networks is the development of dynamic routing protocols
that can efficiently find routes between two communicating nodes. Several protocols exist and those can be
divided into three main categories, Reactive, Proactive and Hybrid Protocols. Reactive protocols are
characterized by nodes acquiring and maintaining routes on-demand. Proactive protocols are categorized by all
nodes maintaining routes to all destinations in the network at all times. They are also called table driven
protocols[5].The topology of the ad hoc network depends on the transmission power of the mobile nodes which
may change with time . Routing Protocols for ad hoc network need to perform a set of route identification and
route reconfiguration [8].
Now days mobile ad hoc network have robust and efficient operation in mobile wireless networks as it
can include routing functionality into mobile nodes which is more than just mobile hosts and reduces the routing
overhead and saves energy[3].
For other nodes . MANET are very useful when infrastructure is not available, impractical or expensive
because it can be rapidly deployable without prior planning or any existing infrastructure.
This paper is structured as follows: Section II discusses related work. In Section III we briefly review
MANETs routing protocols and mobility models. Section IV provides details of simulation parameters and
performance metrics, Section V gives Simulation Set up. Finally, in Section VI Results are discussed followed
by the conclusions.
A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For
www.iosrjournals.org 2 | Page
II. Related Work
Performance comparison among some set of MANET routing protocols (proactive, Reactive, Hybrid)
is already done by the researchers such as among PAODV , AODV DSR and CBRP [2], among DSR , AODV,
and DSDV,[3], among OLSR, DSDV, and FSR[4], in [5] among AODV, DSDV and ZRP , among AODV ,
DYMO, ZRP, OLSR[6] , among AODV, OLSR, and TORA [7].This paper presents the performance
comparison of OLSR, AODV , and DSDV routing protocols where OLSR ,AODV ,DSDV are prominent
protocols of proactive and reactive respectively. In this paper, we simulate routing protocols and give a brief
discussion on their respective behaviour according to different environment.
III. Manet Routing Protocols
Routing protocols for wireless ad hoc networks can be classified into the three categories: On-demand
( or Rective) protocols , Table – driven ( or Proactive) protocols , Hybrid protocols. Figure 2 shows the basic
classification of the routing protocols in MANETs.
Fig.2 Basic classification of the routing protocols in MANETs.
On-demand (reactive) protocols: In contrast to table driven routing protocols, on demand compute the route to
a specific destination only when needed, so a routing table containing all the nodes as entries does not have to be
maintained in each node. When a source wants to send packet to a destination, it invokes a route discovery
mechanism to find the path to the destination. The route remains valid till the destination is reachable or until
the route is no longer needed. Reactive protocols can be classified into two categories: source routing and hop-
by-hop routing[9].Examples are Reactive protocols AODV, DSR [5].
Table driven (proactive) protocol: Proactive protocols maintain the routing information consistently up-to-
date from each node to every other nodes in the network. The main function of proactive routing protocols
maintain its table in order to store routing information[5,7].These tables are periodically updated and/or if the
network topology changes[9].
Hybrid Protocols:- Hybrid routing protocols are a new generation of protocol, which are both proactive and
reactive in nature. These protocols are designed to increase scalability by allowing nodes with close proximity to
work together to form some sort of a backbone to reduce the route discovery overheads. This is mostly achieved
by proactively maintaining routes to near by nodes and determining routes to faraway nodes using a route
discovery strategy. Most hybrid protocols proposed to date are zone-based, which means that the network is
partitioned or seen as a number of zones by each node. Others group nodes into trees or clusters[9].
1) AODV (Ad hoc On-Demand Routing Protocols):- it is reactive protocol that improve the DSDV in sense
of minimizing the number of required broadcasts by creating routes on demand basis as opposed to maintaining
a complete list of routes[8]. AODV use a broadcast route discovery mechanism where source node initiate a
route dicovery method by broadcasting a route request (RREQ) packet to its neighbours
A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For
www.iosrjournals.org 3 | Page
Fig. 3 Route Discovery - (i) RREQ (ii) RREP [5].
The RREQ packet contain a sequence number and a broacast message id. Each neighbor satisfied with
the RREQ replies with the route reply (RREP) packet adding one in the hop count field. Unlike DSDV, in
AODV if a node cannot satisfy the RREQ, it keeps track of the necessary information in order to implement the
reverse and forward path setup that will accompany the transmission of the RREP. The source sequence number
is used to maintain freshness information about the reverse route to the source and the destination sequence
number specifies how fresh a route to the destination must be before it can be accepted by the source. The
source node can begin data transmission as soon as the first RREP is received. Hence, the first sending of data
packet to the destination is delayed due to route discovery process[3].
2) DSDV (Destination Sequenced Distance Vector Routing):- This protocol is based on classical Bellman-
Ford routing algorithm designed for MANETS. Each node maintains a list of all destinations and number of
hops to each destination. Each entry is marked with a sequence number. It uses full dump or incremental update
to reduce network traffic generated by rout updates. Each mobile node maintains a routing table in which all the
possible destinations and the number of hops to them in the network are stored. The entries in the table may
change extremely dynamically so the advertisements might be made quite often[8]. It is quite suitable for
creating ad hoc network with small number of nodes. Since no formal specification of this algorithm is present
, there is no commercial implementation of this algorithm . DSDV requires a regular update of its routing tables,
which uses up battery power and a small amount of bandwidth even when the network is idle.Whenever the
topology of the network changes, a new sequence number is necessary before the network re-converges. Thus,
DSDV is not suitable for highly dynamic networks. (As in all distance-vector protocols, this does not perturb
traffic in regions of the network that are not concerned by the topology change)[5].
3) OLSR (Optimized Link State Routing):- is based on link state algorithm and it is proactive in nature.
OLSR is an optimization over a pure link state protocol as it squeezes the size of information send in the
messages, and reduces the number of retransmissions. It provides optimal routes in terms of number of hops.
For this purpose, the protocol uses multipoint relaying technique to efficiently flood its control messages .Unlike
DSDV and AODV, OLSR reduces the size of control packet by declaring only a subset of links with its
neighbors who are its multipoint relay selectors and only the multipoint relays of a node retransmit its broadcast
messages. Hence, the protocol does not generate extra control traffic in response to link failures and node
join/leave events. OLSR is particularly suitable for large and dense networks. All mobile nodes maintain the
routing table that contains routes to all reachable destination nodes. OLSR does not notify the source
immediately after detecting a broken link and source node comes to know that route is broken when the
intermediate node broadcasts its next packet[6].
Mobility Models:- The mobility model is designed to describe the movement pattern of mobile user, and how
their location, direction of movement , pause distribution , speed and acceleration change over time. Mobility
model is a key parameters that researchers have to consider who they want to analyze the performance of the
certain protocols in their simulation environment. The selection of different mobility model can have a major
impact on the selection of a routing scheme and can thus influence performance.
A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For
www.iosrjournals.org 4 | Page
Random Waypoint Mobility Model:-
The randon waypoint mobility model introduce a specific pause time between movement i.e. change in
direction and speed. The random waypoint model is the most popular mobility model employed in
contemporary research and can be considered a foundation for building other mobility models.
Random Walk Mobility Model:-
The random walk mobility model is the simplest mobility model, generating completely random
movement patterns. It was designed for simulation in which the movement patterns of mobile nodes are
completely unpredictable. In this mobility model , an MN moves from its current location to a new location by
randomly choosing a direction and speed in which to travel in this model a mobile node is initially placed in a
random location in the simulation area and then moved randomly chosen direction between [0.2pi] at a random
speed between [SpeedMin, SpeedMax].
Random Direction Mobility Model:-
In Random Direction Mobility Model MNs using the Random Waypoint Mobility Model often choose
new destinations, and the probability of choosing a new destination that is located in the center of the simulation
area, or requires travel through the middle of the simulation area, is high. The MNs moving with the Random
Waypoint Mobility Model appear to converge, disperse, converge again, etc. In order to alleviate this type of
behavior and promote a semi-constant number of neighbors, the Random Direction Mobility Model was
developed[8].
IV. Simulation Parameters:-
statistic Value
Simulator
Protocols studies
Scenario size
Number of nodes
Node movement model
WIFI PHY- Standard
Node speed(m/s)
Transmission power
Simulation time (sec)
Pause time(m/s)
NS3
AODV, DSDV,OLSR
1000 *1000
30 to 50
Random waypoint
802.11b
20
7.5 to 9.5 dbm
100 to 200
0 to 0.5
Table.1 Simulation Parameters
V. Simulation Environment:-
Simulation environment consist of 30 wireless mobile nodes which are placed uniformly and forming a
mobile ad hoc network, moving about over a 1000 x 1000. All mobile nodes configured to run ad hoc on
demand distance vector protocols or destination source distance vector protocols or Optimized link state routing
protocol. The simulation were performed using Network Simulators 3 in Linux Ubuntu. The „Random Waypoint
Model‟ in a rectangle field of 1000 x 1000 with 20 nodes to 50 nodes with 20m/sec as a maximum speed and
pause times 5 m/sec. simulation time for the whole scenario was 100 to 200sec
VI. Result and Discussion
In this section we compare the three protocols routing protocols. To evaluate the performance of AODV,
DSDV, and OLSR
routing protocols in same simulation environment with ( 30 to 50 nodes). Simulation results are
collected from different scenarios of three protocols. The simulation results are shown in the following section
in the form of graph. In the first three figure we compared AODV, OLSR, and DSDV with variable node
density 30, simulation time was 100 sec and pause time 0.5 m/s. In next figures compared with 50 nodes ,
simulation time was 200 sec and pause time is zero (0).
A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For
www.iosrjournals.org 5 | Page
Fig.3 ReceiveRate and packetRecieved when using AODV with 30 nodes
Fig.4ReceiveRate and packetRecieved when using OLSR with 30 nodes
Fig.5ReceiveRate and packetRecieved when using DSDV with 30 nodes
Fig.6ReceiveRate and packetRecieved when using AODV with 50 nodes
Fig.7ReceiveRate and packetRecieved when using OLSR with 50 nodes
A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For
www.iosrjournals.org 6 | Page
Fig .8ReceiveRate and packetRecieved when using DSDV with 50 nodes
VII. Conclusion:-
In this paper , performance evaluation of random based mobility model on three routing protocols
AODV, OLSR, DSDV is compared with respect to two performance metrices using the differents parameters.
OLSR performed better for both metrices than AODV and DSDV when the simulation time is 100 sec with 30
nodes. DSDV performed better for 50 nodes than OLSR And AODV. From simulation result , its observed that
AODV has poor performance in both case.
References:-
[1]. Robinpreet Kaur & Mritunjay Kumar Rai “A Novel Review on Routing Protocols in MANETs”, Undergraduate Academic Research
Journal (UARJ), ISSN : 2278 – 1129, Volume-1, Issue-1, 2012
[2]. Boukerche, “Performance Evaluation of Routing Protocols for Ad Hoc Wireless Networks,” Mobile Networks and Applications, pp.
9, 333-342, Kluwer Academic Publishers, 2004.
[3]. Shrikant Upadhyay “ comparison and performance analysis of reactive type DSR, AODV and proactive type mobile ad-hoc network,
using NS-2 simulator”Journal of Engineering and Computer Innovations Vol.2 (10), pp 36-47, March 2012.
[4]. D. Mahmood,N. javaid , U. Qasim , Z. A. Khan “Routing Load of Route Calculation and Route Maintenance in Wireless Proactive
Routing Protocols” ,seventh International Conference on Broadband, wireless Computing, communication and applications,2012.
[5]. Savita Gandhi SMIEEE1, Nirbhay Chaubey MIEEE2, Naren Tada3, Srushti Trivedi3, “Scenario-based Performance Comparison of
Reactive, Proactive & Hybrid Protocols in MANET”, International Conference on Computer Communication and Informatics , 2012.
[6]. Md. Arafatur Rahman and Farhat Anwar, Jannatul Naeem and Md. Sharif Minhazul Abedin “A Simulation Based Performance
Comparison of Routing Protocol on Mobile Ad-hoc Network (Proactive, Reactive and Hybrid)”, International Conference on
Computer and Communication Engineering,2012.
[7]. Nadin Qasim, Fatin Said, Hamid Aghvami, “Mobile Ad Hoc Networking Protocols Evaluation through Simulation for Quality of
Service”, IAENG International Journal of Computer Science,2009.
[8]. Rashmi Rohankar, Rinkoo Bhatia, Vineet Shrivastava , Deepak Kumar Sharma, “Performance Analysis of Various Routing
Protocols (Proactive and Reactive) for Random Mobility Models of Adhoc Network”, 1st Int‟l Conf. on Recent Advances in
Information Technology, 2012.
[9]. Mehran Abolhasan , Tadeusz Wysocki , Eryk Dutkiewicz “A review of routing protocols for mobile ad
hoc networks”

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
IAEME Publication
 

Was ist angesagt? (17)

Local distance's neighbouring quantification
Local distance's neighbouring quantificationLocal distance's neighbouring quantification
Local distance's neighbouring quantification
 
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...
 
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
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep mode
 
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 ...
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)
 
Md3421762181
Md3421762181Md3421762181
Md3421762181
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
Load aware and load balancing using aomdv routing in manet
Load aware and load balancing using aomdv routing in manetLoad aware and load balancing using aomdv routing in manet
Load aware and load balancing using aomdv routing in manet
 
Experimental Analysis Of On Demand Routing Protocol
Experimental Analysis Of On Demand Routing ProtocolExperimental Analysis Of On Demand Routing Protocol
Experimental Analysis Of On Demand Routing Protocol
 
Distance’s quantification
Distance’s quantificationDistance’s quantification
Distance’s quantification
 

Andere mochten auch

Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
IOSR Journals
 

Andere mochten auch (20)

Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
Effect Of Nitrogen And Potassium On The Yield And Quality Of Ginger In The De...
 
K1803046067
K1803046067K1803046067
K1803046067
 
Modified One Cycle Controlled Scheme for Single-Phase Grid Connected Pv-Fc Hy...
Modified One Cycle Controlled Scheme for Single-Phase Grid Connected Pv-Fc Hy...Modified One Cycle Controlled Scheme for Single-Phase Grid Connected Pv-Fc Hy...
Modified One Cycle Controlled Scheme for Single-Phase Grid Connected Pv-Fc Hy...
 
J017166469
J017166469J017166469
J017166469
 
S180304116124
S180304116124S180304116124
S180304116124
 
The DNA cleavage and antimicrobial studies of Co(II), Ni(II), Cu(II) and Zn(I...
The DNA cleavage and antimicrobial studies of Co(II), Ni(II), Cu(II) and Zn(I...The DNA cleavage and antimicrobial studies of Co(II), Ni(II), Cu(II) and Zn(I...
The DNA cleavage and antimicrobial studies of Co(II), Ni(II), Cu(II) and Zn(I...
 
A0420104
A0420104A0420104
A0420104
 
M01312106112
M01312106112M01312106112
M01312106112
 
A New Approach to Volunteer Cloud Computing
A New Approach to Volunteer Cloud ComputingA New Approach to Volunteer Cloud Computing
A New Approach to Volunteer Cloud Computing
 
A Survey on Data Mining
A Survey on Data MiningA Survey on Data Mining
A Survey on Data Mining
 
Resource Allocation for Antivirus Cloud Appliances
Resource Allocation for Antivirus Cloud AppliancesResource Allocation for Antivirus Cloud Appliances
Resource Allocation for Antivirus Cloud Appliances
 
D012631423
D012631423D012631423
D012631423
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
 
Analysis of service-oriented traffic classification with imperfect traffic cl...
Analysis of service-oriented traffic classification with imperfect traffic cl...Analysis of service-oriented traffic classification with imperfect traffic cl...
Analysis of service-oriented traffic classification with imperfect traffic cl...
 
A01230105
A01230105A01230105
A01230105
 
Privacy and Integrity Preserving in Cloud Storage Devices
Privacy and Integrity Preserving in Cloud Storage DevicesPrivacy and Integrity Preserving in Cloud Storage Devices
Privacy and Integrity Preserving in Cloud Storage Devices
 
B0420512
B0420512B0420512
B0420512
 
K017357681
K017357681K017357681
K017357681
 
The Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking SystemThe Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking System
 
C0161018
C0161018C0161018
C0161018
 

Ähnlich wie A Simulation Based Performance Comparison of Routing Protocols (Reactive and Proactive) For Random Waypoint 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...
ijdpsjournal
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
BRNSSPublicationHubI
 

Ähnlich wie A Simulation Based Performance Comparison of Routing Protocols (Reactive and Proactive) For Random Waypoint Mobility Model (20)

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
 
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
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
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...
 
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...
 
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 ...
 
Progressive Routing Protocol using Hybrid Analysis for MANETs
Progressive Routing Protocol using Hybrid Analysis for MANETsProgressive Routing Protocol using Hybrid Analysis for MANETs
Progressive Routing Protocol using Hybrid Analysis for MANETs
 
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...
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
 
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...
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSPERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSPERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
A Performance Comparison of Routing Protocols for Ad Hoc Networks
A Performance Comparison of Routing Protocols for Ad Hoc NetworksA Performance Comparison of Routing Protocols for Ad Hoc Networks
A Performance Comparison of Routing Protocols for Ad Hoc Networks
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 

Mehr von IOSR Journals

Mehr von IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Kürzlich hochgeladen

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 

Kürzlich hochgeladen (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(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...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
(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...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

A Simulation Based Performance Comparison of Routing Protocols (Reactive and Proactive) For Random Waypoint Mobility Model

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 11, Issue 5 (May. - Jun. 2013), PP 01-06 www.iosrjournals.org www.iosrjournals.org 1 | Page A Simulation Based Performance Comparison of Routing Protocols (Reactive and Proactive) For Random Waypoint Mobility Model Sukhpreet kaur (M.Tech Student),Chandan Sharma (Ph.d. Candidate), Sri Guru Granth Sahib World University, Fatehgarh Sahib Guru Nanak Dev University ,Amritsar, india(pb.) Abstract: Mobile Ad hoc Network is collection wireless mobile nodes which dynamically form a temporary network] =without the use of existing network infrastructure centralized administration. Due to dynamic property of mobiles nodes in MANET, They require good routing protocols. This paper analyzes the effect of random based mobility models on the performance of Proactive Routing Protocol (DSDV- Destination Sequence Distance Vector) and Reactive Routing Protocol (AODV- on Demand Distance Vector Routing Protocol, and (OLSR-Optimized Link State Routing Protocol). Performance Analysis is done with respect to receive rate and packet received for varying node densities. I. Introduction Mobile ad-hoc networks (MANET) are collections of wireless mobile nodes dynamically forming a temporary network without the use of any pre-defined network infrastructure or centralized administration. [6].MANETs as shown in fig (1) have characteristics that network topology changes very rapidly and unpredictably in which many mobile nodes moves to and from a wireless network without any fixed access point where routers and hosts move, so topology is dynamic[7]. Fig. 1 Mobile Ad hoc Network- MANET[7] A central challenge in the design of ad hoc networks is the development of dynamic routing protocols that can efficiently find routes between two communicating nodes. Several protocols exist and those can be divided into three main categories, Reactive, Proactive and Hybrid Protocols. Reactive protocols are characterized by nodes acquiring and maintaining routes on-demand. Proactive protocols are categorized by all nodes maintaining routes to all destinations in the network at all times. They are also called table driven protocols[5].The topology of the ad hoc network depends on the transmission power of the mobile nodes which may change with time . Routing Protocols for ad hoc network need to perform a set of route identification and route reconfiguration [8]. Now days mobile ad hoc network have robust and efficient operation in mobile wireless networks as it can include routing functionality into mobile nodes which is more than just mobile hosts and reduces the routing overhead and saves energy[3]. For other nodes . MANET are very useful when infrastructure is not available, impractical or expensive because it can be rapidly deployable without prior planning or any existing infrastructure. This paper is structured as follows: Section II discusses related work. In Section III we briefly review MANETs routing protocols and mobility models. Section IV provides details of simulation parameters and performance metrics, Section V gives Simulation Set up. Finally, in Section VI Results are discussed followed by the conclusions.
  • 2. A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For www.iosrjournals.org 2 | Page II. Related Work Performance comparison among some set of MANET routing protocols (proactive, Reactive, Hybrid) is already done by the researchers such as among PAODV , AODV DSR and CBRP [2], among DSR , AODV, and DSDV,[3], among OLSR, DSDV, and FSR[4], in [5] among AODV, DSDV and ZRP , among AODV , DYMO, ZRP, OLSR[6] , among AODV, OLSR, and TORA [7].This paper presents the performance comparison of OLSR, AODV , and DSDV routing protocols where OLSR ,AODV ,DSDV are prominent protocols of proactive and reactive respectively. In this paper, we simulate routing protocols and give a brief discussion on their respective behaviour according to different environment. III. Manet Routing Protocols Routing protocols for wireless ad hoc networks can be classified into the three categories: On-demand ( or Rective) protocols , Table – driven ( or Proactive) protocols , Hybrid protocols. Figure 2 shows the basic classification of the routing protocols in MANETs. Fig.2 Basic classification of the routing protocols in MANETs. On-demand (reactive) protocols: In contrast to table driven routing protocols, on demand compute the route to a specific destination only when needed, so a routing table containing all the nodes as entries does not have to be maintained in each node. When a source wants to send packet to a destination, it invokes a route discovery mechanism to find the path to the destination. The route remains valid till the destination is reachable or until the route is no longer needed. Reactive protocols can be classified into two categories: source routing and hop- by-hop routing[9].Examples are Reactive protocols AODV, DSR [5]. Table driven (proactive) protocol: Proactive protocols maintain the routing information consistently up-to- date from each node to every other nodes in the network. The main function of proactive routing protocols maintain its table in order to store routing information[5,7].These tables are periodically updated and/or if the network topology changes[9]. Hybrid Protocols:- Hybrid routing protocols are a new generation of protocol, which are both proactive and reactive in nature. These protocols are designed to increase scalability by allowing nodes with close proximity to work together to form some sort of a backbone to reduce the route discovery overheads. This is mostly achieved by proactively maintaining routes to near by nodes and determining routes to faraway nodes using a route discovery strategy. Most hybrid protocols proposed to date are zone-based, which means that the network is partitioned or seen as a number of zones by each node. Others group nodes into trees or clusters[9]. 1) AODV (Ad hoc On-Demand Routing Protocols):- it is reactive protocol that improve the DSDV in sense of minimizing the number of required broadcasts by creating routes on demand basis as opposed to maintaining a complete list of routes[8]. AODV use a broadcast route discovery mechanism where source node initiate a route dicovery method by broadcasting a route request (RREQ) packet to its neighbours
  • 3. A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For www.iosrjournals.org 3 | Page Fig. 3 Route Discovery - (i) RREQ (ii) RREP [5]. The RREQ packet contain a sequence number and a broacast message id. Each neighbor satisfied with the RREQ replies with the route reply (RREP) packet adding one in the hop count field. Unlike DSDV, in AODV if a node cannot satisfy the RREQ, it keeps track of the necessary information in order to implement the reverse and forward path setup that will accompany the transmission of the RREP. The source sequence number is used to maintain freshness information about the reverse route to the source and the destination sequence number specifies how fresh a route to the destination must be before it can be accepted by the source. The source node can begin data transmission as soon as the first RREP is received. Hence, the first sending of data packet to the destination is delayed due to route discovery process[3]. 2) DSDV (Destination Sequenced Distance Vector Routing):- This protocol is based on classical Bellman- Ford routing algorithm designed for MANETS. Each node maintains a list of all destinations and number of hops to each destination. Each entry is marked with a sequence number. It uses full dump or incremental update to reduce network traffic generated by rout updates. Each mobile node maintains a routing table in which all the possible destinations and the number of hops to them in the network are stored. The entries in the table may change extremely dynamically so the advertisements might be made quite often[8]. It is quite suitable for creating ad hoc network with small number of nodes. Since no formal specification of this algorithm is present , there is no commercial implementation of this algorithm . DSDV requires a regular update of its routing tables, which uses up battery power and a small amount of bandwidth even when the network is idle.Whenever the topology of the network changes, a new sequence number is necessary before the network re-converges. Thus, DSDV is not suitable for highly dynamic networks. (As in all distance-vector protocols, this does not perturb traffic in regions of the network that are not concerned by the topology change)[5]. 3) OLSR (Optimized Link State Routing):- is based on link state algorithm and it is proactive in nature. OLSR is an optimization over a pure link state protocol as it squeezes the size of information send in the messages, and reduces the number of retransmissions. It provides optimal routes in terms of number of hops. For this purpose, the protocol uses multipoint relaying technique to efficiently flood its control messages .Unlike DSDV and AODV, OLSR reduces the size of control packet by declaring only a subset of links with its neighbors who are its multipoint relay selectors and only the multipoint relays of a node retransmit its broadcast messages. Hence, the protocol does not generate extra control traffic in response to link failures and node join/leave events. OLSR is particularly suitable for large and dense networks. All mobile nodes maintain the routing table that contains routes to all reachable destination nodes. OLSR does not notify the source immediately after detecting a broken link and source node comes to know that route is broken when the intermediate node broadcasts its next packet[6]. Mobility Models:- The mobility model is designed to describe the movement pattern of mobile user, and how their location, direction of movement , pause distribution , speed and acceleration change over time. Mobility model is a key parameters that researchers have to consider who they want to analyze the performance of the certain protocols in their simulation environment. The selection of different mobility model can have a major impact on the selection of a routing scheme and can thus influence performance.
  • 4. A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For www.iosrjournals.org 4 | Page Random Waypoint Mobility Model:- The randon waypoint mobility model introduce a specific pause time between movement i.e. change in direction and speed. The random waypoint model is the most popular mobility model employed in contemporary research and can be considered a foundation for building other mobility models. Random Walk Mobility Model:- The random walk mobility model is the simplest mobility model, generating completely random movement patterns. It was designed for simulation in which the movement patterns of mobile nodes are completely unpredictable. In this mobility model , an MN moves from its current location to a new location by randomly choosing a direction and speed in which to travel in this model a mobile node is initially placed in a random location in the simulation area and then moved randomly chosen direction between [0.2pi] at a random speed between [SpeedMin, SpeedMax]. Random Direction Mobility Model:- In Random Direction Mobility Model MNs using the Random Waypoint Mobility Model often choose new destinations, and the probability of choosing a new destination that is located in the center of the simulation area, or requires travel through the middle of the simulation area, is high. The MNs moving with the Random Waypoint Mobility Model appear to converge, disperse, converge again, etc. In order to alleviate this type of behavior and promote a semi-constant number of neighbors, the Random Direction Mobility Model was developed[8]. IV. Simulation Parameters:- statistic Value Simulator Protocols studies Scenario size Number of nodes Node movement model WIFI PHY- Standard Node speed(m/s) Transmission power Simulation time (sec) Pause time(m/s) NS3 AODV, DSDV,OLSR 1000 *1000 30 to 50 Random waypoint 802.11b 20 7.5 to 9.5 dbm 100 to 200 0 to 0.5 Table.1 Simulation Parameters V. Simulation Environment:- Simulation environment consist of 30 wireless mobile nodes which are placed uniformly and forming a mobile ad hoc network, moving about over a 1000 x 1000. All mobile nodes configured to run ad hoc on demand distance vector protocols or destination source distance vector protocols or Optimized link state routing protocol. The simulation were performed using Network Simulators 3 in Linux Ubuntu. The „Random Waypoint Model‟ in a rectangle field of 1000 x 1000 with 20 nodes to 50 nodes with 20m/sec as a maximum speed and pause times 5 m/sec. simulation time for the whole scenario was 100 to 200sec VI. Result and Discussion In this section we compare the three protocols routing protocols. To evaluate the performance of AODV, DSDV, and OLSR routing protocols in same simulation environment with ( 30 to 50 nodes). Simulation results are collected from different scenarios of three protocols. The simulation results are shown in the following section in the form of graph. In the first three figure we compared AODV, OLSR, and DSDV with variable node density 30, simulation time was 100 sec and pause time 0.5 m/s. In next figures compared with 50 nodes , simulation time was 200 sec and pause time is zero (0).
  • 5. A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For www.iosrjournals.org 5 | Page Fig.3 ReceiveRate and packetRecieved when using AODV with 30 nodes Fig.4ReceiveRate and packetRecieved when using OLSR with 30 nodes Fig.5ReceiveRate and packetRecieved when using DSDV with 30 nodes Fig.6ReceiveRate and packetRecieved when using AODV with 50 nodes Fig.7ReceiveRate and packetRecieved when using OLSR with 50 nodes
  • 6. A Simulation Based Performance Comparison Of Routing Protocols (Reactive And Proactive) For www.iosrjournals.org 6 | Page Fig .8ReceiveRate and packetRecieved when using DSDV with 50 nodes VII. Conclusion:- In this paper , performance evaluation of random based mobility model on three routing protocols AODV, OLSR, DSDV is compared with respect to two performance metrices using the differents parameters. OLSR performed better for both metrices than AODV and DSDV when the simulation time is 100 sec with 30 nodes. DSDV performed better for 50 nodes than OLSR And AODV. From simulation result , its observed that AODV has poor performance in both case. References:- [1]. Robinpreet Kaur & Mritunjay Kumar Rai “A Novel Review on Routing Protocols in MANETs”, Undergraduate Academic Research Journal (UARJ), ISSN : 2278 – 1129, Volume-1, Issue-1, 2012 [2]. Boukerche, “Performance Evaluation of Routing Protocols for Ad Hoc Wireless Networks,” Mobile Networks and Applications, pp. 9, 333-342, Kluwer Academic Publishers, 2004. [3]. Shrikant Upadhyay “ comparison and performance analysis of reactive type DSR, AODV and proactive type mobile ad-hoc network, using NS-2 simulator”Journal of Engineering and Computer Innovations Vol.2 (10), pp 36-47, March 2012. [4]. D. Mahmood,N. javaid , U. Qasim , Z. A. Khan “Routing Load of Route Calculation and Route Maintenance in Wireless Proactive Routing Protocols” ,seventh International Conference on Broadband, wireless Computing, communication and applications,2012. [5]. Savita Gandhi SMIEEE1, Nirbhay Chaubey MIEEE2, Naren Tada3, Srushti Trivedi3, “Scenario-based Performance Comparison of Reactive, Proactive & Hybrid Protocols in MANET”, International Conference on Computer Communication and Informatics , 2012. [6]. Md. Arafatur Rahman and Farhat Anwar, Jannatul Naeem and Md. Sharif Minhazul Abedin “A Simulation Based Performance Comparison of Routing Protocol on Mobile Ad-hoc Network (Proactive, Reactive and Hybrid)”, International Conference on Computer and Communication Engineering,2012. [7]. Nadin Qasim, Fatin Said, Hamid Aghvami, “Mobile Ad Hoc Networking Protocols Evaluation through Simulation for Quality of Service”, IAENG International Journal of Computer Science,2009. [8]. Rashmi Rohankar, Rinkoo Bhatia, Vineet Shrivastava , Deepak Kumar Sharma, “Performance Analysis of Various Routing Protocols (Proactive and Reactive) for Random Mobility Models of Adhoc Network”, 1st Int‟l Conf. on Recent Advances in Information Technology, 2012. [9]. Mehran Abolhasan , Tadeusz Wysocki , Eryk Dutkiewicz “A review of routing protocols for mobile ad hoc networks”