SlideShare a Scribd company logo
1 of 3
Download to read offline
Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and
                     Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue 5, September- October 2012, pp.001-003
       Improvement Of Aodv Routing Protocol Based On Wireless
                            Networks
                               Baria Vanrajkumar Dineshkumar
                                                PG Student
                                    Department Of Computer Engineering
                                   Government Engineering College, Modasa



Abstract
For wireless networks has no support                      By MANET (Mobile Networks) Working Group in
infrastructure and shows a highly dynamic                 the IETF (Internet Engineering Taskforce) for its
feature, routing becomes a key problem to be              simple, practical and effective features.
solved. Data packets are transmitted on a path            In most common METH, there are two kinds of
that had least hops in AODV protocol. It couldn't         nodes: one is stationary, the other is active. But the
consider the path stability. When the node of             current routing protocol does not take this specific
wireless networks moved quickly and the path had          into account. This article proposes AODV_V routing
short lifetime, the path recovery and routing again       protocol based on it. AODV_V Adopts driven table
is caused. It is a lot of network resource. For           based on DSDV routing between stationary nodes.
network       performance,       AODV_V        that       And it takes full advantage of the feature that table
improvement of AODV protocol in the paper.                driven routing could fmd the route to destination
Opnet-11.5 simulation results show that AODV_V            node rapidly. Meanwhile, it avoids the rapid increase
routing protocol can improve the delivery rate of         for routing expense, which is caused by frequent
data packets, reduce the average end to end delay         change of network topology of DSDV protocol. And
and packet-loss-rate.                                     it could be judged by communication hardware or
                                                          manually that Whether a node is stationary. Most
Keywords- wireless networks; AODV; Opnet-                 active nodes are limited on energy supply, and there
11.5                                                      is no stable power to provide sufficient energy, such
                                                          as PDA, wireless sensor nodes, laptop etc. In
I. INTRODUCTION                                           AODV_V protocol, DSDV driven table on nodes will
         Wireless      networks      (WN),       whose    increase the complexity of processing data package,
communication distance is limited, if two disjoint        which will consume more energy as well. But for
nodes need communicate with each other, they have         stationary nodes with stable energy supply, the
to rely on Intermediate network nodes to store and        overall performance of network will be promoted as
forward communications. Therefore, each node in           AODV_V will reduce the break rate and the time
WN not only plays as a host but also a router. Each       delay between sending and receiving data package.
node needs to establish a path before sending
message. According to the way the path is built, WN       II. AODV PROTOCOL OVERVIEW
routing protocols could be regarded as on-demand                    In the AODV protocol, when a network
routing protocols and proactive routing protocols.        node (source node) needs to build to another node
The former one build its path based on the demands        (destination node) routing, the source node
of data packet to be sent, the network topology and       broadcasts a route request message RREQ, the
routing tables are created according to demand. Ad        neighbour nodes using flooding to disseminateRREQ
Hoc on Demand Distance Vector Routing Protocol            message. The process does not stop, unless the
(AODV) is a fine example of on-demand routing             RREQ message reaches the destination node or
protocol. Proactive routing protocols, also known as      reaches a middle of the node which has a certain
table-driven routing protocols, each node in the          cache reach to the destination node. According to the
network, whether communicate with other nodes or          RREQ message received, intermediate nodes
not, must maintain at least one table, which is used to   establish a temporary reverse route to reach the
record path information reach to all other nodes in the   source node, while add a routing entry to the routing
network. One of the typical proactive routing             table. When the RREQ message reaches the
protocols is Destination-Sequenced Distance Vector        destination node, or has reached a middle of the node
routing protocol (DSDV). As wireless network is           which has a certain cache reach to the destination
different from Ad Hoc network, there is much room         node, a route reply RREP messages in accordance
for improvement to improve AODV routing protocol,         with the reverse path of RREQ messages sent
which is appropriate for Ad Hoc, when applying it to.     through the source node. intermediate CMCE 2010
Meanwhile, AODV routing protocol is recommended           nodes receiving the RREP message establish a


                                                                                                   1|Page
Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and
                   Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                    Vol. 2, Issue 5, September- October 2012, pp.001-003
