SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 540
THROUGHPUT ANALYSIS OF ENERGY AWARE ROUTING PROTOCOL
FOR REAL-TIME LOAD DISTRIBUTION IN WIRELESS SENSOR
NETWORK (WSN)
A.T.I Fayeez1
, V.R Gannapathy2
, S. S. S Ranjit3
, S.K. Subramaniam4
, Ida S.Md Isa5
1, 2, 3, 4, 5
Faculty of Electronics & Computer Engineering, Uni.Teknikal Malaysia Melaka (UTeM), Melaka, Malaysia
fayeez@utem.edu.my
Abstract
Wireless sensor network (WSNs) are self-organized systems that depend on highly distributed and scattered low cost tiny devices.
These devices have some limitations such as processing capability, memory size, communication distance coverage and energy
capabilities. In order to maximize the autonomy of individual nodes and indirectly the lifetime of the network, most of the research
work is done on power saving techniques. Hence, we propose energy-aware load distribution technique that can provide an excellent
data transfer of packets from source to destination via hop by hop basis. Therefore, by making use of the cross-layer interactions
between the physical layer and the network layer thus leads to an improvement in energy efficiency of the entire network when
compared with other protocols and it also improves the response time in case of network change.
Keywords:- wireless sensor network, energy-aware, load distribution, power saving, cross layer interactions.
-------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
The advances in micro-electro-mechanical system technologies
have made possible of embedding the system technology with
wireless connectivity which has low power energy usage hence
enabling sensing by using micro wireless sensors. Apart from
that, wireless communication and information processing is
also made possible. These power-efficient and inexpensive
sensor nodes works together to form a network that can be used
for monitoring the target region. Hence, WSNs sense and
transmit different elements of message about the
monitored/sensed environment such as temperature and
humidity by utilizing the cooperation of sensor nodes to sink
node which in turn processes the information and conveys it to
the user. WSNs have attracted serious interest and attention
from researchers from various field of study due to wide range
of applications such as military surveillance, health monitoring,
environment monitoring and many more.
Figure 1 depicts a standard wireless sensor network which
consists of several sensor nodes where one act as the sink
meaning that particular node maybe connected to a computer
for processing purpose of data received/sensed. However, there
lie some problems that require immediate attention such as
reliable data delivery, congestion control, energy consumption,
and data security to name a few. However, this study focus
solely on energy conservation method only which will be
discussed in later chapters.
Fig 1: Typical Wireless Sensor Network
Mostly, applications utilizing sensor nodes are powered by
batteries and must be able to work for several months or years
without need to recharge or replace. Therefore, such
expectation requires careful scheduling of the energy usage
especially when sensors are densely deployed (up to 20
nodes/m3 [1]), which causes severe, unwanted problems such
as scalability, redundancy, and radio channel contention [1].
Therefore, transmission of redundant data may occur due to
complex density whereby multiple sensor nodes can generate
and transmit about the same event to the sink node, causing
higher than normal energy consumption and hence a significant
reduction in network lifetime. Energy consumption in a sensor
node can be divided into three modules consisting firstly data
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 541
sensing module then data processing module and finally the
data transmission/reception module of which the energy
consumed for communication process is the most critical.
Hence, large amount of energy used can be saved by reducing
the amount of communication which can be done by
eliminating or aggregating redundant sensed data and using the
energy-saving link thus indirectly prolonging the lifetime of the
WSNs.
In this paper, we proposed a real time load distribution system
that takes into account the remaining battery level of the sensor
nodes before deciding which of the sensor nodes to be used for
creating the route towards destination or sink node. This
method introduces an efficient manner of energy management
system for WSN thus making full use of the available
remaining energy of each sensor nodes.
The remainder of this paper is organized as follows with
Section 2 reviews related works followed by Section 3 that
describes the system model and the motivation of our work.
Next, Section 4 presents the detailed design of the energy aware
protocol. Finally, Section 5 concludes the paper.
2. RELATED WORK
The main task of the sensor network is to relay the sensed data
gathered/sensed by sensor nodes to the base station. The WSN
administrator may use direct transmission by controlling the
transmission power. In this scenario, each sensor node within
the network will send sensed data directly to the sink node.
However, the node will be dead in short period of time due to
excessive energy consumption used up for delivering data if the
base station is far away from the sensor node. Therefore, some
algorithms were developed to overcome this problem.
One of the protocols proposed is Low-Energy Adaptive
Clustering Hierarchy (LEACH) by Heinzelman et al [2]. The
authors in [2] proposed and suggested LEACH which is an
alternative clustering-based algorithm. It assumes there exist a
unique base station outside the sensor network and all the
sensor nodes can communicate with this base station directly.
Meanwhile, LEACH only chooses a fraction p of all sensor
nodes to serve as cluster heads for the purpose of saving energy
where p is a parameter that must be determined before
deployment. The sensor nodes will then join the proper clusters
according to the respective signal strength from cluster heads.
The operation is divided into several rounds which ensure the
cluster head rotate in each round in order to share the energy
load. In LEACH, first phase is the cluster formation phase
which is followed by the process of cluster heads aggregating
the data received from cluster members and the aggregated data
is sent to base station by single hop communication. Hence, this
method is believed can effectively reduce the data needed to be
transmitted to the base station indirectly saving some amount of
power. LEACH's clustering algorithm assumes that sensor
nodes are homogenous and equal which in reality it is hard to
guarantee that. Moreover, according to the scale of the sensor
network, the optimum percentage of cluster heads must be
determined in advance. Therefore, LEACH cannot adapt to
such changes as the addition, removal, and transfer of sensor
nodes considerably affects the efficiency of data gathering.
Finally, a cluster head must broadcast its own existence to the
whole sensor network in cluster formation phase thus causing
another inefficient use of energy.
Meanwhile, S. Lindsey et al. proposed an algorithm called
PEGASIS [3] which has some relation to LEACH, The authors
noticed that the energy consumed by transmission circuits is
much higher when compared to that of amplifying circuits.
Therefore, PEGASIS make use of the GREED algorithm to
form the sensor nodes into a chain-like shape with intention to
reduce energy consumption of sensor nodes in the system. The
author’s findings show that PEGASIS performs better than
LEACH in the case of sink node that is far from sensor nodes.
On the other hand, Sh. Lee et al proposed a new clustering
algorithm called Congestion Detection and Avoidance (CODA)
[4] in order to relieve the imbalance of energy depletion caused
by different distances from the sink. CODA divides the whole
network into a few groups based on distance of the node to the
base station with each group has its own number of clusters and
member nodes. The further the distance to the sink node then
we require more creation of clusters in the case of single hop.
The paper outcome shows that the CODA have better
performance in terms of the network lifetime and the energy
loss than those protocols that use the same probability to the
entire network.
The authors in [5] proposed a hybrid with energy-efficient and
distributed clustering algorithm (HEED) which selects the
cluster head periodically according to two main parameters
which are the node residual energy and proximity of the node to
its neighbors. Low message overhead incurs in HEED thus
achieving quite uniform cluster head distribution within the
network. Meanwhile, the authors in [6] analyze the paper in
relation to extending the network lifetime by which
determining the optimal cluster size of WSN. They find that the
maximum lifetime or minimum energy consumption can be
achieved for certain optimal sizes of the cells. Hence, based on
their result, they propose a location-aware hybrid transmission
scheme that can minimize the energy consumption thus further
prolong the network lifetime.
3. ENERGY AWARE METRICS
As mention earlier, sensor nodes are low-powered devices thus
they have very limited energy hence it is necessary to maintain
the high energy level to achieve maximum network lifetime.
Loss of packets due to bit error or congestion can be considered
as common in WSN [7]. Hence, we can calculate the packet
loss ratio by using the equation below [7]:
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 542
(3.1)
Meanwhile, the number of packets successfully reach
destination can be determined as success rate of transmission
while packet latency is defined as time taken for a packet to
reach its destination from the moment of the packet creation.
Ratio of packet loss will result in energy loss per node and
affect the entire network hence enhancing the importance of
evaluating energy efficiency. Therefore, we assume that
dropped packets are directly proportional to energy wastage, so
the energy loss for each node can be measured by [7]:
(3.2)
On the other hand, the loss of energy for the entire network is
found by using the equation below [7]:
(3.3)
4. NETWORK SETUP
Fig 2: Layers involved
Figure 2 shows the layers involved in the development of the
project. As we can see, the process starts with request from
application layer which then invoke the transport layer to
provide reliable data transfer mechanism. This in turn will
invoke the network layer in order for best route selection. This
is where the research work was focused on whereby the best
route selection was determined by comparing remaining energy
level. The node with higher remaining energy level will be
chosen to form the route to destination. However, the routing
protocol will need the remaining battery power from physical
layer in order to compute the route selection. Hence, the need
for inter layer interactions for the purpose of sharing
information.
Fig 3: 4-node Network Setup
Figure 3 shows how the entire network is setup up where the
network is configured as so having 4 nodes where node A is the
source node and source D is the destination while node B and
node C will act as intermediate nodes In this research work, we
assume that node D is not within the vicinity of node A hence
no direct transmission from node A to node D.
Fig 4: Request and reply packet format
When the network is set up, the source node will have to
compute the best route to the destination when there are packets
to be transmitted. However, before route is determined, the
nodes will have to have prior knowledge of existing nodes
within its vicinity. Hence, all the nodes in the entire network
will invoke a request message as shown in Figure 4, containing
its address and request for remaining battery level. The packet
type column is to differentiate between request packet and reply
packet. This request message will be broadcasted meaning that
all the nodes within the vicinity of sender node will receive the
request message. Then, these nodes will reply to the sender
node with a reply packet (Figure 4) containing its address and
its remaining battery level. Now, all the nodes in the network
will have information about its neighboring nodes within its
vicinity and the remaining battery levels. Then only can a route
be determined using the remaining battery level information.
As an example, in this setup, all the nodes will invoke the
request message and reply to correspondent node. Then, node A
will compare between node B and node C for higher remaining
battery level. If node B is chosen as the one with higher level,
then node A will transmit the data packet to node B. Once
receiving the data packet, node B will check the destination
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 543
address of the packet and determine whether to forward the
packet or not. This process of inquiring neighborhood node’s
battery level for route creation is periodically done for better
energy or battery management. If it is done every time a packet
to be transmitted, then it will defeat the purpose of this research
work which is for energy efficiency.
5. ANALYSIS
Once the protocol has been developed, it is then programmed
into the sensor node for analysis purposes. The entire network
is shown in Figure 3 which consist of 4 sensor nodes with one
acting as source node (node A), two intermediate nodes (node
B,C) for hopping purpose and one as the base station or sink
node (node D). The test that was conducted covers the range of
1 meter to 15 meters as marked as d. 255 packets of dummy
data of “HELLO” message were generated during the analysis
and packet received by sink node were captured in order to
measure the performance of proposed routing protocol in terms
of the packet loss and energy loss. Table 1 below shows the
packet received and packet loss for distance under test for the
proposed routing while Figure 5 shows the captured packet and
packet loss occurring.
Table 1: Analysis of proposed protocol
Distance
(meter)
Packet
Received
By
Proposed
Protocol
Packet
Loss of
Proposed
Protocol
Packet
Received
by
Flooding
Algorithm
Packet
Loss of
Flooding
Algorithm
1 250 5 201 54
2 248 7 175 80
3 242 13 162 93
4 237 18 143 112
5 228 27 121 134
6 220 35 103 152
7 216 39 87 168
8 204 51 79 176
9 197 58 71 184
10 190 65 66 189
11 183 72 42 213
12 165 90 32 223
13 142 113 0 255
14 101 154 0 255
15 87 168 0 255
As we can see from both Table 1 and Figure 5 respectively,
there are packet drops occurring even the sensor node are as
near as 1 meter to each other. Though all the nodes collect their
neighbor information and calculate the best route as soon as the
entire network has been setup thus recognizing and reserving
the path for data forwarding, but this path might change due to
low battery of sensor node hence requiring the neighborhood
table to be updated and recalculated. Hence, these processing
may cause some packet loss to occur as can be seen in Figure 5.
Fig 5: Packet loss occurring
Fig 6: Packet Received
Fig 7: Packet Loss
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 544
Other than that, we also notice during the analysis that data
collision happens when nodes transmit information at the same
time to the node that requesting. Hence, the information is lost
thus preventing data to be forwarded to node with higher
remaining battery level. Meanwhile, we can notice increasing
packet loss when the distance of the sensor nodes were more
than 12 meters between each other. This might due to the
capability of the xbee module itself and surrounding factor too.
On the other hand, several issues were not taken into
consideration such as the multipath fading effects, reflection or
the optimum capability of xbee module transmission hence
packet loss bound to occur. We can conclude that proper
battery utilization or energy management is important in
wireless sensor network in order to prolong the network life
time.
6. FUTURE WORK
As stated before, some of the issues were not taken into
consideration such as simultaneous transmission, link quality
between nodes, delay and few more which hopefully can be
covered in future analysis. Apart from that, comparison with
similar protocols will also be conducted to compare the
performance of proposed energy-aware protocol.
ACKNOWLEDGEMENTS
The authors would like to take this opportunity to thanks those
who are contributes directly or indirectly in completion of this
article and also for their constructive comments. In addition, the
authors also would like to express our gratitude to Universiti
Teknikal Malaysia Melaka (UTeM) for the support and
encouragement.
REFERENCES
[1]. Estrin, D.; Girod, L.; Pottie, G. ivastava, M. Instrumenting
the World with Wireless Sensor Networks. Presented at the
International Conference on Acoustics, Speech, and Signal
Processing (ICASSP2001), Salt Lake City, Utah, May 2001.
[2]. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H.
Energy-efficient communication protocol for wireless
microsensor networks. Presented at the Proceedings of the
Hawaii International Conference on System Sciences, Maui,
Hawaii, Jan 2000.
[3]. Lindsey, S.; Raghavendra, C. PEGASIS: Power-Efficient
gathering in sensor information systems. Presented at the
Proceeding of IEEE Aerospace Conference, 2002; pp. 1125-
1130.
[4]. Lee, S.H.; Yoo, J.J.; Chung, T.C. Distance-based Energy
Efficient Clustering for Wireless Sensor Networks. Presented at
the Proceedings of the 29th Annual IEEE international
Conference on Local Computer Networks (LCN'04), 2004.
[5]. Younis, O.; Fahmy, S. HEED: A Hybrid, Energy-Efficient,
Distributed Clustering Approach for Ad Hoc Sensor Networks.
IEEE Trans. Mob. Comput. 2004, 3, 366-379.
[6]. Xue, Q.; Ganz, A. Maximizing Sensor Network Lifetime:
Analysis and Design Guides. Proceedings of MILCOMOctober
2004
[7]. M. A. Rahman, A. E. Saddik and W. Gueaieb, “Wireless
Sensor Network Transport Layer: State of the Art”, Sensors,
Springer-Verlang Berlin Heidelberg, 2008.
[8]. Ida S.Md Isa, Sharifah H.S. Ariffin, N.Fisal,
N.M.AbdulLatiff, N.Latif A.Shaari, A.T.I Fayeez, “Multi Hop
Transmission in IEEE 802.11 Low Rate Ad Hoc Network
Using ARP-Route”, Journal of Telecommunication, Electronic
and Computer Engineering (2180-1843), Vol.5 No.1, Jan-June
2013.
[9]. V.R Gannapathy, M.R Ahmad, M.K Suaidi, M.S Johal,
“Performance Analysis of Concurrent Transmission With
Reducing Handshakes in Multi-hop Wireless Mesh Networks
(WMNs)”, JTEC 2009 Vol 1 No.1 (Jul-Dec 2009).

More Related Content

What's hot

ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ijasuc
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...
IJCNCJournal
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
Editor IJMTER
 
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
CSCJournals
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
eSAT Publishing House
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
ijsrd.com
 
A seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networksA seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networks
praveen369
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
Editor IJARCET
 
An energy efficient protocol based study of wsn to increase the lifetime
An energy efficient protocol based study of wsn to increase the lifetimeAn energy efficient protocol based study of wsn to increase the lifetime
An energy efficient protocol based study of wsn to increase the lifetime
IAEME Publication
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
IJCI JOURNAL
 
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
International Journal of Technical Research & Application
 
Dead node detection in teen protocol survey
Dead node detection in teen protocol surveyDead node detection in teen protocol survey
Dead node detection in teen protocol survey
eSAT Publishing House
 
Dead node detection in teen protocol
Dead node detection in teen protocolDead node detection in teen protocol
Dead node detection in teen protocol
eSAT Journals
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
IJERD Editor
 
20320130406029
2032013040602920320130406029
20320130406029
IAEME Publication
 
Leach wireless sensor ntwrk aa1
Leach wireless sensor ntwrk aa1Leach wireless sensor ntwrk aa1
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
IOSR Journals
 
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor NetworksEnergy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
IDES Editor
 
RITISH AGGARWAL
RITISH AGGARWALRITISH AGGARWAL
RITISH AGGARWAL
9914814928
 
C018141418
C018141418C018141418
C018141418
IOSR Journals
 

What's hot (20)

ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
 
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
Maximizing Lifetime of Homogeneous Wireless Sensor Network through Energy Eff...
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
A seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networksA seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networks
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
 
An energy efficient protocol based study of wsn to increase the lifetime
An energy efficient protocol based study of wsn to increase the lifetimeAn energy efficient protocol based study of wsn to increase the lifetime
An energy efficient protocol based study of wsn to increase the lifetime
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
 
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
 
Dead node detection in teen protocol survey
Dead node detection in teen protocol surveyDead node detection in teen protocol survey
Dead node detection in teen protocol survey
 
Dead node detection in teen protocol
Dead node detection in teen protocolDead node detection in teen protocol
Dead node detection in teen protocol
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
 
20320130406029
2032013040602920320130406029
20320130406029
 
Leach wireless sensor ntwrk aa1
Leach wireless sensor ntwrk aa1Leach wireless sensor ntwrk aa1
Leach wireless sensor ntwrk aa1
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
 
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor NetworksEnergy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
 
RITISH AGGARWAL
RITISH AGGARWALRITISH AGGARWAL
RITISH AGGARWAL
 
C018141418
C018141418C018141418
C018141418
 

Viewers also liked

Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smell
eSAT Publishing House
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigation
eSAT Publishing House
 
Human action recognition using local space time features and adaboost svm
Human action recognition using local space time features and adaboost svmHuman action recognition using local space time features and adaboost svm
Human action recognition using local space time features and adaboost svm
eSAT Publishing House
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedom
eSAT Publishing House
 
Securing voip communications in an open network
Securing voip communications in an open networkSecuring voip communications in an open network
Securing voip communications in an open network
eSAT Publishing House
 
A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...
eSAT Publishing House
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbon
eSAT Publishing House
 
Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...
eSAT Publishing House
 
Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channel
eSAT Publishing House
 
Two level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automataTwo level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automata
eSAT Publishing House
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, and
eSAT Publishing House
 
Design and performance analysis of band pass filter
Design and performance analysis of band pass filterDesign and performance analysis of band pass filter
Design and performance analysis of band pass filter
eSAT Publishing House
 
Synthesis and characterization of
Synthesis and characterization ofSynthesis and characterization of
Synthesis and characterization of
eSAT Publishing House
 
Modeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation forModeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation for
eSAT Publishing House
 
Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)
eSAT Publishing House
 
