SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5



  Effects of Increased Node Density on Aodv and Dsr Routing Protocols
                        for Vbr Traffic in Manets
        Gurpreet Singh 1, Reetika Singla 2, Atinderpal Singh 3, Anantdeep Kaur4
                             1, 2, 3
                                 Department of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India
                        4
                            Assistant Professor, Management Wing, SBSSTC, Ferozepur, Punjab, India



Abstract
Mobile Ad hoc network (MANETs) is seeing rapid growth in the area of wireless communication. It is due to the
technological advancements in the information technology and mobile devices. Routing protocols of MANET plays a
critical role in its performance. Great amount of research had been conducted on it, but still more investigation is required in
the performance evaluation of routing protocols for multimedia traffic especially Variable Bit Rate(VBR).In this paper, we
will conduct a number of simulations for the performance evaluation of two popular routing protocols of MANET, namely
AODV and DSR,for VBR multimedia traffic using Real Time Protocol(RTP).We will investigate the congestion control
mechanism of AODV and DSR by increasing the number of nodes using four metrics- routing overhead, packet delivery
ratio, network load and optimal path length.

Keywords: MANETs; AODV; DSR; VBR; RTP.

1. Introduction
A Mobile Ad hoc network (MANET) [1] [2] is an autonomous collection of mobile routers or nodes that communicate over
wireless links. MANET is an infrastructure less wireless network. The routers or nodes moves randomly and organize
themselves arbitrarily. The nodes directly communicate via wireless links within each other’s radio range, while that are
distant apart use other nodes as relay in a multihop routing function. As the nodes are mobile, the structure of the network
changes dynamically and unpredictably over time.Adhoc networks are self-configuring and self-organizing, so to maintain
communication between nodes in the network, each node behaves as a transmitter, a host and a router.
         With the increase in the portable devices and progress in the wireless communication, Mobile Ad hoc networks are
gaining importance due to its wide range of applications [3].Mobile Ad hoc networks are used in military communication
and operations, home appliances, emergency services, educational applications and entertainment.
          MANET has few challenges and limitations that have to be addressed [4].Limited wireless transmission range,
routing overhead, battery constraints, security, etc. are some of inefficiencies in a MANET environment.
          In [5], the performance of three popular routing protocols AODV, DSR and OLSR is evaluated for multimedia data
in a multihop mobile network by taking different performance metrics. In this paper, we will evaluate the performance of
two reactive protocols AODV and DSR by taking the VBR multimedia transmission in a multihop mobile network. The
mobility scenario simulates the environment of a modern city, where mobile nodes are connected to each other and
communicates.
          This paper is organized as follows: The next section presents the main Ad hoc routing protocols AODV and DSR
that are used in the performance evaluation process. Section 3 presents the simulation set up and the performance evaluation
metrics. In section 4, we present the simulation results and performance comparison. And finally, we conclude the paper and
present the plans for the future work in section 5.

2. Mobile Adhoc Routing Protocols
There are several ways to classify the routing protocols of MANETs depending upon their network structure,
communication model, routing strategy and state information [6]. Based upon the routing strategy, the routing protocols can
be classified into two parts: Table Driven and Source Initiated (On Demand).
          The first approach is a proactive approach i.e. table driven. It maintains constant up to date routing information in
the network. Table driven protocols have lower latency but have high routing overhead. The routing overhead is high due to
periodic updations of routing tables. Some of main proactive protocols of MANET are DSDV, FSR and OLSR.



Issn 2250-3005(online)                                           September| 2012                                 Page 1583
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5



         The second approach is source initiated. It is also known as On Demand or Reactive. On Demand protocols creates
route only when demanded by the source node. When a node wants to communicate in the network, it initiates a route
discovery process within the network. So, there is no need of periodic updates. Hence, the routing overhead is low but the
latency is high. Some of main reactive protocols of MANET are AODV, DSR and TORA. The mobile Ad hoc routing
protocols considered in this study are described below.

2.1 Dynamic Source Routing (Dsr)
          DSR [7] [8] is an On Demand routing protocol. DSR is based on the theory of source based routing and is a very