forward routing reaching to the destination node, and      (15,15.1), Allowed TTL Parameter(TTL start) : 3,
add a routing entry to the routing table. Each node on     WLAN data rate: 5.5Mbps.
the path must periodically broadcast HELLO
messages. The node discovers its neighbour nodes
through receiving the HELLO messages other nodes
broadcasted. When an outage occurs, the link, if the
distance is less than the number of hops from the
interruption link upstream node to the destination
node, the interruption of the upstream node launches
a local-link repair process. The node broadcasts
RREQ packet to the destination node, while cache
data, if given time, the routing is successful, the node
will send cache the data to the destination node. If
after a period of time without a valid route to send
data, discard the data cached, send RERR packet to
the source node, report routing failures, then the         Comparison in AODV.Total Route Requests Sent
source node initiate re-route requests. DSDV -by-hop
distance vector routing protocol, each node to
maintain a routing table containing routing
information to reach other nodes. The source node
has data packets to be sent to another node, it can
quickly choose to go to the purpose of node path.
Meanwhile, according to each node periodically
broadcast messages, it can update the routing table
and accommodate the network topology changes, in
general better convergence properties. AODV
protocol only communicates when needed for
routing, and routing nodes do not need unnecessary
routing maintenance. As a result of the on-demand
routing, nodes do not need to maintain routing             Comparison in AODV.Total Route Requests Sent
information throughout the network, would be no
need to periodically broadcast routing information.
These can not only save a certain network resources,
but also greatly reduce the processing memory and
routing protocols overhead. However, the nodes in
wireless network, not only are at rest, and more are in
motion. In this time of the AODV routing, the data
transmission faults often occur, leading to
transmission delay, seriously affecting the agreement
of performance. And the route reconstruction time is
often relatively large.

III.EFFORTOF IMPROVING                         AODV
ROUTING PROTOCOL                                           Comparison in AODV.Number of Hops per Route
         I have done the comprehensive comparison
of a wireless LAN with default and Improving
AODV routing protocol. Network has 9 nodes with
AODV routing. All nodes in the network are
configured to run AODV. The results show the
amount of routing traffic generated, the route
discovery time. Simulation speed and results are
influenced by Active Route Timeout, Hello Interval,
Allowed Hello Loss, TTL parameter.

        We have created two scenarios AODV D
and AODV_v with the above configuration. In
AODV D scenario we used the default AODV                   Comparison of Wireless LAN Total Throughput.
parameters and in AODV_V. we set following
AODV parameters- Route Discovery Parameter:
Enable, Active Route Hello Interval :uniform

                                                                                                2|Page
Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.001-003
IV CONCLUSION.                                   [8]   Zhang Yong,Guo Da. Principle and
          Following conclusion is made based on               Technology � Wireless Mesh Network[M].
                                                                            f
analysis of simulation results for UDP traffic in             Beijing. Publishing House of Electromcs
AODV network.                                                 Industry. 2007
          As a mobile node in MANET start moving        [9]   Xu Lei-ming, Pang Bo, Zhao Yao. NS and
all the route containing it changes and the source of         network simulation[M]. Beijing. Posts &
each route has to search for new route by sending             Telecom Press. 2003
RREQ So, in the case of high mobility traffic of        0.95 �-�- [I] PERKINS C, BELDING-ROYER
network increases.                                            E, DAS S. Ad hoc on-demand distance
          We have did the comprehensive comparison            vector (AODV) routing [EB/OL]. [2007].
of a wireless LAN with default and reduced routing
traffic. Network has 9 nodes with AODV routing. All
nodes in the network are configured to run. We
conclude that,
          By changing values of AODV parameters-
Route Discovery Parameter: Enable, Active Route
Hello Interval :uniform (15,15.1), Allowed TTL
Parameter(TTL start) : 3, WLAN data rate:
5.5Mbpsreduced and hence the overall network load
is reduced the total number of route request, reply,
error, total number of reply from destination to
source, reducing number of hope per route and
increase Total Throughput of Wireless LAN.

