Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and
                      Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue 5, September- October 2012, pp.2228-2231

Scenario Based Performance Evaluation Of Dsr Routing Protocol
                  For Vbr Traffic In Manets
                           Gurpreet Singh #1, Atinderpal Singh #
                     #
                      Department of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India


Abstract:
         Mobile Ad hoc network (MANETs) are             MANET has few challenges and limitations that
rapidly growing as an important area of wireless        have to be addressed [4].Limited radio transmission
communication       with     the    technological       range, routing overhead, battery constraints,
advancements in the mobile devices. Efficient           security, etc. are some of inefficiencies in a
routing protocols make MANETs reliable.                 MANET environment.
Despite the considerable simulation works, still              This paper is organized as follows: The next
more investigation is required in the                   section presents the main Ad hoc routing protocol
performance evaluation of routing protocols for         DSR that is used in the performance evaluation
multimedia traffic especially Variable Bit Rate         process. Section III presents the simulation set up
(VBR).In this paper, we will conduct a number           and the performance evaluation metrics. In section
of simulations for the performance evaluation of        IV, we present the simulation results and
popular routing protocols of MANET, named               performance comparison. And finally, we conclude
DSR, for VBR multimedia traffic using Real              the paper and present the plans for the future work
Time Protocol (RTP) by changing the terrain             in section V.
size, connection rate and data send rate for 50
nodes. We will investigate the performance DSR             II.   MOBILE ADHOC                 ROUTING
and DSR after scenario change i.e. Enhanced                      PROTOCOLS
DSR using three metrics- packet delivery ratio,                   There are many different ways to classify
average end to end delay and optimal path               the routing protocols of MANETs depending upon
length.                                                 their network structure, communication model,
                                                        routing strategy and state information [5] [6].
Keywords: MANETs; DSR; VBR; RTP.                        Depending upon the routing strategy, there are two
                                                        types of routing protocols: Table Driven and
   I.      INTRODUCTION                                 Source Initiated (On Demand).
          A Mobile Ad hoc network (MANET) [1]                 The first type is a proactive approach i.e.
[2] is an autonomous collection of mobile routers       table driven. Routing information in the network
or nodes communicating over radio links. MANET          maintained up to date. Table driven protocols have
is a temporary network without infrastructure. The      lower latency but have high routing overhead. The
wireless routers or nodes moves randomly and            routing overhead is high due to periodic updations
organize themselves arbitrarily. The nodes directly     of routing tables. Some of main proactive protocols
communicate via wireless links within each other’s      of MANET are DSDV, FSR and OLSR.
radio range, while that are distant apart use other         The second type is source initiated. It is also
nodes as relay in a multihop routing function. As       known as On Demand or Reactive. Route id
the nodes are mobile, the structure of the network      created only when demanded by the source node.
changes dynamically and unpredictably over              When a node wants to communicate in the
time.Adhoc networks are self-configuring and self-      network, it initiates a route discovery process
organizing, so to maintain communication between        within the network. So, there is no need of periodic
nodes in the network, each node behaves as a            updates. Hence, the routing overhead is low but the
transmitter, a host and a router.                       latency is high. Some of main reactive protocols of
       Due to growing usage of the portable devices     MANET are AODV, DSR and TORA. The mobile
and progress in the wireless communication,             Ad hoc routing protocols considered in this study
Mobile Ad hoc networks are gaining importance           are described below.
due to its wide range of applications [3].Mobile Ad
hoc networks are used in military communication              A. DYNAMIC        SOURCE       ROUTING
and operations, home appliances, emergency                       (DSR)
services,      educational       applications   and              DSR [7] [8] is an On Demand routing
entertainment.                                          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

                                                                                           2228 | P a g e
Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and
                   Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.2228-2231