Detect and immune mobile cloud infrastructure
Detect and immune mobile cloud infrastructureDetect and immune mobile cloud infrastructure
Detect and immune mobile cloud infrastructure
eSAT Publishing House
 
Use of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoorUse of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoor
eSAT Publishing House
 
Analysis of energy efficiency aspects in energy management
Analysis of energy efficiency aspects in energy managementAnalysis of energy efficiency aspects in energy management
Analysis of energy efficiency aspects in energy management
eSAT Publishing House
 
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
eSAT Publishing House
 

Viewers also liked (20)

Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smell
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigation
 
Human action recognition using local space time features and adaboost svm
Human action recognition using local space time features and adaboost svmHuman action recognition using local space time features and adaboost svm
Human action recognition using local space time features and adaboost svm
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedom
 
Securing voip communications in an open network
Securing voip communications in an open networkSecuring voip communications in an open network
Securing voip communications in an open network
 
A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbon
 
Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...
 
Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channel
 
Two level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automataTwo level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automata
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, and
 
Design and performance analysis of band pass filter
Design and performance analysis of band pass filterDesign and performance analysis of band pass filter
Design and performance analysis of band pass filter
 
Synthesis and characterization of
Synthesis and characterization ofSynthesis and characterization of
Synthesis and characterization of
 
Modeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation forModeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation for
 
Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)
 
