SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 24-29
www.iosrjournals.org
DOI: 10.9790/0661-17262429 www.iosrjournals.org 24 | Page
Energy Consumption of Intermediate node in AODV
Shah Bhavisha1
, Khushboo Parmar2
, Asmita Patel3
, Parita Savaliya4
,
Nital H. Mistry5
1
Student,SVMIT,Bharuch,India
2
Student,SVMIT,Bharuch,India
3
Student,SVMIT,Bharuch,India
4
Student,SVMIT,Bharuch,India
5
Asst.Proffessor,SVMIT,Bharuch,India
Abstract: An A MANET(Mobile Ad-Hoc NETwork)is a network of wireless mobile nodes,without a centralized
control.MANET can be characterized as unstructured Ad-Hoc,mobile nodes with limited resources including
energy.AODV is one of the most popular,widely accepted and researched reactive protocol of MANET.AODV
doesn’t consider the residual energy and local situation of the nodes while route selection.So,sometimes the
choosen route gets fail because either the node starts acting selfishly(because of their low energy) or the node
gets disconnected(because of battery life). To analyse this problem,in this paper, authors have studied in detail
role of the nodein a communication for AODV protocol i.e source,intermediate and destination.The goal of this
work is to find out where are the chances of energy being more consumed.Either as source or intermediate or as
destination.For this NS-2 simulator has been used.The simulator study/research can concluded that
intermediate node consume more energy.
Keyword: MANET, AODV ,Route Discovery, Route Maintenance ,intermediate node,Reactive,
Proactive,Hybrid, RREQ, RREP, RRER,
I. Introduction
LAN has taken its position at various places.According to the consequences obtained by recent
research it has ben observed that wireless technology is gaining popularity in world of communication. Now a
days people like to stay connected with each other all over the world and also share resources of different places
with help of wireless technology. Mobile Ad-Hoc NETwork(MANET) are rapidly expanding in area of Mobile
mobility very importantly[1]. Mobile Ad-hoc NETwork as a rule has a dynamic behavior and fixed
bandwidth.Due to more dynamic and diffused nature key matter in MANET is routing. Such connection
between mobile nodes are known as MANET and nodes forming a temporary network without any centralized
stand alone communication. MANET node communicate in direct way or indirect way with intermediate
nodes[1]. Due to reason of efficient operation wireless network in mobile,it involve functionality of routing
which is nothing but mobile host which saves energy and lesser down routing overhead for another
nodes[2].The intermediate node is taken in consideration only when source node cannot directly transfer data to
destination node. It happens only when source node and destination node are within communication. By this it
states MANET networks are self organizing and configuring which changes accordingly. Node acts in both way
as host and also route which route data to another node of network. Battery power of nodes’s of mobile as a
limitation,energy efficient routing has convincing affects on MANET . Replacement and recharging of batteries
cannot be possible at complex locations.
MANET is needed almost at location where infrastructure is very costly and impractical[3]. In recent
year,a huge research has taken place for development of routing protocol for MANET, and from it classifies in 3
parts 1.Reactive 2. Proactive 3. Hybrid by different perspectives. Different properties are satisfied by this
protocols and this includes battery capacity , fast route- discovery, dispersed, implementation , bandwidth
efficient usage[7.]
A area where MANET is useful are
1 .Military surroundings.
2. Civilian surroundings.
3. Commericials.
II. Taxonomy Of Routing Protocol
MANET takes help of different routing protocol to fulfill the need and to face challenges. Routing
protocol are protocols in which nodes are control.Further routing protocol are divided into 3 parts
Reactive,Proactive,Hybrid[2].
Energy Consumption of Intermediate node in AODV
DOI: 10.9790/0661-17262429 www.iosrjournals.org 25 | Page
Fig 1 Classification of routing protocol
A. Reactive routing Protocol
Reactive protocols are active protocols which are called when it is needed means it is on-demand
routing protocols[4].When source node wants to communicate with other available node than on demand it
search for route and create connection for transmitting packet. Maintanance of routing table and newest route
topology regularly does’nt occur as it is on demand[8] EX: Dynamic source routinf(DSR), Ad-hoc on demand
distance vector(AODV).
B. Proactive Routing Protocol
Proactive protocols comes under table driven protocols,when source node communicate,it route are
already defined so it works on predefined route for communication with another node[8].Maintenance and
updation of routing tableon regular basis happens in proactive routing protocol[9]. EX: DSDV,WRP,OLSR.
C. Hybrid Routing Protocol
Combined characteristic of reactive and proactive routing protocol is known as hybrid protocol.Hybrid
protocols works more quickly as it includes features of both and route can be easily found for transmitting data
to one node to another[7].
III. Ad-Hoc On Demand Distance Vector Routing (Aodv)
Ad-hoc on demand distance vector routing(AODV) is on demand and reactive routing protocol. AODV
sustain the information of active paths and route are needed. Routing tables are updated at each and every
node.Every time route table updated and route table stores <destination addr,next-hop addr,destination sequence
no,life-time>[1]. AODV is combined mixture of DSDV and DSR. Unicast and multicast routing both are
possible in AODV. Trees are created to connect the members in multicast. In AODV the two main important
features are 1. Route Discovery 2.Route Maintenance. AODV uses bidirectional links. For finding a route,cycle
of route discovery is used and maintain the route which are active.It minimize no. of active route between an
active source and destination but it follows and implementation is done only a single route because it is difficult
to manage multiple route for same pair of source and destination. Monotonically increment in sequence number
is maintain by every node Neighbouring topology change and increment in node every time[6]. Two sepearte
counters for every nodes is protected by Boradcast and a node sequence number[4].
Advantage Of AODV
1. It supports least congested route,on behalf of short path as it is favorable for unicast and multicast packet
transmission, same in constant movement.
2. Active routes of topological affects are also fastly responds.
3. Extra overheads of data packets are not done.
D. For AODV protocol
1) Route Discovery
When communication is done between source node to another node,path discovery is initialized. i.e, is
source node sends data to the destination node. It starts with sending request to neighbouringnode(RREQ)
packet till it reaches is its destination node. RREQ packet has following key points : source node IP
address,broadcastid,current consecution number,destination IP address,destination consecution number[4].
A node sends a reply RREP(Route reply) packet using back route. Route table updated with reverse
path entrance to source of an intermediate node after getting RREQ packet. Reverse path contain : source IP
address,Source consecution number,number of hops to source node,IP address of node in which RREQ
achieved[10]. Broadcasting is done via Flooding. Flooding provide high reliabilities of data delivery and reason
is that packet may be deliver on multiple path to destination[12].
Energy Consumption of Intermediate node in AODV
DOI: 10.9790/0661-17262429 www.iosrjournals.org 26 | Page
Fig 2 Route request mechanism in AODV
Fig 3 Route reply mechanism in AODV
2) Route Maintanence
Route Maintenance is completed by taken in granted(REER) route error packet.The route will get dead
if it is not recently in use[4].The RERR is initiated by upstream by node of the break and it affected destination
is affected by it. When source node receive an RERR,the route discovery can reinitiated[10].
Fig. 4 Breakdown in communication
Fig. 5 Route Maintanence
In figure it shows that link between C and D breaks, node c counts D as invalid and remove it and now
again node C create RERR message. RERR received by node A it checks where next hop on route to D to C. It
Energy Consumption of Intermediate node in AODV
DOI: 10.9790/0661-17262429 www.iosrjournals.org 27 | Page
delete D and make it infinite and forward RERR to S. Node S receive RERR and discovery is still in progress if
it is needed[1].
3) Role of odes in AODV
a) Source node
The node from where the message sending is started.
b) Intermediate Node
The node from which the message from source node to destination node is transfer.
c) Destinaion Node
The node is known as goal node in which message is reached from source node.
IV. Role of intermediate node in route discovery
1. The Communication between source node and destination node is done with the help of intermediate node.
2. When a packet from sender received by intermediate node it checks in its own routing table that whether the
packet entry is there or not ,if it has entry than it declare as duplicate and packet is dropped.
3. If the packet is new in routing table than routing table is updated and sended to its neighbor for further
process.
4. Many times it happens that intermediate act selfishly because of 2 reasons.
a. Even when packet does not belong to the intermediate node it consume the receiving and transmitting
power. Due to this it simply dropped packet and go to idle state (sleep mode).
Fig. 6 Packet Sending from source to destination
b. After some time it gets switch off as no more energy is left because all energy of receiving and transmitting
is utilized by intermediate node due to which communication stop.
Fig. 7 Packet dropped by intermediate node
5. That means the intermediate node is the main soul of communication between source and destination.
V. Simulation parameter
E. Simulation Environment:
The simulation results in this paper were obtained using Network Simulator 2 version 2.35 (NS2) to
perform comparison between source node, intermediate node and destination node energy in AODV protocol.
NS2 is a discrete event, object oriented, simulator developed by the VINT project research group at Carnegie
Mellon University which includes: nodes mobility, a realistic physical layer that includes a radio propagation
model, radio network interfaces and the IEEE 802.11 Medium Access Control (MAC) protocol using the
Energy Consumption of Intermediate node in AODV
DOI: 10.9790/0661-17262429 www.iosrjournals.org 28 | Page
Distributed Coordination Function (DCF). NS2 is one of most popular network simulator tools worldwide. The
NS2 was installed under Ubantu 12.0.4 as a simulation platform. The transmission range is assumed to be 250m
and the packet size is fixed at 512 bytes. In order to have performance result, we use 3 to 7 nodes on the
simulation separately. The parameter values taken during simulation are as follows:
Parameters Values
MAC Layer Type IEEE 802.11
Radio Propogation Model Two Ray Ground
Reception Queue Length 30
Initial Energy 20 Joules
Transmission power(TP) 0.6 W
Reception power(RP) 0.3 W
Packet size 512 bytes
Total Simulation Time 50 Secs
Area 800*600
VI. Results:
The graphical representations of analysis of energy consumption in AODV by the source node, intermediate
node and destination node with the time interval are as follows:
Table 1: Readings of different Nodes
Fig. 8 Energy Vs time Graph
VII. Conclusion
We presented the results of comparing the energy consumption behavior of source node, intermediate
node and destination node respectively, in AODV. The result obtained from the simulation allow us to conclude
that among these three types of nodes the intermediate node is consumed more energy than the other two.
Because the intermediate node receives the packet from the source node as well as transmit the packet to the
receiver node. So, the intermediate node utilize the receiving energy as well as the transmitting energy, when
source node utilize only transmitting energy and destination node utilize only the receiving energy.
Time Source node Intermediate node Destination node
10 20 20 20
15 18.25615 18.202491 18.508752
20 16.712953 16.349566 17.009202
25 15.089022 14.513714 15.497626
30 13.242531 12.73259 14.004531
35 11.449911 10.956877 12.516751
40 9.649434 9.176368 11.04637
45 7.669288 7.451457 9.605851
50 5.868854 5.672825 8.132455
Energy Consumption of Intermediate node in AODV
DOI: 10.9790/0661-17262429 www.iosrjournals.org 29 | Page
References
[1]. Perkins, “Ad hoc on-demand distance vector (AODV)routing”,RFC3561,July2003.
[2]. P. S. Karadge, Dr.S.V.Sankpal, “A Performance Comparison of Energy Efficient AODV Protocols Mobile Ad hoc Networks”,
International Journal of Advanced Research in Computer and Communication Engineering Vol.2, Issue1, January2013
[3]. Anjum Asma1, Gihan Nagib2, “Energy Efficient Routing Algorithms for Mobile Ad Hoc Networks –A Survey”, Web Site:
www.ijettcs.org Email: editor@ijettcs.org, Volume 1, Issue3,September–October2012.
[4]. R.Rajeshkanna, Dr.A.Saradha, “Energy Efficient Enhanced AODV Routing Protocol for maximize the lifetime of Mobile Ad hoc
Networks”, IJCTA et al, Int.J.Computer Technology & Applications,Vol 4 (5),856-863
[5]. C E Perkins and E M Royer “Ad Hoc On Demand Distance Vector (AODV) Routing draft-ietf-manet aodv-txt” 02-Nov (work in
progress)
[6]. Dr. Aditya Goel & Ajaii Sharma, “Performance Analysis of Mobile Ad-hoc Network Using AODV Protocol”, International Journal
of Computer Science and Security (IJCSS), pages-334-343, Volume (3): Issue (5).
[7]. Dinesh Singh, Deepak Sethi, Pooja, “Comparative Analysis of Energy Efficient Routing Protocols in MANETS (Mobile Ad-hoc
Networks)”, IJCST Vol. 2, Issue 3, September 2011
[8]. C. E. Perkins, “Ad Hoc Networking,” AddisonWesley,2001
[9]. Sanjay Kumar Dhurandher1, Sudip Misra, Mohammad S. Obaidat, Vikrant Bansal, Prithvi Raj Singh and Vikas Punia “EEAODR:
An energy-efficient ad hoc on-demand routing protocol for mobile ad hoc networks”,International Journal.
[10]. David A. Maltz "On-Demand Routing in Multihop Wireless Mobile Ad Hoc Networks” PhD. Thesis in School of Computer
Science Carnegie Mellon University, 2001.
[11]. Jae-Hwan Chang and Leandros Tassiulas, “Energy Conserving Routing in Wireless Ad Hoc Networks,” The Conference on
Computer Communications (IEEE Infocom 2000), pp.22-31,2000
[12]. Juan-Carlos Cano and Pietro Manzoni, “A Performance Comparison of Energy Consumption for Mobile Ad Hoc Network Routing
Protocols,” Camino de Vera, Valencia, SPAIN. August 2008