multihop wireless Ad hoc networks of mobile              the number of data packets sent by all the sources.
nodes. The DSR protocol works into two main              It is calculated by dividing the number of packet
mechanisms called Route Discovery and Route              received by destination through the number of
Maintenance. Route Discovery is the mechanism in         packet originated from the source.
which a source node tending to send a packet to a                        PDR = (Pr / Ps) * 100
destination obtains a source route to destination. It    Where, Pr is total packet received and Ps is total
is initiated only when a source node wants to send       packet sent.
packet to a destination and doesn’t already know
the route to it. And, then it maintains that route in    End to End Delay [14]: This includes all possible
the cache of the nodes. Route Maintenance is the         delays caused by buffering during route discovery,
mechanism in which source node is able to detect         latency, and retransmission by intermediate nodes,
the link failures to the destination. It then repairs    processing delay and propagation delay. It is
the route or finds an alternate route. It is used only   calculated as
when source is sending packets to a destination                                D = (Tr - Ts)
                                                         Where, Tr is receive time and Ts is sent time of the
 III.     SIMULATION ENVIRONMENT                         packet.
          To evaluate and compare the performance        Optimal Path Length [15]: Path Optimality is the
of this routing protocol in Mobile Ad hoc network,       ratio between the numbers of hops of the shortest
we performed extensive simulations using NS-2.34         path to the number of hops in the actual path taken
simulator [10]-[13]. Each simulator is carried out       by the packets. It is the total number of forwarding
under the constant mobility.                             packets of the total number of received packets.

TABLE 1                                                   IV.     SIMULATION RESULTS AND
THE SIMULATION PARAMETERS                                         PERFORMANCE COMPARISON
                                                                  Performance of DSR and Enhanced DSR
Experiment        Experiment         Description         routing protocol is evaluated under Variable Bit
Parameter         Value                                  Rate multimedia traffic.
Simulation        200 S              Simulation
Time                                 Duration            RESULT TABLE
                                                         Parameter    DSR 50 Node           DSR 50 Node(
Terrain           1000*1000 m,       X,Y                              (1000*1000m)          1500*1500m)
Dimension         1500*1500          Dimension of                     Conn. Rate –          Conn. Rate –
                                     Motion                           25 pkt/sec            35 pkt/sec
No. of Mobile     50                 No. of nodes in                  Send rate – 256       Send rate –
Nodes                                a network                        Kb                    512kb
Node              Random             Change              PDR Ratio    0.12                  0.82
Placement         waypoint           Direction           Avg. End to  3.02                  3.66
                                     Randomly            end delay
Mobility Speed    0-50 mps           Mobility     of     Optimal Path 8.62                  4.01
                                     Nodes               Length

Mobility          Random             Mobility            1) PDR Ratio
Model                                Direction                  PDR is better for Enhanced DSR protocol
Routing           DSR                Path-finding        than existing DSR protocol.
Protocols
MAC protocol      802.11g            Wireless            DSR 50 Node                DSR 50 Node(
Traffic           VBR                                    (1000*1000m)               1500*1500m)
Traffic rate      25 pkt/sec, 35                         Conn. Rate – 25            Conn. Rate – 35
                  pkt/sec                                pkt/sec                    pkt/sec
Packet    Send    256kb, 512kb                           Send rate – 256 Kb         Send rate – 512kb
rate                                                     0.12                       0.82
Packet Size       1 kb
Pause Time        100 sec


Performance Metrics
Packet delivery Ratio (PDR) [14]: It is the ratio
of all the received data packets at the destination to



                                                                                            2229 | P a g e
Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and
                                                Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                                                Vol. 2, Issue 5, September- October 2012, pp.2228-2231

                         0.9                                                    It is observed from the figure above; in which
                                                                                existing DSR present the slightly less Average end
                         0.8                                                    to end delay measurements than Enhanced DSR for
                                                                                VBR traffic.
                         0.7
                         0.6                                                    3) Optimal Path Length
                                                                                      Optimal Path Length is high for existing