simple and efficient routing protocol. DSR is designed for use in multihop wireless Ad hoc networks of mobile nodes. The
DSR protocol works into two main mechanisms called Route Discovery and Route Maintenance. Route Discovery is the
mechanism in which a source node tending to send a packet to a destination obtains a source route to destination. It is
initiated only when a source node wants to send packet to a destination and doesn’t already know the route to it. And, then it
maintains that route in the cache of the nodes. Route Maintenance is the mechanism in which source node is able to detect
the link failures to the destination. It then repairs the route or finds an alternate route. It is used only when source is sending
packets to a destination.

2.2 Adhoc On Demand Distant Vector Protocol (Aodv)
         AODV [7] [9] is a reactive distant vector protocol. It mixes the property of DSR and DSDV. Routes discovered on
demand are maintained as long as they are required. AODV routing table maintains routing information of any route that has
been used recently within a time interval. The operation of AODV is loop free by use of sequence numbers which indicate
the freshness of the route. When links break, AODV causes the affected set of nodes to be notified to invalidate the route.
Route Request (RREQs), Route Replies (RREPs), and Route Errors (RRERs) are three message types defined by AODV for
its working.

3. Simulation Environment
         To evaluate and compare the performance of these routing protocols in Mobile Ad hoc network, we performed
extensive simulations using NS-2 simulator [10]-[13]. Each simulator is carried out under the constant mobility.

                                             Table 1. The simulation parameters
    Experiment Parameter                      Experiment Value                         Description
    Simulation                                200 S                                    Simulation Duration
    Time

    Terrain Dimension                         1000*1000 m                              X,Y Dimension of Motion
    No. of Mobile Nodes                       50,100,150 and 200                       No. of nodes in a network
    Node Placement                            Random waypoint                          Change Direction Randomly
    Mobility Speed                            0-50 mps                                 Mobility of Nodes

    Mobility Model                            Random                                   Mobility Direction
    Routing Protocols                         DSR, AODV                                Path-finding
    MAC protocol                              802.11g                                  Wireless
    Traffic                                   VBR
    Traffic rate                              25 pkt/sec
    Packet Send rate                          256kb
    Packet Size                               1 kb
    Pause Time                                100 sec

Performance Metrics
Routing Overhead [14]: This is the total number of routing control packets generated by all nodes to the total data packets
during the simulation time.

Packet delivery Ratio (PDR) [14]: It is the ratio of all the received data packets at the destination to the number of data
packets sent by all the sources. It is calculated by dividing the number of packet received by destination through the number
of packet originated from the source.


Issn 2250-3005(online)                                             September| 2012                                  Page 1584
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5



                                                      PDR = (Pr / Ps) * 100
Where, Pr is total packet received and Ps is total packet sent.

Network Load [15]: It is the total traffic received by the network layer from the higher MAC that is accepted and queued
for transmission. It is measured as bits per second.

Optimal Path Length [14]: Path Optimality is the ratio between the numbers of hops of the shortest path to the number of
hops in the actual path taken by the packets. It is the total number of forwarding packets of the total number of received
packets.

4. Simulation Results And Performance Comparison
         Performance of AODV and DSR routing protocols is evaluated under Variable Bit Rate multimedia traffic by
increasing the node density. Here in the figures 1 denote 50 nodes, 2 denote 100 nodes, 3 donate 150 nodes and 4 donate
200 nodes.

4.1 Routing Overhead
In the reactive protocols, AODV and DSR, DSR outperforms the AODV in terms of routing overhead as the number of
nodes increase.




                                     Figure 1: Routing Overhead of AODV and DSR

From the above figure, we have seen that the as the number of nodes increases routing overhead decreases for DSR but
increases considerably for AODV.

4.2 Packet Delivery Ratio (PDR)
PDR is better for AODV protocol than DSR protocol.




                                             Figure 2: PDR of AODV and DSR

From above figure, it is observed that the AODV protocol outperforms the DSR protocol in terms of PDR when the number
of nodes increases from 50 to 200
4.3 Network Load
Average End to End Delay is higher in case of DSR than AODV.

Issn 2250-3005(online)                                          September| 2012                               Page 1585
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5




                                      Figure 3: Network Load for AODV and DSR