Detect and immune mobile cloud infrastructure
Detect and immune mobile cloud infrastructureDetect and immune mobile cloud infrastructure
Detect and immune mobile cloud infrastructure
 
Use of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoorUse of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoor
 
Analysis of energy efficiency aspects in energy management
Analysis of energy efficiency aspects in energy managementAnalysis of energy efficiency aspects in energy management
Analysis of energy efficiency aspects in energy management
 
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
 

Similar to Throughput analysis of energy aware routing protocol

F04623943
F04623943F04623943
F04623943
IOSR-JEN
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
ijsrd.com
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
eSAT Publishing House
 
B05630814
B05630814B05630814
B05630814
IOSR-JEN
 
Investigation of energy efficient protocols based on stable clustering for en...
Investigation of energy efficient protocols based on stable clustering for en...Investigation of energy efficient protocols based on stable clustering for en...
Investigation of energy efficient protocols based on stable clustering for en...
journalBEEI
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
zaidinvisible
 
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
IOSR Journals
 
Data Collection Method to Improve Energy Efficiency in Wireless Sensor Network
Data Collection Method to Improve Energy Efficiency in Wireless Sensor NetworkData Collection Method to Improve Energy Efficiency in Wireless Sensor Network
Data Collection Method to Improve Energy Efficiency in Wireless Sensor Network
KhushbooGupta145
 
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ijwmn
 
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
IJCNCJournal
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
IJERA Editor
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
IJERA Editor
 