REFERENCES.
  [I]   PERKINS C, BELDING-ROYER E, DAS
        S. Ad hoc on-demand distance vector
        (AODV) routing [EB/OL]. [2007].
  [2]   Liang Chiu-kuo, Wang Hsi-shu. An Ad Hoc
        On-Demand Routing Protocol with High
        Packet Delivery Fraction[C]11 Proc.of 2004
        IEEE International Conference on Mobile
        Ad-hoc and Sensor Systems.[S.l.]:IEEE
        Prees, 2004: 594-596.
  [3]   PERKINS C, BELDING-ROYER E, DAS
        S. Ad hoc on-demand distance vector
        (AODV) routing [EB/OL]. [2007-02-
        12].http://www.ietf.orglrfc/rfc3561. txt.
  [4]   Xue Qiang, Lu Guang-hong. Improved
        Local Recovery Mechanism in AODV[J].
        Computer Engineering. 1000-3428(2008)19-
        0121-02.
  [5]   J Tsumochi, et al. Impact of Mobility
        Metrics on Routing Protocols for Mobile Ad
        Hoc Networks[C]. Proc. IEEE Pacific Rim
        Conference on Communications,Computers
        and Signal Processing (PAC-RIM03).
        Victoria. 2003, 322-325.
  [6]   MTakai, L Bajar, R Bagrodia, and M Gerla.
        GloMoSim: A Scalable Network Simulation
        Environment[R]. Technical Report990027,
        UCLA, Computer Science Department.
        1999.
  [7]   RFC3561-Ad hoc On-Demand Distance
        Vector (AODV) Routing, Net-work
        Working Group C. Perkins. Request for
        Comments: 3561 Nokia Research Center,
        Category: Experimental E. Belding-Royer.
        University of California, Santa Barbara, S.
        Das, University of Cincinnati, July 2003.

                                                                                          3|Page

More Related Content

What's hot

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
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksIJCNCJournal
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2IAEME Publication
 
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA Zakaria Zubi
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...Narendra Singh Yadav
 
Zone Routing Protocol (ZRP)
Zone Routing Protocol (ZRP)Zone Routing Protocol (ZRP)
Zone Routing Protocol (ZRP)Senthil Kanth
 
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc EnvironmentComparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environmentijsrd.com
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeIJMER
 
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc NetworksQuality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networksijceronline
 

What's hot (16)

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 ...
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Ismail&&ziko 2003
Ismail&&ziko 2003Ismail&&ziko 2003
Ismail&&ziko 2003
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
 
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA
COMPARISON OF ROUTING PROTOCOLS FOR AD HOC WIRELESS NETWORK WITH MEDICAL DATA
 
H01115155
H01115155H01115155
H01115155
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
 
Zone Routing Protocol (ZRP)
Zone Routing Protocol (ZRP)Zone Routing Protocol (ZRP)
Zone Routing Protocol (ZRP)
 
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc EnvironmentComparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
 
Hs2413641369
Hs2413641369Hs2413641369
Hs2413641369
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep mode
 
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc NetworksQuality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
 
Jb2516071610
Jb2516071610Jb2516071610
Jb2516071610
 

Viewers also liked

Viewers also liked (20)

En24877880
En24877880En24877880
En24877880
 
F24034040
F24034040F24034040
F24034040
 
Fg24980983
Fg24980983Fg24980983
Fg24980983
 
Ey24943946
Ey24943946Ey24943946
Ey24943946
 
Af25175180
Af25175180Af25175180
Af25175180
 
Fi24989993
Fi24989993Fi24989993
Fi24989993
 
Bk25371374
Bk25371374Bk25371374
Bk25371374
 
Eu24916923
Eu24916923Eu24916923
Eu24916923
 
Fa3110171022
Fa3110171022Fa3110171022
Fa3110171022
 
