SlideShare a Scribd company logo
1 of 6
Download to read offline
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

More Related Content

What's hot

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
 

What's hot (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
 

Similar to Energy Consumption of Intermediate node in AODV

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
 

Similar to Energy Consumption of Intermediate node in AODV (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 ...
 

More from iosrjce

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Recently uploaded (20)

HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

Energy Consumption of Intermediate node in AODV

  • 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