It is observed from the figure above; in which DSR present the worse behavior in terms of network overload. Although both
AODV and DSR are reactive protocols but in terms of network overload for VBR traffic both present a very different
behavior. As the node density increases there is a blunt increase in overloading of network for DSR but it is almost constant
for AODV.

4.4 Optimal Path Length
Path optimality is very high for DSR protocol than AODV protocol.




                                  Figure 4: Optimal Path Length for AODV and DSR

As shown in the above figure that DSR has higher optimal path length than AODV. It increases as the number of nodes
increases for DSR but decrease for AODV.

5. Conclusion And Future Work
         In this paper evaluation work is carried out using network simulator NS-2.34 to compare the performance of
AODV and DSR protocols under VBR traffic under increasing node density. The congestion mechanism is analyzed in
terms of routing overhead, packet delivery ratio, network load and optimal path length when number of nodes are increased.
Simulation results show that in case of routing overhead DSR is ahead of AODV.As the number of nodes increased, the
number of new routes also increase. So AODV lags behind due to its On Demand approach of routing and overhead
increases. And for PDR, AODV outperforms DSR. This means that AODV has high reliability in case of increased node
density. And high network load and optimal path length of DSR worsen the performance of DSR as compared to AODV.
This is due to source routing for route discovery and hop by hop packet forwarding in DSR. So, AODV is best suited for
delay sensitive applications which require low average delay in the network. Thus from above investigations we conclude
that AODV is a better option for VBR multimedia traffic.
         In our future work, we will intend to do more simulations to evaluate more multimedia centric metrics for
multimedia data transmission by varying the number of nodes. In addition to it, we plans to investigate the performance of
these protocols by changing scenarios of terrain range, connection rate and data rates for VBR traffic.


Issn 2250-3005(online)                                         September| 2012                                 Page 1586
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5



REFERENCES
[1]  Vasudha Arora and C. Rama Krishna, “Performance Evaluation of Routing protocols for MANETs under Different
     Traffic Conditions”, 2nd IEEE International Conference on Computer Engineering and Information Technology,
     2010.
[2]  Vikas Singla and Parveen Kakkar, “Traffic Pattern based performance comparison of Reactive and Proactive
     Protocols of Mobile Ad-hoc Networks”, International Journal of Computer Applications, Volume 5-No. 10, August
     2010.
[3]  Mobile Ad Hoc Networking: “An Essential Technology for Pervasive Computing”, Jun-Zhao Sun Media Team,
     Machine Vision and Media Processing Unit.
[4]  Krishna Moorthy Sivalingam, “Tutorial on Mobile Ad Hoc Networks”, 2003.
[5]  George Adam, Vaggelis Kapoulas, Chhristos Bouras, Georgios Kioumourtzis, Apostolos Gkamas and Nikos
     Tavoularis, “Performance Evaluation of Routing Protocols for multimedia transmission over mobile Ad hoc
     networks”,IFIP WMNC’2011.
[6]  Mehran Abolhasan, Tadeusz Wysocki, and Eryk Dutkiewicz, “A review of routing protocols for mobile ad hoc
     networks”, Technical report, Telecommunication and Information Research Institute, University of Wollongong,
     Wollongong, NSW 2522; Motorola Australia Research Centre, 12 Lord St., Botany, NSW 2525, Australia,2003.
[7]  Georgios Kiou Mourtzis, “Simulation and Evaluation of Routing Protocols for Mobile Ad hoc Networks”, Master
     thesis in Computer Science and Engineering, Naval Postgraduate School, Monterey California, September, 2005.
[8]  D.B Johnson, D.A Maltz, and Yih-Chun Hu., “The Dynamic Source Routing Protocol for Mobile Ad Hoc
     Networks (DSR)”, Internet draft (draft-ietf-manet-dsr- 10.txt), 19 July 2004.
[9]  C. Perkins E. Belding-Royer, and S.Das, “Ad hoc On- Demand Distance Vector (AODV) Routing”, RFC 3561,
     July2003.
[10] “The Network Simulator version 2”, the source code of ns-allinone-2.34 can be downloaded from
     http://www.isi.edu/nsnam/ns/ns-build.html