Contenu connexe

Tendances

A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...
eSAT Publishing House
 
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
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 

Tendances (15)

A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
C 16
C 16C 16
C 16
 
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
 
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...
 
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATIONENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
H01115155
H01115155H01115155
H01115155
 
A study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsrA study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsr
 
O26087092
O26087092O26087092
O26087092
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless Networks
 
Q01821111115
Q01821111115Q01821111115
Q01821111115
 

En vedette

En vedette (20)

N0105198107
N0105198107N0105198107
N0105198107
 
B010240820
B010240820B010240820
B010240820
 
B012230917
B012230917B012230917
B012230917
 
N012267983
N012267983N012267983
N012267983
 
Enhancing Digital Cephalic Radiography
Enhancing Digital Cephalic RadiographyEnhancing Digital Cephalic Radiography
Enhancing Digital Cephalic Radiography
 
L017257987
L017257987L017257987
L017257987
 
E010132736
E010132736E010132736
E010132736
 
An Unmanned Rotorcraft System with Embedded Design
An Unmanned Rotorcraft System with Embedded DesignAn Unmanned Rotorcraft System with Embedded Design
An Unmanned Rotorcraft System with Embedded Design
 
E010213442
E010213442E010213442
E010213442
 
E0543135
E0543135E0543135
E0543135
 