B0330811
B0330811B0330811
B0330811
iosrjournals
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
ijmnct
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
ijmnct
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
International Journal of Technical Research & Application
 
Computational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkComputational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor Network
IRJET Journal
 
2 ijcse-01208
2 ijcse-012082 ijcse-01208
2 ijcse-01208
Shivlal Mewada
 

Similar to Throughput analysis of energy aware routing protocol (20)

F04623943
F04623943F04623943
F04623943
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
B05630814
B05630814B05630814
B05630814
 
Investigation of energy efficient protocols based on stable clustering for en...
Investigation of energy efficient protocols based on stable clustering for en...Investigation of energy efficient protocols based on stable clustering for en...
Investigation of energy efficient protocols based on stable clustering for en...
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
 
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
 
Data Collection Method to Improve Energy Efficiency in Wireless Sensor Network
Data Collection Method to Improve Energy Efficiency in Wireless Sensor NetworkData Collection Method to Improve Energy Efficiency in Wireless Sensor Network
Data Collection Method to Improve Energy Efficiency in Wireless Sensor Network
 
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
 
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
B0330811
B0330811B0330811
B0330811
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
 
Computational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkComputational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor Network
 
2 ijcse-01208
2 ijcse-012082 ijcse-01208
2 ijcse-01208
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
Kamal Acharya
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
AI for Legal Research with applications, tools
AI for Legal Research with applications, toolsAI for Legal Research with applications, tools
AI for Legal Research with applications, tools
mahaffeycheryld
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
PIMR BHOPAL
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
MadhavJungKarki
 