[11] Kevin Fall, Kannan Varadhan, and the VINT project (May, 2010), available at http://www.isi.edu/nsnam/ns/ns-
     documentation.html
[12] Marc       Gresis,    “Tutorial      for     the     network        simulator (ns-     2)”,     available    at
     http://www.isi.edu/nsnam/ns/tutorial/index.html
[13] NS by example available at http://nile.wpi.edu/NS
[14] Satveer Kaur, “Performance Comparison of DSR and AODV Routing Protocols with Efficient Mobility Model in
     Mobile Ad-Hoc Network”, IJCST Vol. 2, Issue 2, June 2011.
[15] Sabina Barakovie and Jasmina Barakovie, “Comparative Performance Evaluation of Mobile Ad hoc Routing
     Protocols”, MIPRO May 2010.




Issn 2250-3005(online)                                    September| 2012                                Page 1587

More Related Content

What's hot

A cross layer delay-aware node disjoint multipath routing algorithm for mobil...
A cross layer delay-aware node disjoint multipath routing algorithm for mobil...A cross layer delay-aware node disjoint multipath routing algorithm for mobil...
A cross layer delay-aware node disjoint multipath routing algorithm for mobil...ijwmn
 
Performance measured in wireless ad hoc networks using multicost parameters b...
Performance measured in wireless ad hoc networks using multicost parameters b...Performance measured in wireless ad hoc networks using multicost parameters b...
Performance measured in wireless ad hoc networks using multicost parameters b...dlogumorappur
 
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...IOSR Journals
 
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...IDES Editor
 
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKS
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKSRESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKS
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKSijwmn
 
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video TransferImproved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video TransferEswar Publications
 
Interference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksInterference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksRakesh Behera
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selectionpaperpublications3
 
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...IJASCSE
 
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
 
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...IDES Editor
 
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networksA cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networkscsandit
 
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’s
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’sBlack Hole Detection in AODV Using Hexagonal Encryption in Manet’s
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’sIJMER
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routingijwmn
 
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...IJERA Editor
 

What's hot (18)

A cross layer delay-aware node disjoint multipath routing algorithm for mobil...
A cross layer delay-aware node disjoint multipath routing algorithm for mobil...A cross layer delay-aware node disjoint multipath routing algorithm for mobil...
A cross layer delay-aware node disjoint multipath routing algorithm for mobil...
 
Performance measured in wireless ad hoc networks using multicost parameters b...
Performance measured in wireless ad hoc networks using multicost parameters b...Performance measured in wireless ad hoc networks using multicost parameters b...
Performance measured in wireless ad hoc networks using multicost parameters b...
 
A2546035115
A2546035115A2546035115
A2546035115
 
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
 
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...
A Cross-Layer Based Multipath Routing Protocol To Improve QoS In Mobile Adhoc...
 
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKS
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKSRESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKS
RESOURCE ALLOCATION ALGORITHMS FOR QOS OPTIMIZATION IN MOBILE WIMAX NETWORKS
 
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video TransferImproved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
 
Interference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksInterference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor Networks
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
 
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...
OfdmaClosed-Form Rate Outage Probability for OFDMA Multi-Hop Broadband Wirele...
 
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...
 
Manet paper2
Manet paper2Manet paper2
Manet paper2
 
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
 
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networksA cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
 
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’s
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’sBlack Hole Detection in AODV Using Hexagonal Encryption in Manet’s
Black Hole Detection in AODV Using Hexagonal Encryption in Manet’s
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routing
 
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
 
Ijcnc050203
Ijcnc050203Ijcnc050203
Ijcnc050203
 

Viewers also liked

Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...ijceronline
 
A Study on Video Steganographic Techniques
A Study on Video Steganographic TechniquesA Study on Video Steganographic Techniques
A Study on Video Steganographic Techniquesijceronline
 
Study on groundwater quality in and around sipcot industrial complex, area cu...
Study on groundwater quality in and around sipcot industrial complex, area cu...Study on groundwater quality in and around sipcot industrial complex, area cu...
Study on groundwater quality in and around sipcot industrial complex, area cu...ijceronline
 
Design And Analysis of a Rocker Arm
Design And Analysis of a Rocker ArmDesign And Analysis of a Rocker Arm
Design And Analysis of a Rocker Armijceronline
 