B012240612
B012240612B012240612
B012240612
 
A010130104
A010130104A010130104
A010130104
 
I012426273
I012426273I012426273
I012426273
 
D010521924
D010521924D010521924
D010521924
 
C0451823
C0451823C0451823
C0451823
 
T01231121125
T01231121125T01231121125
T01231121125
 
A0440104
A0440104A0440104
A0440104
 
Privacy Preserving Clustering on Distorted data
Privacy Preserving Clustering on Distorted dataPrivacy Preserving Clustering on Distorted data
Privacy Preserving Clustering on Distorted data
 
Applying a Model Based Testing for a Controller Design in Fault Detection, I...
Applying a Model Based Testing for a Controller Design in Fault  Detection, I...Applying a Model Based Testing for a Controller Design in Fault  Detection, I...
Applying a Model Based Testing for a Controller Design in Fault Detection, I...
 
Modeling Object Oriented Applications by Using Dynamic Information for the I...
Modeling Object Oriented Applications by Using Dynamic  Information for the I...Modeling Object Oriented Applications by Using Dynamic  Information for the I...
Modeling Object Oriented Applications by Using Dynamic Information for the I...
 

Similaire à D017262429

Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
IJRAT
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
ijdpsjournal
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
eSAT Journals
 

Similaire à D017262429 (20)

Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
 