PDR Ratio




                         0.5                                                    DSR protocol than Enhanced DSR protocol.
                         0.4
                                                                                DSR 50 Node                           DSR 50 Node(
                         0.3                                                    (1000*1000m)                          1500*1500m)
                                                                                Conn. Rate – 25                       Conn. Rate – 35
                         0.2
                                                                                pkt/sec                               pkt/sec
                         0.1                                                    Send rate – 256 Kb                    Send rate – 512kb
                                                                                8.62                                  4.01
                           0
                                         DSR               Enhanced DSR
                    Series1              0.12                  0.82                                         10
                                                                                                              9
                               Figure 2: PDR of DSR and Enhanced DSR for 50
                                                   nodes                                                      8
                                                                                    Optimla Path Length       7
                                  From above figure, it is observed that the
                           Enhanced DSR protocol outperforms the existing                                     6
                           DSR protocol in terms of Packet delivery ratio                                     5
                           when the number of nodes is 50.
                                                                                                              4
                           2) Average End to End Delay                                                        3
                                  Average end to end delay is higher in case
                                                                                                              2
                           of Enhanced DSR than existing DSR.
                                                                                                              1
                           DSR 50 Node                 DSR 50 Node(                                           0
                           (1000*1000m)                1500*1500m)                                                  DSR             Enhanced DSR
                           Conn. Rate – 25             Conn. Rate – 35
                           pkt/sec                     pkt/sec                                            Series1   8.62                  4.01
                           Send rate – 256 Kb          Send rate – 512kb               Figure 4: Optimal path length for DSR and
                           3.02                        3.66                                   Enhanced DSR for 50 nodes

                            4                                                         As shown in the above figure that existing
                                                                                DSR has higher Path Optimality than Enhanced
                          3.5                                                   DSR which is almost 2 times the Enhanced DSR
                                                                                protocol
                            3
    Average End Delay




                                                                                  V.                        CONCLUSION     AND   FUTURE
                          2.5                                                                               WORK
                            2                                                             Network simulator NS-2.34 is used to
                                                                                evaluate and compare the performance of DSR
                          1.5                                                   protocol under VBR traffic. The performance is
                                                                                compared in terms of PDR, Average end to end
                            1                                                   delay and optimal path length when number of
                                                                                nodes is constant 50 but creating different scenario
                          0.5                                                   by increasing the terrain size, connection rate and
                                                                                data send rate. Simulation results show that in case
                            0
                                          DSR               Enhanced DSR        of Average end to end delay, existing DSR
                                                                                outperforms Enhanced DSR. This shows that
                        Series1           3.02                   3.66           existing DSR has suitable for delay sensitive
                                                                                applications. High packet delivery ratio and low
                               Figure 3: Average end to end delay for DSR and
                                                                                optimal path length of Enhanced DSR is an
                                         Enhanced DSR for 50 nodes
                                                                                advantage to the protocol. This makes the


                                                                                                                             2230 | P a g e
Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and
                      Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue 5, September- October 2012, pp.2228-2231

Enhanced DSR more reliable than existing DSR.             [9]    C. Perkins E. Belding-Royer, and S.Das,
Thus from above investigations we conclude that                  “Ad hoc On- Demand Distance Vector
Enhanced DSR is a better option for VBR                          (AODV) Routing”, RFC 3561, July2003.
multimedia traffic when the network size,                 [10]    “The Network Simulator version 2”, the
connection rate and data rates are large.                        source code of ns-allinone-2.34 can be
       In our future work, we will intend to do more             downloaded                            from
simulations to evaluate DSR for more media                       http://www.isi.edu/nsnam/ns/ns-build.html
centric metrics.                                          [11]   Kevin Fall, Kannan Varadhan, and the
                                                                 VINT project (May, 2010), available at