Stress Analysis of a Centrifugal Supercharger Impeller Blade
Stress Analysis of a Centrifugal Supercharger Impeller BladeStress Analysis of a Centrifugal Supercharger Impeller Blade
Stress Analysis of a Centrifugal Supercharger Impeller Bladeijceronline
 
Strong (Weak) Triple Connected Domination Number of a Fuzzy Graph
Strong (Weak) Triple Connected Domination Number of a Fuzzy GraphStrong (Weak) Triple Connected Domination Number of a Fuzzy Graph
Strong (Weak) Triple Connected Domination Number of a Fuzzy Graphijceronline
 
Development of a Cassava Starch Extraction Machine
Development of a Cassava Starch Extraction MachineDevelopment of a Cassava Starch Extraction Machine
Development of a Cassava Starch Extraction Machineijceronline
 
Engendering sustainable socio-spatial environment for tourism activities in t...
Engendering sustainable socio-spatial environment for tourism activities in t...Engendering sustainable socio-spatial environment for tourism activities in t...
Engendering sustainable socio-spatial environment for tourism activities in t...ijceronline
 
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...ijceronline
 

Viewers also liked (10)

Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
Efficient Resource Allocation to Virtual Machine in Cloud Computing Using an ...
 
A Study on Video Steganographic Techniques
A Study on Video Steganographic TechniquesA Study on Video Steganographic Techniques
A Study on Video Steganographic Techniques
 
Study on groundwater quality in and around sipcot industrial complex, area cu...
Study on groundwater quality in and around sipcot industrial complex, area cu...Study on groundwater quality in and around sipcot industrial complex, area cu...
Study on groundwater quality in and around sipcot industrial complex, area cu...
 
Design And Analysis of a Rocker Arm
Design And Analysis of a Rocker ArmDesign And Analysis of a Rocker Arm
Design And Analysis of a Rocker Arm
 
Stress Analysis of a Centrifugal Supercharger Impeller Blade
Stress Analysis of a Centrifugal Supercharger Impeller BladeStress Analysis of a Centrifugal Supercharger Impeller Blade
Stress Analysis of a Centrifugal Supercharger Impeller Blade
 
Strong (Weak) Triple Connected Domination Number of a Fuzzy Graph
Strong (Weak) Triple Connected Domination Number of a Fuzzy GraphStrong (Weak) Triple Connected Domination Number of a Fuzzy Graph
Strong (Weak) Triple Connected Domination Number of a Fuzzy Graph
 
Development of a Cassava Starch Extraction Machine
Development of a Cassava Starch Extraction MachineDevelopment of a Cassava Starch Extraction Machine
Development of a Cassava Starch Extraction Machine
 
Engendering sustainable socio-spatial environment for tourism activities in t...
Engendering sustainable socio-spatial environment for tourism activities in t...Engendering sustainable socio-spatial environment for tourism activities in t...
Engendering sustainable socio-spatial environment for tourism activities in t...
 
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
 
Informacion stand 2012
Informacion stand 2012Informacion stand 2012
Informacion stand 2012
 

Similar to Effects of Increased Node Density on Aodv and Dsr Routing Protocols

A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKijcseit
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKijcseit
 
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
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Performance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficPerformance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficeSAT Journals
 
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
 
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...pijans
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAIJITE
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...IOSR Journals
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 

Similar to Effects of Increased Node Density on Aodv and Dsr Routing Protocols (20)

Jb2516071610
Jb2516071610Jb2516071610
Jb2516071610
 
Jb2516071610
Jb2516071610Jb2516071610
Jb2516071610
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
 
K017426872
K017426872K017426872
K017426872
 
H01115155
H01115155H01115155
H01115155
 
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...
 
J0935461
J0935461J0935461
J0935461
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Performance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr trafficPerformance study of adhoc routing protocols for cbr traffic
Performance study of adhoc routing protocols for cbr traffic
 
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...
 
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 