Cm31588593
Cm31588593Cm31588593
Cm31588593
 
Casamento,rubem alves
Casamento,rubem alvesCasamento,rubem alves
Casamento,rubem alves
 
Infd seminario 1 a 1
Infd seminario 1 a 1Infd seminario 1 a 1
Infd seminario 1 a 1
 
Apresentação dos resultados 2 t11
Apresentação dos resultados 2 t11Apresentação dos resultados 2 t11
Apresentação dos resultados 2 t11
 
Apolônio de Tiana
Apolônio de TianaApolônio de Tiana
Apolônio de Tiana
 
Aula
AulaAula
Aula
 
Presentació tema 1 tic
Presentació tema 1 ticPresentació tema 1 tic
Presentació tema 1 tic
 
Trabajo de equipo politico para las gobernaciones de ecuador
Trabajo de equipo politico para las gobernaciones de ecuadorTrabajo de equipo politico para las gobernaciones de ecuador
Trabajo de equipo politico para las gobernaciones de ecuador
 
A regulação do setor portuário (flávio bettega)
A regulação do setor portuário (flávio bettega)A regulação do setor portuário (flávio bettega)
A regulação do setor portuário (flávio bettega)
 
Apresentação1 rede quest
Apresentação1 rede questApresentação1 rede quest
Apresentação1 rede quest
 
Framework PHP Zend e MVC
Framework PHP Zend e MVCFramework PHP Zend e MVC
Framework PHP Zend e MVC
 

Similar to A25001003

Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...IOSR Journals
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSIJCNCJournal
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...ijsrd.com
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...pijans
 
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...ijtsrd
 
IRJET- Optimum Routing Algorithm for MANET
IRJET-  	  Optimum Routing Algorithm for MANETIRJET-  	  Optimum Routing Algorithm for MANET
IRJET- Optimum Routing Algorithm for MANETIRJET Journal
 
A simulation based performance evaluation
A simulation based performance evaluationA simulation based performance evaluation
A simulation based performance evaluationijwmn
 
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...Editor IJMTER
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...eSAT Journals
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...IOSR Journals
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET Journal
 

Similar to A25001003 (20)

Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
 
Ip2515381543
Ip2515381543Ip2515381543
Ip2515381543
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Ho2413421346
Ho2413421346Ho2413421346
Ho2413421346
 
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 ...
 
Bt25420424
Bt25420424Bt25420424
Bt25420424
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
 
Ij3415561561
Ij3415561561Ij3415561561
Ij3415561561
 
B03406010
B03406010B03406010
B03406010
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...
 
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
 
IRJET- Optimum Routing Algorithm for MANET
IRJET-  	  Optimum Routing Algorithm for MANETIRJET-  	  Optimum Routing Algorithm for MANET
IRJET- Optimum Routing Algorithm for MANET
 
A simulation based performance evaluation
A simulation based performance evaluationA simulation based performance evaluation
A simulation based performance evaluation
 
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing Protocol
 