REFERENCES                                                       http://www.isi.edu/nsnam/ns/ns-
  [1]      Vasudha Arora and C. Rama Krishna,                    documentation.html
          “Performance Evaluation of Routing              [12]   Marc Gresis, “Tutorial for the network
          protocols for MANETs under Different                   simulator (ns- 2)”, available at
          Traffic      Conditions”,      2nd     IEEE            http://www.isi.edu/nsnam/ns/tutorial/inde
          International Conference on Computer                   x.html
          Engineering and Information Technology,         [13]   NS       by     example    available     at
          2010.                                                  http://nile.wpi.edu/NS
  [2]     Vikas Singla and Parveen Kakkar,                [14]   G.Rajkumar,          R.Kasiram         and
          “Traffic Pattern based performance                     D.Parthiban,” Optimizing Throughput
          comparison of Reactive and Proactive                   with Reduction in Power Consumption
          Protocols of Mobile Ad-hoc Networks”,                  and Performance Comparison of DSR and
          International Journal of Computer                      AODV Routing Protocols”, [ICCEET],
          Applications, Volume 5-No. 10, August                  2012.
          2010.                                           15]    Satveer Kaur, “Performance Comparison
  [3]     Mobile Ad Hoc Networking: “An                          of DSR and AODV Routing          Protocols
          Essential Technology for Pervasive                     with Efficient Mobility Model in Mobile
          Computing”, Jun-Zhao Sun Media Team,                   Ad-Hoc Network”, IJCST Vol. 2, Issue 2,
          Machine Vision and Media Processing                    June 2011.
          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.


                                                                                           2231 | P a g e

More Related Content

PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Jb2516071610
PDF
Be31390392
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
A2546035115
PDF
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
PDF
The Impact of Signal Strength over Routing Protocols in Wireless Networks
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Jb2516071610
Be31390392
International Journal of Computational Engineering Research(IJCER)
A2546035115
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
The Impact of Signal Strength over Routing Protocols in Wireless Networks

What's hot (14)

PDF
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
PDF
ICICCE0367
PDF
Paper id 71201928
PDF
Ns2 x graphs
PPTX
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
PDF
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
PDF
A comparative analysis on routing
PDF
Use of NS-2 to Simulate MANET Routing Algorithms
PDF
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
PDF
call for papers, research paper publishing, where to publish research paper, ...
PDF
Improving thrpoughput and energy efficiency by pctar protocol in wireless
PDF
Fa25939942
PDF
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
PDF
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
ICICCE0367
Paper id 71201928
Ns2 x graphs
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
A comparative analysis on routing
Use of NS-2 to Simulate MANET Routing Algorithms
Mobility and Node Density Based Performance Analysis of AODV Protocol for Adh...
call for papers, research paper publishing, where to publish research paper, ...
Improving thrpoughput and energy efficiency by pctar protocol in wireless
Fa25939942
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
Ad

Viewers also liked (20)

PDF
X25119123
PDF
Ad26188191
PDF
A26001006
PPTX
Do huu vinh
PDF
Andrew Eglon - Copper
PDF
Research Report - Kuldeep Ulhe
PPTX
2 donka
PDF
Igtr certy
PDF
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
PDF
PDF
Maham S-the collection
PPTX
3 dubrova
ODP
Què és internet
PDF
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
PDF
New Doc 11_1
PPT
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
DOCX
Exam review preeschool
PPTX
Derecho procesal civil iv.pptx lorena
PPT
ODP
Sense títol 1
X25119123
Ad26188191
A26001006
Do huu vinh
Andrew Eglon - Copper
Research Report - Kuldeep Ulhe
2 donka
Igtr certy
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
Maham S-the collection
3 dubrova
Què és internet
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
New Doc 11_1
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
Exam review preeschool
Derecho procesal civil iv.pptx lorena
Sense títol 1
Ad

Similar to Na2522282231 (20)