En33838844
En33838844En33838844
En33838844
 
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...
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
 
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
 
A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV          A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Ho2413421346
Ho2413421346Ho2413421346
Ho2413421346
 
B03406010
B03406010B03406010
B03406010
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
 
Analysis of zone routing protocol in manet
Analysis of zone routing protocol in manetAnalysis of zone routing protocol in manet
Analysis of zone routing protocol in manet
 
Improved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioImproved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratio
 
J011137479
J011137479J011137479
J011137479
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
 
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
 

Plus de IOSR Journals

Plus de IOSR Journals (20)

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

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

D017262429

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 24-29 www.iosrjournals.org DOI: 10.9790/0661-17262429 www.iosrjournals.org 24 | Page Energy Consumption of Intermediate node in AODV Shah Bhavisha1 , Khushboo Parmar2 , Asmita Patel3 , Parita Savaliya4 , Nital H. Mistry5 1 Student,SVMIT,Bharuch,India 2 Student,SVMIT,Bharuch,India 3 Student,SVMIT,Bharuch,India 4 Student,SVMIT,Bharuch,India 5 Asst.Proffessor,SVMIT,Bharuch,India Abstract: An A MANET(Mobile Ad-Hoc NETwork)is a network of wireless mobile nodes,without a centralized control.MANET can be characterized as unstructured Ad-Hoc,mobile nodes with limited resources including energy.AODV is one of the most popular,widely accepted and researched reactive protocol of MANET.AODV doesn’t consider the residual energy and local situation of the nodes while route selection.So,sometimes the choosen route gets fail because either the node starts acting selfishly(because of their low energy) or the node gets disconnected(because of battery life). To analyse this problem,in this paper, authors have studied in detail role of the nodein a communication for AODV protocol i.e source,intermediate and destination.The goal of this work is to find out where are the chances of energy being more consumed.Either as source or intermediate or as destination.For this NS-2 simulator has been used.The simulator study/research can concluded that intermediate node consume more energy. Keyword: MANET, AODV ,Route Discovery, Route Maintenance ,intermediate node,Reactive, Proactive,Hybrid, RREQ, RREP, RRER, I. Introduction LAN has taken its position at various places.According to the consequences obtained by recent research it has ben observed that wireless technology is gaining popularity in world of communication. Now a days people like to stay connected with each other all over the world and also share resources of different places with help of wireless technology. Mobile Ad-Hoc NETwork(MANET) are rapidly expanding in area of Mobile mobility very importantly[1]. Mobile Ad-hoc NETwork as a rule has a dynamic behavior and fixed bandwidth.Due to more dynamic and diffused nature key matter in MANET is routing. Such connection between mobile nodes are known as MANET and nodes forming a temporary network without any centralized stand alone communication. MANET node communicate in direct way or indirect way with intermediate nodes[1]. Due to reason of efficient operation wireless network in mobile,it involve functionality of routing which is nothing but mobile host which saves energy and lesser down routing overhead for another nodes[2].The intermediate node is taken in consideration only when source node cannot directly transfer data to destination node. It happens only when source node and destination node are within communication. By this it states MANET networks are self organizing and configuring which changes accordingly. Node acts in both way as host and also route which route data to another node of network. Battery power of nodes’s of mobile as a limitation,energy efficient routing has convincing affects on MANET . Replacement and recharging of batteries cannot be possible at complex locations. MANET is needed almost at location where infrastructure is very costly and impractical[3]. In recent year,a huge research has taken place for development of routing protocol for MANET, and from it classifies in 3 parts 1.Reactive 2. Proactive 3. Hybrid by different perspectives. Different properties are satisfied by this protocols and this includes battery capacity , fast route- discovery, dispersed, implementation , bandwidth efficient usage[7.] A area where MANET is useful are 1 .Military surroundings. 2. Civilian surroundings. 3. Commericials. II. Taxonomy Of Routing Protocol MANET takes help of different routing protocol to fulfill the need and to face challenges. Routing protocol are protocols in which nodes are control.Further routing protocol are divided into 3 parts Reactive,Proactive,Hybrid[2].
  • 2. Energy Consumption of Intermediate node in AODV DOI: 10.9790/0661-17262429 www.iosrjournals.org 25 | Page Fig 1 Classification of routing protocol A. Reactive routing Protocol Reactive protocols are active protocols which are called when it is needed means it is on-demand routing protocols[4].When source node wants to communicate with other available node than on demand it search for route and create connection for transmitting packet. Maintanance of routing table and newest route topology regularly does’nt occur as it is on demand[8] EX: Dynamic source routinf(DSR), Ad-hoc on demand distance vector(AODV). B. Proactive Routing Protocol Proactive protocols comes under table driven protocols,when source node communicate,it route are already defined so it works on predefined route for communication with another node[8].Maintenance and updation of routing tableon regular basis happens in proactive routing protocol[9]. EX: DSDV,WRP,OLSR. C. Hybrid Routing Protocol Combined characteristic of reactive and proactive routing protocol is known as hybrid protocol.Hybrid protocols works more quickly as it includes features of both and route can be easily found for transmitting data to one node to another[7]. III. Ad-Hoc On Demand Distance Vector Routing (Aodv) Ad-hoc on demand distance vector routing(AODV) is on demand and reactive routing protocol. AODV sustain the information of active paths and route are needed. Routing tables are updated at each and every node.Every time route table updated and route table stores <destination addr,next-hop addr,destination sequence no,life-time>[1]. AODV is combined mixture of DSDV and DSR. Unicast and multicast routing both are possible in AODV. Trees are created to connect the members in multicast. In AODV the two main important features are 1. Route Discovery 2.Route Maintenance. AODV uses bidirectional links. For finding a route,cycle of route discovery is used and maintain the route which are active.It minimize no. of active route between an active source and destination but it follows and implementation is done only a single route because it is difficult to manage multiple route for same pair of source and destination. Monotonically increment in sequence number is maintain by every node Neighbouring topology change and increment in node every time[6]. Two sepearte counters for every nodes is protected by Boradcast and a node sequence number[4]. Advantage Of AODV 1. It supports least congested route,on behalf of short path as it is favorable for unicast and multicast packet transmission, same in constant movement. 2. Active routes of topological affects are also fastly responds. 3. Extra overheads of data packets are not done. D. For AODV protocol 1) Route Discovery When communication is done between source node to another node,path discovery is initialized. i.e, is source node sends data to the destination node. It starts with sending request to neighbouringnode(RREQ) packet till it reaches is its destination node. RREQ packet has following key points : source node IP address,broadcastid,current consecution number,destination IP address,destination consecution number[4]. A node sends a reply RREP(Route reply) packet using back route. Route table updated with reverse path entrance to source of an intermediate node after getting RREQ packet. Reverse path contain : source IP address,Source consecution number,number of hops to source node,IP address of node in which RREQ achieved[10]. Broadcasting is done via Flooding. Flooding provide high reliabilities of data delivery and reason is that packet may be deliver on multiple path to destination[12].
  • 3. Energy Consumption of Intermediate node in AODV DOI: 10.9790/0661-17262429 www.iosrjournals.org 26 | Page Fig 2 Route request mechanism in AODV Fig 3 Route reply mechanism in AODV 2) Route Maintanence Route Maintenance is completed by taken in granted(REER) route error packet.The route will get dead if it is not recently in use[4].The RERR is initiated by upstream by node of the break and it affected destination is affected by it. When source node receive an RERR,the route discovery can reinitiated[10]. Fig. 4 Breakdown in communication Fig. 5 Route Maintanence In figure it shows that link between C and D breaks, node c counts D as invalid and remove it and now again node C create RERR message. RERR received by node A it checks where next hop on route to D to C. It
  • 4. Energy Consumption of Intermediate node in AODV DOI: 10.9790/0661-17262429 www.iosrjournals.org 27 | Page delete D and make it infinite and forward RERR to S. Node S receive RERR and discovery is still in progress if it is needed[1]. 3) Role of odes in AODV a) Source node The node from where the message sending is started. b) Intermediate Node The node from which the message from source node to destination node is transfer. c) Destinaion Node The node is known as goal node in which message is reached from source node. IV. Role of intermediate node in route discovery 1. The Communication between source node and destination node is done with the help of intermediate node. 2. When a packet from sender received by intermediate node it checks in its own routing table that whether the packet entry is there or not ,if it has entry than it declare as duplicate and packet is dropped. 3. If the packet is new in routing table than routing table is updated and sended to its neighbor for further process. 4. Many times it happens that intermediate act selfishly because of 2 reasons. a. Even when packet does not belong to the intermediate node it consume the receiving and transmitting power. Due to this it simply dropped packet and go to idle state (sleep mode). Fig. 6 Packet Sending from source to destination b. After some time it gets switch off as no more energy is left because all energy of receiving and transmitting is utilized by intermediate node due to which communication stop. Fig. 7 Packet dropped by intermediate node 5. That means the intermediate node is the main soul of communication between source and destination. V. Simulation parameter E. Simulation Environment: The simulation results in this paper were obtained using Network Simulator 2 version 2.35 (NS2) to perform comparison between source node, intermediate node and destination node energy in AODV protocol. NS2 is a discrete event, object oriented, simulator developed by the VINT project research group at Carnegie Mellon University which includes: nodes mobility, a realistic physical layer that includes a radio propagation model, radio network interfaces and the IEEE 802.11 Medium Access Control (MAC) protocol using the
  • 5. Energy Consumption of Intermediate node in AODV DOI: 10.9790/0661-17262429 www.iosrjournals.org 28 | Page Distributed Coordination Function (DCF). NS2 is one of most popular network simulator tools worldwide. The NS2 was installed under Ubantu 12.0.4 as a simulation platform. The transmission range is assumed to be 250m and the packet size is fixed at 512 bytes. In order to have performance result, we use 3 to 7 nodes on the simulation separately. The parameter values taken during simulation are as follows: Parameters Values MAC Layer Type IEEE 802.11 Radio Propogation Model Two Ray Ground Reception Queue Length 30 Initial Energy 20 Joules Transmission power(TP) 0.6 W Reception power(RP) 0.3 W Packet size 512 bytes Total Simulation Time 50 Secs Area 800*600 VI. Results: The graphical representations of analysis of energy consumption in AODV by the source node, intermediate node and destination node with the time interval are as follows: Table 1: Readings of different Nodes Fig. 8 Energy Vs time Graph VII. Conclusion We presented the results of comparing the energy consumption behavior of source node, intermediate node and destination node respectively, in AODV. The result obtained from the simulation allow us to conclude that among these three types of nodes the intermediate node is consumed more energy than the other two. Because the intermediate node receives the packet from the source node as well as transmit the packet to the receiver node. So, the intermediate node utilize the receiving energy as well as the transmitting energy, when source node utilize only transmitting energy and destination node utilize only the receiving energy. Time Source node Intermediate node Destination node 10 20 20 20 15 18.25615 18.202491 18.508752 20 16.712953 16.349566 17.009202 25 15.089022 14.513714 15.497626 30 13.242531 12.73259 14.004531 35 11.449911 10.956877 12.516751 40 9.649434 9.176368 11.04637 45 7.669288 7.451457 9.605851 50 5.868854 5.672825 8.132455
  • 6. Energy Consumption of Intermediate node in AODV DOI: 10.9790/0661-17262429 www.iosrjournals.org 29 | Page References [1]. Perkins, “Ad hoc on-demand distance vector (AODV)routing”,RFC3561,July2003. [2]. P. S. Karadge, Dr.S.V.Sankpal, “A Performance Comparison of Energy Efficient AODV Protocols Mobile Ad hoc Networks”, International Journal of Advanced Research in Computer and Communication Engineering Vol.2, Issue1, January2013 [3]. Anjum Asma1, Gihan Nagib2, “Energy Efficient Routing Algorithms for Mobile Ad Hoc Networks –A Survey”, Web Site: www.ijettcs.org Email: editor@ijettcs.org, Volume 1, Issue3,September–October2012. [4]. R.Rajeshkanna, Dr.A.Saradha, “Energy Efficient Enhanced AODV Routing Protocol for maximize the lifetime of Mobile Ad hoc Networks”, IJCTA et al, Int.J.Computer Technology & Applications,Vol 4 (5),856-863 [5]. C E Perkins and E M Royer “Ad Hoc On Demand Distance Vector (AODV) Routing draft-ietf-manet aodv-txt” 02-Nov (work in progress) [6]. Dr. Aditya Goel & Ajaii Sharma, “Performance Analysis of Mobile Ad-hoc Network Using AODV Protocol”, International Journal of Computer Science and Security (IJCSS), pages-334-343, Volume (3): Issue (5). [7]. Dinesh Singh, Deepak Sethi, Pooja, “Comparative Analysis of Energy Efficient Routing Protocols in MANETS (Mobile Ad-hoc Networks)”, IJCST Vol. 2, Issue 3, September 2011 [8]. C. E. Perkins, “Ad Hoc Networking,” AddisonWesley,2001 [9]. Sanjay Kumar Dhurandher1, Sudip Misra, Mohammad S. Obaidat, Vikrant Bansal, Prithvi Raj Singh and Vikas Punia “EEAODR: An energy-efficient ad hoc on-demand routing protocol for mobile ad hoc networks”,International Journal. [10]. David A. Maltz "On-Demand Routing in Multihop Wireless Mobile Ad Hoc Networks” PhD. Thesis in School of Computer Science Carnegie Mellon University, 2001. [11]. Jae-Hwan Chang and Leandros Tassiulas, “Energy Conserving Routing in Wireless Ad Hoc Networks,” The Conference on Computer Communications (IEEE Infocom 2000), pp.22-31,2000 [12]. Juan-Carlos Cano and Pietro Manzoni, “A Performance Comparison of Energy Consumption for Mobile Ad Hoc Network Routing Protocols,” Camino de Vera, Valencia, SPAIN. August 2008