Recently uploaded (20)

Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
AI for Legal Research with applications, tools
AI for Legal Research with applications, toolsAI for Legal Research with applications, tools
AI for Legal Research with applications, tools
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
 

Throughput analysis of energy aware routing protocol

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 540 THROUGHPUT ANALYSIS OF ENERGY AWARE ROUTING PROTOCOL FOR REAL-TIME LOAD DISTRIBUTION IN WIRELESS SENSOR NETWORK (WSN) A.T.I Fayeez1 , V.R Gannapathy2 , S. S. S Ranjit3 , S.K. Subramaniam4 , Ida S.Md Isa5 1, 2, 3, 4, 5 Faculty of Electronics & Computer Engineering, Uni.Teknikal Malaysia Melaka (UTeM), Melaka, Malaysia fayeez@utem.edu.my Abstract Wireless sensor network (WSNs) are self-organized systems that depend on highly distributed and scattered low cost tiny devices. These devices have some limitations such as processing capability, memory size, communication distance coverage and energy capabilities. In order to maximize the autonomy of individual nodes and indirectly the lifetime of the network, most of the research work is done on power saving techniques. Hence, we propose energy-aware load distribution technique that can provide an excellent data transfer of packets from source to destination via hop by hop basis. Therefore, by making use of the cross-layer interactions between the physical layer and the network layer thus leads to an improvement in energy efficiency of the entire network when compared with other protocols and it also improves the response time in case of network change. Keywords:- wireless sensor network, energy-aware, load distribution, power saving, cross layer interactions. -------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION The advances in micro-electro-mechanical system technologies have made possible of embedding the system technology with wireless connectivity which has low power energy usage hence enabling sensing by using micro wireless sensors. Apart from that, wireless communication and information processing is also made possible. These power-efficient and inexpensive sensor nodes works together to form a network that can be used for monitoring the target region. Hence, WSNs sense and transmit different elements of message about the monitored/sensed environment such as temperature and humidity by utilizing the cooperation of sensor nodes to sink node which in turn processes the information and conveys it to the user. WSNs have attracted serious interest and attention from researchers from various field of study due to wide range of applications such as military surveillance, health monitoring, environment monitoring and many more. Figure 1 depicts a standard wireless sensor network which consists of several sensor nodes where one act as the sink meaning that particular node maybe connected to a computer for processing purpose of data received/sensed. However, there lie some problems that require immediate attention such as reliable data delivery, congestion control, energy consumption, and data security to name a few. However, this study focus solely on energy conservation method only which will be discussed in later chapters. Fig 1: Typical Wireless Sensor Network Mostly, applications utilizing sensor nodes are powered by batteries and must be able to work for several months or years without need to recharge or replace. Therefore, such expectation requires careful scheduling of the energy usage especially when sensors are densely deployed (up to 20 nodes/m3 [1]), which causes severe, unwanted problems such as scalability, redundancy, and radio channel contention [1]. Therefore, transmission of redundant data may occur due to complex density whereby multiple sensor nodes can generate and transmit about the same event to the sink node, causing higher than normal energy consumption and hence a significant reduction in network lifetime. Energy consumption in a sensor node can be divided into three modules consisting firstly data
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 541 sensing module then data processing module and finally the data transmission/reception module of which the energy consumed for communication process is the most critical. Hence, large amount of energy used can be saved by reducing the amount of communication which can be done by eliminating or aggregating redundant sensed data and using the energy-saving link thus indirectly prolonging the lifetime of the WSNs. In this paper, we proposed a real time load distribution system that takes into account the remaining battery level of the sensor nodes before deciding which of the sensor nodes to be used for creating the route towards destination or sink node. This method introduces an efficient manner of energy management system for WSN thus making full use of the available remaining energy of each sensor nodes. The remainder of this paper is organized as follows with Section 2 reviews related works followed by Section 3 that describes the system model and the motivation of our work. Next, Section 4 presents the detailed design of the energy aware protocol. Finally, Section 5 concludes the paper. 2. RELATED WORK The main task of the sensor network is to relay the sensed data gathered/sensed by sensor nodes to the base station. The WSN administrator may use direct transmission by controlling the transmission power. In this scenario, each sensor node within the network will send sensed data directly to the sink node. However, the node will be dead in short period of time due to excessive energy consumption used up for delivering data if the base station is far away from the sensor node. Therefore, some algorithms were developed to overcome this problem. One of the protocols proposed is Low-Energy Adaptive Clustering Hierarchy (LEACH) by Heinzelman et al [2]. The authors in [2] proposed and suggested LEACH which is an alternative clustering-based algorithm. It assumes there exist a unique base station outside the sensor network and all the sensor nodes can communicate with this base station directly. Meanwhile, LEACH only chooses a fraction p of all sensor nodes to serve as cluster heads for the purpose of saving energy where p is a parameter that must be determined before deployment. The sensor nodes will then join the proper clusters according to the respective signal strength from cluster heads. The operation is divided into several rounds which ensure the cluster head rotate in each round in order to share the energy load. In LEACH, first phase is the cluster formation phase which is followed by the process of cluster heads aggregating the data received from cluster members and the aggregated data is sent to base station by single hop communication. Hence, this method is believed can effectively reduce the data needed to be transmitted to the base station indirectly saving some amount of power. LEACH's clustering algorithm assumes that sensor nodes are homogenous and equal which in reality it is hard to guarantee that. Moreover, according to the scale of the sensor network, the optimum percentage of cluster heads must be determined in advance. Therefore, LEACH cannot adapt to such changes as the addition, removal, and transfer of sensor nodes considerably affects the efficiency of data gathering. Finally, a cluster head must broadcast its own existence to the whole sensor network in cluster formation phase thus causing another inefficient use of energy. Meanwhile, S. Lindsey et al. proposed an algorithm called PEGASIS [3] which has some relation to LEACH, The authors noticed that the energy consumed by transmission circuits is much higher when compared to that of amplifying circuits. Therefore, PEGASIS make use of the GREED algorithm to form the sensor nodes into a chain-like shape with intention to reduce energy consumption of sensor nodes in the system. The author’s findings show that PEGASIS performs better than LEACH in the case of sink node that is far from sensor nodes. On the other hand, Sh. Lee et al proposed a new clustering algorithm called Congestion Detection and Avoidance (CODA) [4] in order to relieve the imbalance of energy depletion caused by different distances from the sink. CODA divides the whole network into a few groups based on distance of the node to the base station with each group has its own number of clusters and member nodes. The further the distance to the sink node then we require more creation of clusters in the case of single hop. The paper outcome shows that the CODA have better performance in terms of the network lifetime and the energy loss than those protocols that use the same probability to the entire network. The authors in [5] proposed a hybrid with energy-efficient and distributed clustering algorithm (HEED) which selects the cluster head periodically according to two main parameters which are the node residual energy and proximity of the node to its neighbors. Low message overhead incurs in HEED thus achieving quite uniform cluster head distribution within the network. Meanwhile, the authors in [6] analyze the paper in relation to extending the network lifetime by which determining the optimal cluster size of WSN. They find that the maximum lifetime or minimum energy consumption can be achieved for certain optimal sizes of the cells. Hence, based on their result, they propose a location-aware hybrid transmission scheme that can minimize the energy consumption thus further prolong the network lifetime. 3. ENERGY AWARE METRICS As mention earlier, sensor nodes are low-powered devices thus they have very limited energy hence it is necessary to maintain the high energy level to achieve maximum network lifetime. Loss of packets due to bit error or congestion can be considered as common in WSN [7]. Hence, we can calculate the packet loss ratio by using the equation below [7]:
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 542 (3.1) Meanwhile, the number of packets successfully reach destination can be determined as success rate of transmission while packet latency is defined as time taken for a packet to reach its destination from the moment of the packet creation. Ratio of packet loss will result in energy loss per node and affect the entire network hence enhancing the importance of evaluating energy efficiency. Therefore, we assume that dropped packets are directly proportional to energy wastage, so the energy loss for each node can be measured by [7]: (3.2) On the other hand, the loss of energy for the entire network is found by using the equation below [7]: (3.3) 4. NETWORK SETUP Fig 2: Layers involved Figure 2 shows the layers involved in the development of the project. As we can see, the process starts with request from application layer which then invoke the transport layer to provide reliable data transfer mechanism. This in turn will invoke the network layer in order for best route selection. This is where the research work was focused on whereby the best route selection was determined by comparing remaining energy level. The node with higher remaining energy level will be chosen to form the route to destination. However, the routing protocol will need the remaining battery power from physical layer in order to compute the route selection. Hence, the need for inter layer interactions for the purpose of sharing information. Fig 3: 4-node Network Setup Figure 3 shows how the entire network is setup up where the network is configured as so having 4 nodes where node A is the source node and source D is the destination while node B and node C will act as intermediate nodes In this research work, we assume that node D is not within the vicinity of node A hence no direct transmission from node A to node D. Fig 4: Request and reply packet format When the network is set up, the source node will have to compute the best route to the destination when there are packets to be transmitted. However, before route is determined, the nodes will have to have prior knowledge of existing nodes within its vicinity. Hence, all the nodes in the entire network will invoke a request message as shown in Figure 4, containing its address and request for remaining battery level. The packet type column is to differentiate between request packet and reply packet. This request message will be broadcasted meaning that all the nodes within the vicinity of sender node will receive the request message. Then, these nodes will reply to the sender node with a reply packet (Figure 4) containing its address and its remaining battery level. Now, all the nodes in the network will have information about its neighboring nodes within its vicinity and the remaining battery levels. Then only can a route be determined using the remaining battery level information. As an example, in this setup, all the nodes will invoke the request message and reply to correspondent node. Then, node A will compare between node B and node C for higher remaining battery level. If node B is chosen as the one with higher level, then node A will transmit the data packet to node B. Once receiving the data packet, node B will check the destination
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 543 address of the packet and determine whether to forward the packet or not. This process of inquiring neighborhood node’s battery level for route creation is periodically done for better energy or battery management. If it is done every time a packet to be transmitted, then it will defeat the purpose of this research work which is for energy efficiency. 5. ANALYSIS Once the protocol has been developed, it is then programmed into the sensor node for analysis purposes. The entire network is shown in Figure 3 which consist of 4 sensor nodes with one acting as source node (node A), two intermediate nodes (node B,C) for hopping purpose and one as the base station or sink node (node D). The test that was conducted covers the range of 1 meter to 15 meters as marked as d. 255 packets of dummy data of “HELLO” message were generated during the analysis and packet received by sink node were captured in order to measure the performance of proposed routing protocol in terms of the packet loss and energy loss. Table 1 below shows the packet received and packet loss for distance under test for the proposed routing while Figure 5 shows the captured packet and packet loss occurring. Table 1: Analysis of proposed protocol Distance (meter) Packet Received By Proposed Protocol Packet Loss of Proposed Protocol Packet Received by Flooding Algorithm Packet Loss of Flooding Algorithm 1 250 5 201 54 2 248 7 175 80 3 242 13 162 93 4 237 18 143 112 5 228 27 121 134 6 220 35 103 152 7 216 39 87 168 8 204 51 79 176 9 197 58 71 184 10 190 65 66 189 11 183 72 42 213 12 165 90 32 223 13 142 113 0 255 14 101 154 0 255 15 87 168 0 255 As we can see from both Table 1 and Figure 5 respectively, there are packet drops occurring even the sensor node are as near as 1 meter to each other. Though all the nodes collect their neighbor information and calculate the best route as soon as the entire network has been setup thus recognizing and reserving the path for data forwarding, but this path might change due to low battery of sensor node hence requiring the neighborhood table to be updated and recalculated. Hence, these processing may cause some packet loss to occur as can be seen in Figure 5. Fig 5: Packet loss occurring Fig 6: Packet Received Fig 7: Packet Loss
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 544 Other than that, we also notice during the analysis that data collision happens when nodes transmit information at the same time to the node that requesting. Hence, the information is lost thus preventing data to be forwarded to node with higher remaining battery level. Meanwhile, we can notice increasing packet loss when the distance of the sensor nodes were more than 12 meters between each other. This might due to the capability of the xbee module itself and surrounding factor too. On the other hand, several issues were not taken into consideration such as the multipath fading effects, reflection or the optimum capability of xbee module transmission hence packet loss bound to occur. We can conclude that proper battery utilization or energy management is important in wireless sensor network in order to prolong the network life time. 6. FUTURE WORK As stated before, some of the issues were not taken into consideration such as simultaneous transmission, link quality between nodes, delay and few more which hopefully can be covered in future analysis. Apart from that, comparison with similar protocols will also be conducted to compare the performance of proposed energy-aware protocol. ACKNOWLEDGEMENTS The authors would like to take this opportunity to thanks those who are contributes directly or indirectly in completion of this article and also for their constructive comments. In addition, the authors also would like to express our gratitude to Universiti Teknikal Malaysia Melaka (UTeM) for the support and encouragement. REFERENCES [1]. Estrin, D.; Girod, L.; Pottie, G. ivastava, M. Instrumenting the World with Wireless Sensor Networks. Presented at the International Conference on Acoustics, Speech, and Signal Processing (ICASSP2001), Salt Lake City, Utah, May 2001. [2]. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. Presented at the Proceedings of the Hawaii International Conference on System Sciences, Maui, Hawaii, Jan 2000. [3]. Lindsey, S.; Raghavendra, C. PEGASIS: Power-Efficient gathering in sensor information systems. Presented at the Proceeding of IEEE Aerospace Conference, 2002; pp. 1125- 1130. [4]. Lee, S.H.; Yoo, J.J.; Chung, T.C. Distance-based Energy Efficient Clustering for Wireless Sensor Networks. Presented at the Proceedings of the 29th Annual IEEE international Conference on Local Computer Networks (LCN'04), 2004. [5]. Younis, O.; Fahmy, S. HEED: A Hybrid, Energy-Efficient, Distributed Clustering Approach for Ad Hoc Sensor Networks. IEEE Trans. Mob. Comput. 2004, 3, 366-379. [6]. Xue, Q.; Ganz, A. Maximizing Sensor Network Lifetime: Analysis and Design Guides. Proceedings of MILCOMOctober 2004 [7]. M. A. Rahman, A. E. Saddik and W. Gueaieb, “Wireless Sensor Network Transport Layer: State of the Art”, Sensors, Springer-Verlang Berlin Heidelberg, 2008. [8]. Ida S.Md Isa, Sharifah H.S. Ariffin, N.Fisal, N.M.AbdulLatiff, N.Latif A.Shaari, A.T.I Fayeez, “Multi Hop Transmission in IEEE 802.11 Low Rate Ad Hoc Network Using ARP-Route”, Journal of Telecommunication, Electronic and Computer Engineering (2180-1843), Vol.5 No.1, Jan-June 2013. [9]. V.R Gannapathy, M.R Ahmad, M.K Suaidi, M.S Johal, “Performance Analysis of Concurrent Transmission With Reducing Handshakes in Multi-hop Wireless Mesh Networks (WMNs)”, JTEC 2009 Vol 1 No.1 (Jul-Dec 2009).