SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

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
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928IJRAT
 
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...Torsten Braun, Universität Bern
 
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANETSIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANETijfcstjournal
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routingijcseit
 
Use of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsUse of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsGiancarlo Romeo
 
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
 
Improving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessImproving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessIaetsd Iaetsd
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
PERFORMANCE 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...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...ijwmn
 

Tendances (14)

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...
 
ICICCE0367
ICICCE0367ICICCE0367
ICICCE0367
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
Ns2 x graphs
Ns2 x graphsNs2 x graphs
Ns2 x graphs
 
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
Performance Evaluation of Opportunistic Routing Protocols: A Framework-based ...
 
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANETSIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
SIMULATION AND ANALYSIS OF AODV, DSDV, ZRP IN VANET
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routing
 
Use of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsUse of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing Algorithms
 
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...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Improving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessImproving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wireless
 
Fa25939942
Fa25939942Fa25939942
Fa25939942
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
PERFORMANCE 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...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
 

En vedette

Do huu vinh
Do huu vinhDo huu vinh
Do huu vinhVinh Do
 
Andrew Eglon - Copper
Andrew Eglon - CopperAndrew Eglon - Copper
Andrew Eglon - CopperAndrew Eglon
 
Research Report - Kuldeep Ulhe
Research Report - Kuldeep UlheResearch Report - Kuldeep Ulhe
Research Report - Kuldeep UlheKuldeep Ulhe
 
Riaan Nagel CV 2016 Full
Riaan Nagel CV 2016 FullRiaan Nagel CV 2016 Full
Riaan Nagel CV 2016 FullRiaan Nagel
 
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BRLigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BRLigFlat Telecom
 
Maham S-the collection
Maham S-the collectionMaham S-the collection
Maham S-the collectionMaham Sear
 
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...Sector Energía y Minas - INGEMMET
 
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...Sector Energía y Minas - INGEMMET
 
Exam review preeschool
Exam review preeschoolExam review preeschool
Exam review preeschooltamaracod
 
Derecho procesal civil iv.pptx lorena
Derecho procesal civil iv.pptx lorenaDerecho procesal civil iv.pptx lorena
Derecho procesal civil iv.pptx lorenalorenaabogada
 

En vedette (20)

X25119123
X25119123X25119123
X25119123
 
Ad26188191
Ad26188191Ad26188191
Ad26188191
 
A26001006
A26001006A26001006
A26001006
 
Do huu vinh
Do huu vinhDo huu vinh
Do huu vinh
 
Andrew Eglon - Copper
Andrew Eglon - CopperAndrew Eglon - Copper
Andrew Eglon - Copper
 
Research Report - Kuldeep Ulhe
Research Report - Kuldeep UlheResearch Report - Kuldeep Ulhe
Research Report - Kuldeep Ulhe
 
Riaan Nagel CV 2016 Full
Riaan Nagel CV 2016 FullRiaan Nagel CV 2016 Full
Riaan Nagel CV 2016 Full
 
2 donka
2 donka2 donka
2 donka
 
Igtr certy
Igtr certy Igtr certy
Igtr certy
 
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BRLigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
LigFlat Telecom - Instalando o Join SIP no iPhone - pt-BR
 
Peitos
PeitosPeitos
Peitos
 
Maham S-the collection
Maham S-the collectionMaham S-the collection
Maham S-the collection
 
3 dubrova
3 dubrova3 dubrova
3 dubrova
 
Què és internet
Què és internetQuè és internet
Què és internet
 
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
Geodinámica de los flujos de detrito y lodo que afectaron el sitio histórico ...
 
New Doc 11_1
New Doc 11_1New Doc 11_1
New Doc 11_1
 
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
ARRECIFES DEL PÉRMICO INFERIOR (CUENCA ENE, SECTOR MERIDIONAL): ORIGEN, CONST...
 
Exam review preeschool
Exam review preeschoolExam review preeschool
Exam review preeschool
 
Derecho procesal civil iv.pptx lorena
Derecho procesal civil iv.pptx lorenaDerecho procesal civil iv.pptx lorena
Derecho procesal civil iv.pptx lorena
 
Veneçuela jordi2
Veneçuela jordi2Veneçuela jordi2
Veneçuela jordi2
 

Similaire à Na2522282231

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
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSijwmn
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSijwmn
 
Performance evaluation of different routing protocols in wsn using different ...
Performance evaluation of different routing protocols in wsn using different ...Performance evaluation of different routing protocols in wsn using different ...
Performance evaluation of different routing protocols in wsn using different ...Dr Sandeep Kumar Poonia
 
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
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
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
 
Performance evaluation of diff routing protocols in wsn using difft network p...
Performance evaluation of diff routing protocols in wsn using difft network p...Performance evaluation of diff routing protocols in wsn using difft network p...
Performance evaluation of diff routing protocols in wsn using difft network p...Dr Sandeep Kumar Poonia
 
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...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 
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...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 

Similaire à Na2522282231 (20)

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
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/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 ...
Performance evaluation of different routing protocols in wsn using different ...Performance evaluation of different routing protocols in wsn using different ...
Performance evaluation of different routing protocols in wsn using different ...
 
Az26337342
Az26337342Az26337342
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...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...
 
J0935461
J0935461J0935461
J0935461
 
Ex36918926
Ex36918926Ex36918926
Ex36918926
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
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...
 
Performance evaluation of diff routing protocols in wsn using difft network p...
Performance evaluation of diff routing protocols in wsn using difft network p...Performance evaluation of diff routing protocols in wsn using difft network p...
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...
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...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
 
Mw2522122216
Mw2522122216Mw2522122216
Mw2522122216
 

Dernier

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 

Dernier (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 

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