PDF
Jb2516071610
PDF
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
PDF
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
PDF
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
PDF
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
PDF
Performance evaluation of different routing protocols in wsn using different ...
PDF
Az26337342
PDF
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PDF
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PDF
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
PDF
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PDF
J0935461
PDF
Ex36918926
PDF
Fo35991995
PDF
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
PDF
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
PDF
Performance evaluation of diff routing protocols in wsn using difft network p...
PDF
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PDF
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
PDF
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Jb2516071610
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
Performance evaluation of different routing protocols in wsn using different ...
Az26337342
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
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
J0935461
Ex36918926
Fo35991995
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
Performance evaluation of diff routing protocols in wsn using difft network p...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
PDF
Comparative analysis of machine learning models for fake news detection in so...
PPTX
future_of_ai_comprehensive_20250822032121.pptx
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PPTX
Microsoft User Copilot Training Slide Deck
PDF
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
A symptom-driven medical diagnosis support model based on machine learning te...
PPTX
Training Program for knowledge in solar cell and solar industry
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PDF
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
NewMind AI Weekly Chronicles – August ’25 Week IV
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
Convolutional neural network based encoder-decoder for efficient real-time ob...
Comparative analysis of machine learning models for fake news detection in so...
future_of_ai_comprehensive_20250822032121.pptx
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Microsoft User Copilot Training Slide Deck
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
Introduction to MCP and A2A Protocols: Enabling Agent Communication
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
A symptom-driven medical diagnosis support model based on machine learning te...
Training Program for knowledge in solar cell and solar industry
Rapid Prototyping: A lecture on prototyping techniques for interface design
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf

Na2522282231

  • 1. Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.2228-2231 Scenario Based Performance Evaluation Of Dsr Routing Protocol For Vbr Traffic In Manets Gurpreet Singh #1, Atinderpal Singh # # Department of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India Abstract: Mobile Ad hoc network (MANETs) are MANET has few challenges and limitations that rapidly growing as an important area of wireless have to be addressed [4].Limited radio transmission communication with the technological range, routing overhead, battery constraints, advancements in the mobile devices. Efficient security, etc. are some of inefficiencies in a routing protocols make MANETs reliable. MANET environment. Despite the considerable simulation works, still This paper is organized as follows: The next more investigation is required in the section presents the main Ad hoc routing protocol performance evaluation of routing protocols for DSR that is used in the performance evaluation multimedia traffic especially Variable Bit Rate process. Section III presents the simulation set up (VBR).In this paper, we will conduct a number and the performance evaluation metrics. In section of simulations for the performance evaluation of IV, we present the simulation results and popular routing protocols of MANET, named performance comparison. And finally, we conclude DSR, for VBR multimedia traffic using Real the paper and present the plans for the future work Time Protocol (RTP) by changing the terrain in section V. size, connection rate and data send rate for 50 nodes. We will investigate the performance DSR II. MOBILE ADHOC ROUTING and DSR after scenario change i.e. Enhanced PROTOCOLS DSR using three metrics- packet delivery ratio, There are many different ways to classify average end to end delay and optimal path the routing protocols of MANETs depending upon length. their network structure, communication model, routing strategy and state information [5] [6]. Keywords: MANETs; DSR; VBR; RTP. Depending upon the routing strategy, there are two types of routing protocols: Table Driven and I. INTRODUCTION Source Initiated (On Demand). A Mobile Ad hoc network (MANET) [1] The first type is a proactive approach i.e. [2] is an autonomous collection of mobile routers table driven. Routing information in the network or nodes communicating over radio links. MANET maintained up to date. Table driven protocols have is a temporary network without infrastructure. The lower latency but have high routing overhead. The wireless routers or nodes moves randomly and routing overhead is high due to periodic updations organize themselves arbitrarily. The nodes directly of routing tables. Some of main proactive protocols communicate via wireless links within each other’s of MANET are DSDV, FSR and OLSR. radio range, while that are distant apart use other The second type is source initiated. It is also nodes as relay in a multihop routing function. As known as On Demand or Reactive. Route id the nodes are mobile, the structure of the network created only when demanded by the source node. changes dynamically and unpredictably over When a node wants to communicate in the time.Adhoc networks are self-configuring and self- network, it initiates a route discovery process organizing, so to maintain communication between within the network. So, there is no need of periodic nodes in the network, each node behaves as a updates. Hence, the routing overhead is low but the transmitter, a host and a router. latency is high. Some of main reactive protocols of Due to growing usage of the portable devices MANET are AODV, DSR and TORA. The mobile and progress in the wireless communication, Ad hoc routing protocols considered in this study Mobile Ad hoc networks are gaining importance are described below. due to its wide range of applications [3].Mobile Ad hoc networks are used in military communication A. DYNAMIC SOURCE ROUTING and operations, home appliances, emergency (DSR) services, educational applications and DSR [7] [8] is an On Demand routing entertainment. 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 2228 | P a g e
  • 2. Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.2228-2231 multihop wireless Ad hoc networks of mobile the number of data packets sent by all the sources. nodes. The DSR protocol works into two main It is calculated by dividing the number of packet mechanisms called Route Discovery and Route received by destination through the number of Maintenance. Route Discovery is the mechanism in packet originated from the source. which a source node tending to send a packet to a PDR = (Pr / Ps) * 100 destination obtains a source route to destination. It Where, Pr is total packet received and Ps is total is initiated only when a source node wants to send packet sent. packet to a destination and doesn’t already know the route to it. And, then it maintains that route in End to End Delay [14]: This includes all possible the cache of the nodes. Route Maintenance is the delays caused by buffering during route discovery, mechanism in which source node is able to detect latency, and retransmission by intermediate nodes, the link failures to the destination. It then repairs processing delay and propagation delay. It is the route or finds an alternate route. It is used only calculated as when source is sending packets to a destination D = (Tr - Ts) Where, Tr is receive time and Ts is sent time of the III. SIMULATION ENVIRONMENT packet. To evaluate and compare the performance Optimal Path Length [15]: Path Optimality is the of this routing protocol in Mobile Ad hoc network, ratio between the numbers of hops of the shortest we performed extensive simulations using NS-2.34 path to the number of hops in the actual path taken simulator [10]-[13]. Each simulator is carried out by the packets. It is the total number of forwarding under the constant mobility. packets of the total number of received packets. TABLE 1 IV. SIMULATION RESULTS AND THE SIMULATION PARAMETERS PERFORMANCE COMPARISON Performance of DSR and Enhanced DSR Experiment Experiment Description routing protocol is evaluated under Variable Bit Parameter Value Rate multimedia traffic. Simulation 200 S Simulation Time Duration RESULT TABLE Parameter DSR 50 Node DSR 50 Node( Terrain 1000*1000 m, X,Y (1000*1000m) 1500*1500m) Dimension 1500*1500 Dimension of Conn. Rate – Conn. Rate – Motion 25 pkt/sec 35 pkt/sec No. of Mobile 50 No. of nodes in Send rate – 256 Send rate – Nodes a network Kb 512kb Node Random Change PDR Ratio 0.12 0.82 Placement waypoint Direction Avg. End to 3.02 3.66 Randomly end delay Mobility Speed 0-50 mps Mobility of Optimal Path 8.62 4.01 Nodes Length Mobility Random Mobility 1) PDR Ratio Model Direction PDR is better for Enhanced DSR protocol Routing DSR Path-finding than existing DSR protocol. Protocols MAC protocol 802.11g Wireless DSR 50 Node DSR 50 Node( Traffic VBR (1000*1000m) 1500*1500m) Traffic rate 25 pkt/sec, 35 Conn. Rate – 25 Conn. Rate – 35 pkt/sec pkt/sec pkt/sec Packet Send 256kb, 512kb Send rate – 256 Kb Send rate – 512kb rate 0.12 0.82 Packet Size 1 kb Pause Time 100 sec Performance Metrics Packet delivery Ratio (PDR) [14]: It is the ratio of all the received data packets at the destination to 2229 | P a g e
  • 3. Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.2228-2231 0.9 It is observed from the figure above; in which existing DSR present the slightly less Average end 0.8 to end delay measurements than Enhanced DSR for VBR traffic. 0.7 0.6 3) Optimal Path Length Optimal Path Length is high for existing PDR Ratio 0.5 DSR protocol than Enhanced DSR protocol. 0.4 DSR 50 Node DSR 50 Node( 0.3 (1000*1000m) 1500*1500m) Conn. Rate – 25 Conn. Rate – 35 0.2 pkt/sec pkt/sec 0.1 Send rate – 256 Kb Send rate – 512kb 8.62 4.01 0 DSR Enhanced DSR Series1 0.12 0.82 10 9 Figure 2: PDR of DSR and Enhanced DSR for 50 nodes 8 Optimla Path Length 7 From above figure, it is observed that the Enhanced DSR protocol outperforms the existing 6 DSR protocol in terms of Packet delivery ratio 5 when the number of nodes is 50. 4 2) Average End to End Delay 3 Average end to end delay is higher in case 2 of Enhanced DSR than existing DSR. 1 DSR 50 Node DSR 50 Node( 0 (1000*1000m) 1500*1500m) DSR Enhanced DSR Conn. Rate – 25 Conn. Rate – 35 pkt/sec pkt/sec Series1 8.62 4.01 Send rate – 256 Kb Send rate – 512kb Figure 4: Optimal path length for DSR and 3.02 3.66 Enhanced DSR for 50 nodes 4 As shown in the above figure that existing DSR has higher Path Optimality than Enhanced 3.5 DSR which is almost 2 times the Enhanced DSR protocol 3 Average End Delay V. CONCLUSION AND FUTURE 2.5 WORK 2 Network simulator NS-2.34 is used to evaluate and compare the performance of DSR 1.5 protocol under VBR traffic. The performance is compared in terms of PDR, Average end to end 1 delay and optimal path length when number of nodes is constant 50 but creating different scenario 0.5 by increasing the terrain size, connection rate and data send rate. Simulation results show that in case 0 DSR Enhanced DSR of Average end to end delay, existing DSR outperforms Enhanced DSR. This shows that Series1 3.02 3.66 existing DSR has suitable for delay sensitive applications. High packet delivery ratio and low Figure 3: Average end to end delay for DSR and optimal path length of Enhanced DSR is an Enhanced DSR for 50 nodes advantage to the protocol. This makes the 2230 | P a g e
  • 4. Gurpreet Singh, Atinderpal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.2228-2231 Enhanced DSR more reliable than existing DSR. [9] C. Perkins E. Belding-Royer, and S.Das, Thus from above investigations we conclude that “Ad hoc On- Demand Distance Vector Enhanced DSR is a better option for VBR (AODV) Routing”, RFC 3561, July2003. multimedia traffic when the network size, [10] “The Network Simulator version 2”, the connection rate and data rates are large. source code of ns-allinone-2.34 can be In our future work, we will intend to do more downloaded from simulations to evaluate DSR for more media http://www.isi.edu/nsnam/ns/ns-build.html centric metrics. [11] Kevin Fall, Kannan Varadhan, and the VINT project (May, 2010), available at REFERENCES http://www.isi.edu/nsnam/ns/ns- [1] Vasudha Arora and C. Rama Krishna, documentation.html “Performance Evaluation of Routing [12] Marc Gresis, “Tutorial for the network protocols for MANETs under Different simulator (ns- 2)”, available at Traffic Conditions”, 2nd IEEE http://www.isi.edu/nsnam/ns/tutorial/inde International Conference on Computer x.html Engineering and Information Technology, [13] NS by example available at 2010. http://nile.wpi.edu/NS [2] Vikas Singla and Parveen Kakkar, [14] G.Rajkumar, R.Kasiram and “Traffic Pattern based performance D.Parthiban,” Optimizing Throughput comparison of Reactive and Proactive with Reduction in Power Consumption Protocols of Mobile Ad-hoc Networks”, and Performance Comparison of DSR and International Journal of Computer AODV Routing Protocols”, [ICCEET], Applications, Volume 5-No. 10, August 2012. 2010. 15] Satveer Kaur, “Performance Comparison [3] Mobile Ad Hoc Networking: “An of DSR and AODV Routing Protocols Essential Technology for Pervasive with Efficient Mobility Model in Mobile Computing”, Jun-Zhao Sun Media Team, Ad-Hoc Network”, IJCST Vol. 2, Issue 2, Machine Vision and Media Processing June 2011. 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. 2231 | P a g e