Effects of Increased Node Density on Aodv and Dsr Routing Protocols

  • 1. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5 Effects of Increased Node Density on Aodv and Dsr Routing Protocols for Vbr Traffic in Manets Gurpreet Singh 1, Reetika Singla 2, Atinderpal Singh 3, Anantdeep Kaur4 1, 2, 3 Department of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India 4 Assistant Professor, Management Wing, SBSSTC, Ferozepur, Punjab, India Abstract Mobile Ad hoc network (MANETs) is seeing rapid growth in the area of wireless communication. It is due to the technological advancements in the information technology and mobile devices. Routing protocols of MANET plays a critical role in its performance. Great amount of research had been conducted on it, but still more investigation is required in the performance evaluation of routing protocols for multimedia traffic especially Variable Bit Rate(VBR).In this paper, we will conduct a number of simulations for the performance evaluation of two popular routing protocols of MANET, namely AODV and DSR,for VBR multimedia traffic using Real Time Protocol(RTP).We will investigate the congestion control mechanism of AODV and DSR by increasing the number of nodes using four metrics- routing overhead, packet delivery ratio, network load and optimal path length. Keywords: MANETs; AODV; DSR; VBR; RTP. 1. Introduction A Mobile Ad hoc network (MANET) [1] [2] is an autonomous collection of mobile routers or nodes that communicate over wireless links. MANET is an infrastructure less wireless network. The routers or nodes moves randomly and organize themselves arbitrarily. The nodes directly communicate via wireless links within each other’s radio range, while that are distant apart use other nodes as relay in a multihop routing function. As the nodes are mobile, the structure of the network changes dynamically and unpredictably over time.Adhoc networks are self-configuring and self-organizing, so to maintain communication between nodes in the network, each node behaves as a transmitter, a host and a router. With the increase in the portable devices and progress in the wireless communication, Mobile Ad hoc networks are gaining importance due to its wide range of applications [3].Mobile Ad hoc networks are used in military communication and operations, home appliances, emergency services, educational applications and entertainment. MANET has few challenges and limitations that have to be addressed [4].Limited wireless transmission range, routing overhead, battery constraints, security, etc. are some of inefficiencies in a MANET environment. In [5], the performance of three popular routing protocols AODV, DSR and OLSR is evaluated for multimedia data in a multihop mobile network by taking different performance metrics. In this paper, we will evaluate the performance of two reactive protocols AODV and DSR by taking the VBR multimedia transmission in a multihop mobile network. The mobility scenario simulates the environment of a modern city, where mobile nodes are connected to each other and communicates. This paper is organized as follows: The next section presents the main Ad hoc routing protocols AODV and DSR that are used in the performance evaluation process. Section 3 presents the simulation set up and the performance evaluation metrics. In section 4, we present the simulation results and performance comparison. And finally, we conclude the paper and present the plans for the future work in section 5. 2. Mobile Adhoc Routing Protocols There are several ways to classify the routing protocols of MANETs depending upon their network structure, communication model, routing strategy and state information [6]. Based upon the routing strategy, the routing protocols can be classified into two parts: Table Driven and Source Initiated (On Demand). The first approach is a proactive approach i.e. table driven. It maintains constant up to date routing information in the network. Table driven protocols have lower latency but have high routing overhead. The routing overhead is high due to periodic updations of routing tables. Some of main proactive protocols of MANET are DSDV, FSR and OLSR. Issn 2250-3005(online) September| 2012 Page 1583
  • 2. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5 The second approach is source initiated. It is also known as On Demand or Reactive. On Demand protocols creates route only when demanded by the source node. When a node wants to communicate in the network, it initiates a route discovery process within the network. So, there is no need of periodic updates. Hence, the routing overhead is low but the latency is high. Some of main reactive protocols of MANET are AODV, DSR and TORA. The mobile Ad hoc routing protocols considered in this study are described below. 2.1 Dynamic Source Routing (Dsr) DSR [7] [8] is an On Demand routing protocol. DSR is based on the theory of source based routing and is a very simple and efficient routing protocol. DSR is designed for use in multihop wireless Ad hoc networks of mobile nodes. The DSR protocol works into two main mechanisms called Route Discovery and Route Maintenance. Route Discovery is the mechanism in which a source node tending to send a packet to a destination obtains a source route to destination. It is initiated only when a source node wants to send packet to a destination and doesn’t already know the route to it. And, then it maintains that route in the cache of the nodes. Route Maintenance is the mechanism in which source node is able to detect the link failures to the destination. It then repairs the route or finds an alternate route. It is used only when source is sending packets to a destination. 2.2 Adhoc On Demand Distant Vector Protocol (Aodv) AODV [7] [9] is a reactive distant vector protocol. It mixes the property of DSR and DSDV. Routes discovered on demand are maintained as long as they are required. AODV routing table maintains routing information of any route that has been used recently within a time interval. The operation of AODV is loop free by use of sequence numbers which indicate the freshness of the route. When links break, AODV causes the affected set of nodes to be notified to invalidate the route. Route Request (RREQs), Route Replies (RREPs), and Route Errors (RRERs) are three message types defined by AODV for its working. 3. Simulation Environment To evaluate and compare the performance of these routing protocols in Mobile Ad hoc network, we performed extensive simulations using NS-2 simulator [10]-[13]. Each simulator is carried out under the constant mobility. Table 1. The simulation parameters Experiment Parameter Experiment Value Description Simulation 200 S Simulation Duration Time Terrain Dimension 1000*1000 m X,Y Dimension of Motion No. of Mobile Nodes 50,100,150 and 200 No. of nodes in a network Node Placement Random waypoint Change Direction Randomly Mobility Speed 0-50 mps Mobility of Nodes Mobility Model Random Mobility Direction Routing Protocols DSR, AODV Path-finding MAC protocol 802.11g Wireless Traffic VBR Traffic rate 25 pkt/sec Packet Send rate 256kb Packet Size 1 kb Pause Time 100 sec Performance Metrics Routing Overhead [14]: This is the total number of routing control packets generated by all nodes to the total data packets during the simulation time. Packet delivery Ratio (PDR) [14]: It is the ratio of all the received data packets at the destination to the number of data packets sent by all the sources. It is calculated by dividing the number of packet received by destination through the number of packet originated from the source. Issn 2250-3005(online) September| 2012 Page 1584
  • 3. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5 PDR = (Pr / Ps) * 100 Where, Pr is total packet received and Ps is total packet sent. Network Load [15]: It is the total traffic received by the network layer from the higher MAC that is accepted and queued for transmission. It is measured as bits per second. Optimal Path Length [14]: Path Optimality is the ratio between the numbers of hops of the shortest path to the number of hops in the actual path taken by the packets. It is the total number of forwarding packets of the total number of received packets. 4. Simulation Results And Performance Comparison Performance of AODV and DSR routing protocols is evaluated under Variable Bit Rate multimedia traffic by increasing the node density. Here in the figures 1 denote 50 nodes, 2 denote 100 nodes, 3 donate 150 nodes and 4 donate 200 nodes. 4.1 Routing Overhead In the reactive protocols, AODV and DSR, DSR outperforms the AODV in terms of routing overhead as the number of nodes increase. Figure 1: Routing Overhead of AODV and DSR From the above figure, we have seen that the as the number of nodes increases routing overhead decreases for DSR but increases considerably for AODV. 4.2 Packet Delivery Ratio (PDR) PDR is better for AODV protocol than DSR protocol. Figure 2: PDR of AODV and DSR From above figure, it is observed that the AODV protocol outperforms the DSR protocol in terms of PDR when the number of nodes increases from 50 to 200 4.3 Network Load Average End to End Delay is higher in case of DSR than AODV. Issn 2250-3005(online) September| 2012 Page 1585
  • 4. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5 Figure 3: Network Load for AODV and DSR It is observed from the figure above; in which DSR present the worse behavior in terms of network overload. Although both AODV and DSR are reactive protocols but in terms of network overload for VBR traffic both present a very different behavior. As the node density increases there is a blunt increase in overloading of network for DSR but it is almost constant for AODV. 4.4 Optimal Path Length Path optimality is very high for DSR protocol than AODV protocol. Figure 4: Optimal Path Length for AODV and DSR As shown in the above figure that DSR has higher optimal path length than AODV. It increases as the number of nodes increases for DSR but decrease for AODV. 5. Conclusion And Future Work In this paper evaluation work is carried out using network simulator NS-2.34 to compare the performance of AODV and DSR protocols under VBR traffic under increasing node density. The congestion mechanism is analyzed in terms of routing overhead, packet delivery ratio, network load and optimal path length when number of nodes are increased. Simulation results show that in case of routing overhead DSR is ahead of AODV.As the number of nodes increased, the number of new routes also increase. So AODV lags behind due to its On Demand approach of routing and overhead increases. And for PDR, AODV outperforms DSR. This means that AODV has high reliability in case of increased node density. And high network load and optimal path length of DSR worsen the performance of DSR as compared to AODV. This is due to source routing for route discovery and hop by hop packet forwarding in DSR. So, AODV is best suited for delay sensitive applications which require low average delay in the network. Thus from above investigations we conclude that AODV is a better option for VBR multimedia traffic. In our future work, we will intend to do more simulations to evaluate more multimedia centric metrics for multimedia data transmission by varying the number of nodes. In addition to it, we plans to investigate the performance of these protocols by changing scenarios of terrain range, connection rate and data rates for VBR traffic. Issn 2250-3005(online) September| 2012 Page 1586
  • 5. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 2 Issue. 5 REFERENCES [1] Vasudha Arora and C. Rama Krishna, “Performance Evaluation of Routing protocols for MANETs under Different Traffic Conditions”, 2nd IEEE International Conference on Computer Engineering and Information Technology, 2010. [2] Vikas Singla and Parveen Kakkar, “Traffic Pattern based performance comparison of Reactive and Proactive Protocols of Mobile Ad-hoc Networks”, International Journal of Computer Applications, Volume 5-No. 10, August 2010. [3] Mobile Ad Hoc Networking: “An Essential Technology for Pervasive Computing”, Jun-Zhao Sun Media Team, Machine Vision and Media Processing Unit. [4] Krishna Moorthy Sivalingam, “Tutorial on Mobile Ad Hoc Networks”, 2003. [5] George Adam, Vaggelis Kapoulas, Chhristos Bouras, Georgios Kioumourtzis, Apostolos Gkamas and Nikos Tavoularis, “Performance Evaluation of Routing Protocols for multimedia transmission over mobile Ad hoc networks”,IFIP WMNC’2011. [6] Mehran Abolhasan, Tadeusz Wysocki, and Eryk Dutkiewicz, “A review of routing protocols for mobile ad hoc networks”, Technical report, Telecommunication and Information Research Institute, University of Wollongong, Wollongong, NSW 2522; Motorola Australia Research Centre, 12 Lord St., Botany, NSW 2525, Australia,2003. [7] Georgios Kiou Mourtzis, “Simulation and Evaluation of Routing Protocols for Mobile Ad hoc Networks”, Master thesis in Computer Science and Engineering, Naval Postgraduate School, Monterey California, September, 2005. [8] D.B Johnson, D.A Maltz, and Yih-Chun Hu., “The Dynamic Source Routing Protocol for Mobile Ad Hoc Networks (DSR)”, Internet draft (draft-ietf-manet-dsr- 10.txt), 19 July 2004. [9] C. Perkins E. Belding-Royer, and S.Das, “Ad hoc On- Demand Distance Vector (AODV) Routing”, RFC 3561, July2003. [10] “The Network Simulator version 2”, the source code of ns-allinone-2.34 can be downloaded from http://www.isi.edu/nsnam/ns/ns-build.html [11] Kevin Fall, Kannan Varadhan, and the VINT project (May, 2010), available at http://www.isi.edu/nsnam/ns/ns- documentation.html [12] Marc Gresis, “Tutorial for the network simulator (ns- 2)”, available at http://www.isi.edu/nsnam/ns/tutorial/index.html [13] NS by example available at http://nile.wpi.edu/NS [14] Satveer Kaur, “Performance Comparison of DSR and AODV Routing Protocols with Efficient Mobility Model in Mobile Ad-Hoc Network”, IJCST Vol. 2, Issue 2, June 2011. [15] Sabina Barakovie and Jasmina Barakovie, “Comparative Performance Evaluation of Mobile Ad hoc Routing Protocols”, MIPRO May 2010. Issn 2250-3005(online) September| 2012 Page 1587