A25001003

  • 1. Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.001-003 Improvement Of Aodv Routing Protocol Based On Wireless Networks Baria Vanrajkumar Dineshkumar PG Student Department Of Computer Engineering Government Engineering College, Modasa Abstract For wireless networks has no support By MANET (Mobile Networks) Working Group in infrastructure and shows a highly dynamic the IETF (Internet Engineering Taskforce) for its feature, routing becomes a key problem to be simple, practical and effective features. solved. Data packets are transmitted on a path In most common METH, there are two kinds of that had least hops in AODV protocol. It couldn't nodes: one is stationary, the other is active. But the consider the path stability. When the node of current routing protocol does not take this specific wireless networks moved quickly and the path had into account. This article proposes AODV_V routing short lifetime, the path recovery and routing again protocol based on it. AODV_V Adopts driven table is caused. It is a lot of network resource. For based on DSDV routing between stationary nodes. network performance, AODV_V that And it takes full advantage of the feature that table improvement of AODV protocol in the paper. driven routing could fmd the route to destination Opnet-11.5 simulation results show that AODV_V node rapidly. Meanwhile, it avoids the rapid increase routing protocol can improve the delivery rate of for routing expense, which is caused by frequent data packets, reduce the average end to end delay change of network topology of DSDV protocol. And and packet-loss-rate. it could be judged by communication hardware or manually that Whether a node is stationary. Most Keywords- wireless networks; AODV; Opnet- active nodes are limited on energy supply, and there 11.5 is no stable power to provide sufficient energy, such as PDA, wireless sensor nodes, laptop etc. In I. INTRODUCTION AODV_V protocol, DSDV driven table on nodes will Wireless networks (WN), whose increase the complexity of processing data package, communication distance is limited, if two disjoint which will consume more energy as well. But for nodes need communicate with each other, they have stationary nodes with stable energy supply, the to rely on Intermediate network nodes to store and overall performance of network will be promoted as forward communications. Therefore, each node in AODV_V will reduce the break rate and the time WN not only plays as a host but also a router. Each delay between sending and receiving data package. node needs to establish a path before sending message. According to the way the path is built, WN II. AODV PROTOCOL OVERVIEW routing protocols could be regarded as on-demand In the AODV protocol, when a network routing protocols and proactive routing protocols. node (source node) needs to build to another node The former one build its path based on the demands (destination node) routing, the source node of data packet to be sent, the network topology and broadcasts a route request message RREQ, the routing tables are created according to demand. Ad neighbour nodes using flooding to disseminateRREQ Hoc on Demand Distance Vector Routing Protocol message. The process does not stop, unless the (AODV) is a fine example of on-demand routing RREQ message reaches the destination node or protocol. Proactive routing protocols, also known as reaches a middle of the node which has a certain table-driven routing protocols, each node in the cache reach to the destination node. According to the network, whether communicate with other nodes or RREQ message received, intermediate nodes not, must maintain at least one table, which is used to establish a temporary reverse route to reach the record path information reach to all other nodes in the source node, while add a routing entry to the routing network. One of the typical proactive routing table. When the RREQ message reaches the protocols is Destination-Sequenced Distance Vector destination node, or has reached a middle of the node routing protocol (DSDV). As wireless network is which has a certain cache reach to the destination different from Ad Hoc network, there is much room node, a route reply RREP messages in accordance for improvement to improve AODV routing protocol, with the reverse path of RREQ messages sent which is appropriate for Ad Hoc, when applying it to. through the source node. intermediate CMCE 2010 Meanwhile, AODV routing protocol is recommended nodes receiving the RREP message establish a 1|Page
  • 2. Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.001-003 forward routing reaching to the destination node, and (15,15.1), Allowed TTL Parameter(TTL start) : 3, add a routing entry to the routing table. Each node on WLAN data rate: 5.5Mbps. the path must periodically broadcast HELLO messages. The node discovers its neighbour nodes through receiving the HELLO messages other nodes broadcasted. When an outage occurs, the link, if the distance is less than the number of hops from the interruption link upstream node to the destination node, the interruption of the upstream node launches a local-link repair process. The node broadcasts RREQ packet to the destination node, while cache data, if given time, the routing is successful, the node will send cache the data to the destination node. If after a period of time without a valid route to send data, discard the data cached, send RERR packet to the source node, report routing failures, then the Comparison in AODV.Total Route Requests Sent source node initiate re-route requests. DSDV -by-hop distance vector routing protocol, each node to maintain a routing table containing routing information to reach other nodes. The source node has data packets to be sent to another node, it can quickly choose to go to the purpose of node path. Meanwhile, according to each node periodically broadcast messages, it can update the routing table and accommodate the network topology changes, in general better convergence properties. AODV protocol only communicates when needed for routing, and routing nodes do not need unnecessary routing maintenance. As a result of the on-demand routing, nodes do not need to maintain routing Comparison in AODV.Total Route Requests Sent information throughout the network, would be no need to periodically broadcast routing information. These can not only save a certain network resources, but also greatly reduce the processing memory and routing protocols overhead. However, the nodes in wireless network, not only are at rest, and more are in motion. In this time of the AODV routing, the data transmission faults often occur, leading to transmission delay, seriously affecting the agreement of performance. And the route reconstruction time is often relatively large. III.EFFORTOF IMPROVING AODV ROUTING PROTOCOL Comparison in AODV.Number of Hops per Route I have done the comprehensive comparison of a wireless LAN with default and Improving AODV routing protocol. Network has 9 nodes with AODV routing. All nodes in the network are configured to run AODV. The results show the amount of routing traffic generated, the route discovery time. Simulation speed and results are influenced by Active Route Timeout, Hello Interval, Allowed Hello Loss, TTL parameter. We have created two scenarios AODV D and AODV_v with the above configuration. In AODV D scenario we used the default AODV Comparison of Wireless LAN Total Throughput. parameters and in AODV_V. we set following AODV parameters- Route Discovery Parameter: Enable, Active Route Hello Interval :uniform 2|Page
  • 3. Baria Vanrajkumar Dineshkumar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.001-003 IV CONCLUSION. [8] Zhang Yong,Guo Da. Principle and Following conclusion is made based on Technology � Wireless Mesh Network[M]. f analysis of simulation results for UDP traffic in Beijing. Publishing House of Electromcs AODV network. Industry. 2007 As a mobile node in MANET start moving [9] Xu Lei-ming, Pang Bo, Zhao Yao. NS and all the route containing it changes and the source of network simulation[M]. Beijing. Posts & each route has to search for new route by sending Telecom Press. 2003 RREQ So, in the case of high mobility traffic of 0.95 �-�- [I] PERKINS C, BELDING-ROYER network increases. E, DAS S. Ad hoc on-demand distance We have did the comprehensive comparison vector (AODV) routing [EB/OL]. [2007]. of a wireless LAN with default and reduced routing traffic. Network has 9 nodes with AODV routing. All nodes in the network are configured to run. We conclude that, By changing values of AODV parameters- Route Discovery Parameter: Enable, Active Route Hello Interval :uniform (15,15.1), Allowed TTL Parameter(TTL start) : 3, WLAN data rate: 5.5Mbpsreduced and hence the overall network load is reduced the total number of route request, reply, error, total number of reply from destination to source, reducing number of hope per route and increase Total Throughput of Wireless LAN. REFERENCES. [I] PERKINS C, BELDING-ROYER E, DAS S. Ad hoc on-demand distance vector (AODV) routing [EB/OL]. [2007]. [2] Liang Chiu-kuo, Wang Hsi-shu. An Ad Hoc On-Demand Routing Protocol with High Packet Delivery Fraction[C]11 Proc.of 2004 IEEE International Conference on Mobile Ad-hoc and Sensor Systems.[S.l.]:IEEE Prees, 2004: 594-596. [3] PERKINS C, BELDING-ROYER E, DAS S. Ad hoc on-demand distance vector (AODV) routing [EB/OL]. [2007-02- 12].http://www.ietf.orglrfc/rfc3561. txt. [4] Xue Qiang, Lu Guang-hong. Improved Local Recovery Mechanism in AODV[J]. Computer Engineering. 1000-3428(2008)19- 0121-02. [5] J Tsumochi, et al. Impact of Mobility Metrics on Routing Protocols for Mobile Ad Hoc Networks[C]. Proc. IEEE Pacific Rim Conference on Communications,Computers and Signal Processing (PAC-RIM03). Victoria. 2003, 322-325. [6] MTakai, L Bajar, R Bagrodia, and M Gerla. GloMoSim: A Scalable Network Simulation Environment[R]. Technical Report990027, UCLA, Computer Science Department. 1999. [7] RFC3561-Ad hoc On-Demand Distance Vector (AODV) Routing, Net-work Working Group C. Perkins. Request for Comments: 3561 Nokia Research Center, Category: Experimental E. Belding-Royer. University of California, Santa Barbara, S. Das, University of Cincinnati, July 2003. 3|Page