SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 62
Energy Efficient Data Aggregation in Wireless Sensor Networks:
A Survey
Ladumor Dhara1
Chirag Pandya2
1, 2
LDRP Institute of Technology and Research, Gandhinagar, Gujarat, INDIA
Abstract— The use of Wireless Sensor Networks (WSNs) is
anticipated to bring lot of changes in data gathering,
processing and dissemination for different environments and
applications. However, a WSN is a power constrained
system, since nodes run on limited power batteries which
shorten its lifespan. Prolonging the network lifetime
depends on efficient management of sensing node energy
resource. Energy consumption is therefore one of the most
crucial design issues in WSN. Hierarchical routing protocols
are best known in regard to energy efficiency. By using a
clustering technique hierarchical routing protocols greatly
minimize energy consumed in collecting and disseminating
data. To prolong the lifetime of the sensor nodes, designing
efficient routing protocols is critical. In this paper, we have
discussed various energy efficient data aggregation
protocols for sensor networks.
I. INTRODUCTION
Wireless Sensor Network is an emerging field with lot of
applications. Due to its wide applications in the field of
defense security, civilian applications and medical research,
there is lot of research going on. There are various issues
like deployment and routing issues of Wireless Sensor
Networks (WSNs). With rapid advancement in electronics
industry, small inexpensive battery powered wireless
sensors have started to hit the market for communication
purpose. Nodes in WSN can be deployed in a wide
geographical space to monitor the changes in the
environment. The development of this technology has been
due to micro electro-mechanical systems technology,
wireless communication and low-cost manufacturing.
Sensors are expected to be deployed randomly in the area of
interest by a relatively uncontrolled means, e.g. dropped by
a helicopter, and to collectively form a network in an ad-hoc
manner [1, 2].
Sensors nodes are energy constrained. Therefore,
designing energy-aware algorithms becomes an important
factor for extending the lifetime of sensors [3].
Data aggregation in WSN is a data transfer technique where
multiple data packets from sensor nodes are gathered to a
certain sensor node and combined into a less number of
packets. This technique is essential in the wireless sensor
environment because the reduction of data packets enables
less usage of wireless transmission modules, reducing
energy consumption, increase network lifetime, and
decrease end-to-end delay. Efficient data aggregation
techniques can provide these advantages by ensuring quick
and high data aggregation rates, while avoiding excessive
use of control packets. Sample commercial and military
applications include environmental monitoring, industrial
sensing and diagnostics, battlefield awareness, context-
aware computing such as intelligent home and responsive
environment.
II. DESIGN CONSIDERATIONS FOR WSN
The main aim of designing the goals for WSNs is to try
to prolong the lifetime of the network by using different
efficient energy management techniques. The design of
routing protocols in WSNs is influenced by many
challenging factors. Following are some of the challenges
that affect the energy efficiency of WSNs.
Node deployment in WSNs is application-dependent. It can
be manual or randomized. In manual node deployment, the
sensors are manually placed at preplanned locations.
However, in random node deployment, the sensor nodes are
scattered randomly. If the resultant distribution of nodes is
not uniform, optimal clustering becomes necessary to allow
connectivity and enable energy-efficient network operation.
Every node in the network cannot reach the BS directly
hence there is a need multiple hops. Sensor nodes use
energy for performing computation and communicating
information in a network. Sensor nodes lifetime is strongly
dependent on battery lifetime. Each node plays as a router
and sensor in a multi-hop WSN. So there is a need of change
of cluster head which act as a router in each round in the
network, in order to prolong the network lifetime. Data
delivery method is application specific. It can be subdivided
as query-driven, time driven, event-driven, or a hybrid of all
these methods.
III. MOTIVATION
Routing protocols providing an optimal data
transmission route from sensor nodes to sink is to save
energy of nodes in the network. Data aggregation plays an
important role in energy conservation of sensor network.
Data aggregation methods are used not only for finding an
optimal path from source to destination but also to eliminate
the redundancy of data, since transmitting huge volume of
raw data is an energy intensive operation, and thus
minimizing the number of data transmission. Also multiple
sensors may sense the same phenomenon, although from
different view and if this data can be reconciled into a more
meaningful form as it passes through the network, it
becomes more useful to an application.
IV. RELATED WORK
In this section we will focus on the related work that
has been done previously by several researchers. Energy
Efficiency for prolonging the WSN has received much
focused attention. Researchers have focused on Wireless
Energy efficient data aggregation in Wireless Sensor Network: A survey
(IJSRD/Vol. 1/Issue 2/2013/0004)
All rights reserved by www.ijsrd.com 63
Sensor challenges that have limited resource capabilities of
the hardware i.e. memory, processing power, bandwidth and
energy deposits.
Much research is currently being conducted in the following
areas:
1) Increasing network lifetime.
2) Improving reliability of data transfer.
3) Finding solutions to assist easy deployment and
maintenance.
4) Developing techniques that will enforce secure,
private and trustworthy networks.
Low Energy Adaptive Clustering Hierarchy [5]A.
Low Energy Adaptive Clustering Hierarchy (LEACH)
protocol has attracted intensive attention because of its
energy efficient, simplicity and load balancing properties.
LEACH is a cluster based protocol. The numbers of cluster
heads and cluster members generated by LEACH are
important parameters for achieving better performance.
LEACH organizes nodes into clusters with one node from
each cluster serving as a cluster-head (CH). It randomly
selects some predetermined number of nodes as cluster
heads. CHs then advertise themselves and other nodes join
one of those cluster heads whose signal they found strongest
(i.e. the CH which is nearest to them). In this way a cluster
is formed. The CH then makes a Time Division Multiple
Access (TDMA) schedule for the nodes under its cluster.
The communication between different clusters is done
through CHs in a Code Division Multiple Access (CDMA)
manner. The CHs collect the data from their clusters and
aggregate it before sending it to the other CHs or base
station (BS). After a predetermined time lapse, the cluster
formation step is repeated so that different nodes are given a
chance to become CHs and energy consumption is thus
uniformly distributed.
Figure: 1 Cluster head formation
Figure 1 is examples of the clusters constructed in which
cluster heads are evenly distribute the energy load among
the sensor nodes in a network. Black nodes represent cluster
heads.
Operation: LEACH operation is broken into rounds, with
each round having a set-up phase and a steady state phase.
Set-up phase: Each node decides whether or not to be a
cluster-head based on its remaining energy and a globally
known desired percentage of cluster heads. Each node
electing itself as a cluster-head broadcasts an advertisement
message announcing its intention. Non cluster head nodes
receive possibly several advertisements and pick one cluster
to join based on the signal strength of the advertisement
received from the corresponding cluster-head
Steady-state phase: Each cluster-head waits to receive data
from all nodes in its cluster and then sends the aggregated or
compressed result back to a BS.
Weaknesses: Clustering is a good approach which, if
implemented properly, can lead to energy efficient
networking in WSNs. Despite the significant overall energy
savings, however, the assumptions made by the protocol
raise a number of issues as explained in [4]: LEACH
assumes that all nodes can communicate with each other and
are able to reach the sink (therefore, it is only suitable for
small size networks), LEACH assumes that all nodes have
data to send and so assign a time slot for a node even though
some nodes might not have data to transmit, LEACH
assumes that all nearby nodes have correlated data which is
not always true, LEACH requires that all nodes are
continuously listening ( this is not realistic in a random
distribution of the sensor nodes, for example, where cluster-
heads would be located at the edge of the network), there is
no mechanism to ensure that the elected cluster-heads will
be uniformly distributed over the network ( hence, there is
the possibility that all cluster heads will be concentrated in
one part of the network), periodic dynamic clustering carries
significant overhead which may off-set energy gains
derived by the clustering option.
Figure: 2 50 Random nodes distribution in LEACH
Figure 2 is an example of the clusters constructed by
LEACH. All the cluster-heads are distributed on the upper
right corner. Thus the nodes in the left side will consume
much energy to communicate with those cluster heads. In
Figure 3.2, cluster head 4 contains no more than 6 cluster
members. However, cluster-head 1 contains 30 cluster
members at least. The power of Cluster-head 1 will be
drained quickly. The nodes far away from cluster head 1
will also consume much energy to transmit data. After
cluster head gathers all the data from cluster members, it
forwards the data to the sink directly.
Random competition based clustering (RCC) [6]B.
Although RCC is designed for mobile ad hoc networks, it is
also applicable to WSNs. RCC mainly focuses at cluster
stability in order to support mobile nodes. The RCC
Energy efficient data aggregation in Wireless Sensor Network: A survey
(IJSRD/Vol. 1/Issue 2/2013/0004)
All rights reserved by www.ijsrd.com 64
algorithm applies the First Declaration Wins rule, in which
any node can ‘‘govern’’ the rest of the nodes in its radio
coverage if it is the first to claim being a CH. After hearing
the claim which is broadcasted by the first node,
neighboring nodes join its cluster as member and give up
their right to be a CH. To maintain clusters, every CH in the
network broadcast a CH claim packet periodically. Since
there is a time delay between broadcasting a claim packet
and receiving it, concurrent broadcast can possibly create a
conflict. Being unaware of on-going claims, many
neighboring nodes may broadcast CH claim packets
concurrently. To avoid such a problem RCC explicitly
employs a random timer and uses the node ID for
arbitration. Each node in the network reset its random time
value, every time before broadcasting its CH claim packet.
During this random time if it receives a broadcast message
carrying CH claim packet from another node, it simply
ceases the transmission of its CH claim. Since random timer
is not a complete solution, RCC resolve further the
concurrent broadcast problems by using the node ID. If the
conflict persists, node having lower ID will become the CH.
Although frequent node mobility still has direct effect, RCC
is shown to be more stable than conventional clustering
schemes.
PEGASIS: Power-Efficient Gathering in SensorC.
Information System [7]
By this author proposed algorithm PEGASIS that is a chain
based protocol provide improvement over LEACH
algorithms. In PEGASIS, each node communicates only
with a close neighbor and takes turns transmitting to the
base station, thus reducing the amount of energy spent per
round. Using greedy algorithm, the nodes will be organized
to form a chain, after that BS can compute this chain and
broadcast it to all the sensor nodes. Energy saving in
PEGASIS over LEACH takes place by many stages: First,
in the local data gathering, the distances that most of the
sensor nodes transmit are much less compared to
transmitting to a cluster-head in LEACH. Second, only one
node transmits to the BS in each round of communication.
PEGASIS outperforms LEACH by limiting the number of
transmissions, eliminating the overhead of dynamic.
EECS: Energy Efficient Clustering Schemes [8]D.
Authors proposed an algorithm in which cluster formation is
different from LEACH protocol. In LEACH protocol cluster
formation takes place on the basis of a minimum distance of
nodes to their corresponding cluster head. In EECS,
dynamic sizing of clusters takes place which is based on
cluster distance from the base station. The results are an
algorithm that addresses the problem that clusters at a
greater distance from the sink requires more energy for
transmission than those that are closer. Ultimately it
provides equal distribution of energy in the networks,
resulting in network lifetime. Thus main advantage of this
algorithm is the full connectivity can be achieved for a
longer duration. So we can say it provides reliable sensing
capabilities at a larger range of networks for a longer period
of time. It provides a 35 percent improvement in network
life time over LEACH algorithm.
MST-PSO: Minimum Spanning Tree-PSO [9]E.
Authors proposed a minimum spanning tree-PSO based
clustering algorithm of the weighted graph of the WSNs.
The optimized route between the nodes and its cluster heads
is searched from the entire optimal tree on the basis of
energy consumption. Election of cluster head is based on the
energy available to nodes and Euclidean distance to its
neighbor node in the optimal tree. Others have concluded
that network life time does not depend on the base station
location or residual energy of the node. Once the topology
decided to then network life time becomes almost settled.
Author’s shows two techniques for improving network life
time: reduce the startup energy consumption of the
transmitter and receiver, and optimized the network
topology.
GROUP [10]F.
GROUP clustering algorithms based on clustering algorithm
that provides scalable and efficient packet routing for large-
scale WSNs. Only some parts of total number of sensor
nodes participate in formation of cluster heads (CHs). In
this, cluster heads are arranged in a grid manner and primary
sink (One of the sink), dynamically and randomly builds the
cluster grid. Greed Seed (GS) is a node within a given radius
from the primary sink. Any queries from sink to nodes are
propagated from greed seed to its cluster heads and so on.
V. CONCLUSION
Energy efficiency for prolonging the WSN has received
much focused attention. Data aggregation plays an
important role in energy conservation of sensor network.
Data aggregation methods are used not only for finding an
optimal path from source to destination but also to eliminate
the redundancy of data. In this paper, we have discussed
various existing energy efficient data aggregation techniques
for wireless sensor networks.
REFERENCES
[1] K. Sohrabi et al., Protocols for self-organization of a
wireless sensor network, IEEE Personal
Communications 7 (5) (2000) 16–27.
[2] R. Min, et al., Low power wireless sensor networks, in:
Proceedings of International Conference on VLSI
Design, Bangalore, India, January 2001.
[3] R. Burne, et. al., A self-organizing, cooperative UGS
network for target tracking, in: Proceedings of the SPIE
Conference on Unattended Ground Sensor Technologies
and Applications II, Orlando Florida, April 2000.
[4] K. Chan, F. Fekri, and H. Pishro-Niki, Analysis of
hierarchical algorithms for wireless sensor network
routing protocols, IEEE Wireless Communications and
Networking Conference, vol. 3, pp. 1830 1835, 2005.
[5] W. Heinzelman, A. Chandrakasan and H. Balakrishnan,
”Energy-Efficient Communication Protocol for Wireless
Micro sensor Networks,” Proceedings of the 33rd
Hawaii International Conference on System Sciences
(HICSS ’00), January 2000.
[6] K. Xu, M. Gerla, A heterogeneous routing protocol
based on a new stable clustering scheme, in: Proceeding
of IEEE Military Communications Conference
(MILCOM 2002), Anaheim, CA, October 2002.
Energy efficient data aggregation in Wireless Sensor Network: A survey
(IJSRD/Vol. 1/Issue 2/2013/0004)
All rights reserved by www.ijsrd.com 65
[7] S. Lindsey,. And C.S. Raghavendra “PEGASIS: Power-
efficient gathering in sensor information systems”. In
IEEE Aerospace Conference Proceedings, 2002, Vol. 3.
No. 9-16, pp. 1125 1130.
[8] Y. Mao, L. Chengfa, C. Guihai, and J. Wu “EECS: An
energy efficient clustering scheme in wireless sensor
networks”. In Proceedings of the 24th IEEE
International Performance, Computing, and
Communications Conference (IPCCC’05), Phoenix,
Arizona, USA, Apr. 2005, pages 535–540.
[9] X. Co, H. Zhang, J. Shi, and G.Cui “Cluster heads
election analysis for multi-hop wireless sensor networks
based on weighted graph and particle swarm
optimization”. In ICNC '08 Proceedings of the 2008
Fourth International Conference on Natural
Computation - Volume 07, pages 599–603.
[10]Y. Liyang, M.W. Neng, Z. Wei, and Z. Chunlei
“GROUP: A grid-clustering routing protocol for wireless
sensor networks”. In IEEE International conference on
Wireless Communications, Networking and Mobile
Computing 2006, pages 1–5.

More Related Content

What's hot

RITISH AGGARWAL
RITISH AGGARWALRITISH AGGARWAL
RITISH AGGARWAL9914814928
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolongijwmn
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )ijassn
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNIJCNCJournal
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocolijceronline
 
Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & PegasisReenaShekar
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networkseditor1knowledgecuddle
 
Wireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECWireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECYogesh Fulara
 
A Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNA Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNIJERA Editor
 
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSEditor IJCTER
 
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 NetworksIDES Editor
 
On improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring scheOn improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring scheIAEME Publication
 
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor NetworkA QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Networkijassn
 
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
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
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 surveyeSAT Publishing House
 

What's hot (20)

RITISH AGGARWAL
RITISH AGGARWALRITISH AGGARWAL
RITISH AGGARWAL
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolong
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocol
 
Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & Pegasis
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networks
 
Wireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECWireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEEC
 
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...
 
A Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNA Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSN
 
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
 
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
 
On improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring scheOn improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring sche
 
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor NetworkA QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
 
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...
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
 
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
 

Viewers also liked

polinizantes en Persea americana
polinizantes en Persea americana polinizantes en Persea americana
polinizantes en Persea americana Ruben Infantes Vargas
 
PresentaciĂłn romipack2
PresentaciĂłn romipack2PresentaciĂłn romipack2
PresentaciĂłn romipack2ROMI SRL
 
El cultivo del palto tercera ediciĂłn
El cultivo del palto tercera ediciĂłnEl cultivo del palto tercera ediciĂłn
El cultivo del palto tercera ediciĂłnNancy Arteaga Contreras
 
Caldos para la nutriciĂłn de los cultivos
Caldos para la nutriciĂłn de los cultivosCaldos para la nutriciĂłn de los cultivos
Caldos para la nutriciĂłn de los cultivosFelipe Torres
 
Principales aspectos tĂŠcnicos paltos
Principales aspectos tĂŠcnicos   paltosPrincipales aspectos tĂŠcnicos   paltos
Principales aspectos tĂŠcnicos paltosRuralticnova
 
Cultivo Del ArĂĄNdano4
Cultivo Del ArĂĄNdano4Cultivo Del ArĂĄNdano4
Cultivo Del ArĂĄNdano4flori
 
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivos
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivosZoberbac productos para nutriciĂłn y protecciĂłn de cultivos
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivosXavier Catala Balta
 
Clima y Suelo Clase 2
Clima y Suelo Clase 2Clima y Suelo Clase 2
Clima y Suelo Clase 2FHP_UVM
 
El ArĂĄndano
El ArĂĄndanoEl ArĂĄndano
El ArĂĄndanoMelanyGisell
 
Nuevas tecnologias en el manejo del cultivo de paltos
Nuevas tecnologias en el manejo del cultivo de paltosNuevas tecnologias en el manejo del cultivo de paltos
Nuevas tecnologias en el manejo del cultivo de paltosAgricultura Mi Tierra
 

Viewers also liked (20)

BID - Tangelo
BID - TangeloBID - Tangelo
BID - Tangelo
 
polinizantes en Persea americana
polinizantes en Persea americana polinizantes en Persea americana
polinizantes en Persea americana
 
PresentaciĂłn romipack2
PresentaciĂłn romipack2PresentaciĂłn romipack2
PresentaciĂłn romipack2
 
Control biolĂłgico
Control biolĂłgicoControl biolĂłgico
Control biolĂłgico
 
El cultivo del palto tercera ediciĂłn
El cultivo del palto tercera ediciĂłnEl cultivo del palto tercera ediciĂłn
El cultivo del palto tercera ediciĂłn
 
El tangelo (ctirus reticulata x Citrus pardisi)
El tangelo (ctirus reticulata x Citrus pardisi)El tangelo (ctirus reticulata x Citrus pardisi)
El tangelo (ctirus reticulata x Citrus pardisi)
 
Manual de paltos
Manual de paltosManual de paltos
Manual de paltos
 
Bpa palto
Bpa paltoBpa palto
Bpa palto
 
Caldos para la nutriciĂłn de los cultivos
Caldos para la nutriciĂłn de los cultivosCaldos para la nutriciĂłn de los cultivos
Caldos para la nutriciĂłn de los cultivos
 
Palto
PaltoPalto
Palto
 
Principales aspectos tĂŠcnicos paltos
Principales aspectos tĂŠcnicos   paltosPrincipales aspectos tĂŠcnicos   paltos
Principales aspectos tĂŠcnicos paltos
 
Palta upao
Palta upaoPalta upao
Palta upao
 
Cultivo Del ArĂĄNdano4
Cultivo Del ArĂĄNdano4Cultivo Del ArĂĄNdano4
Cultivo Del ArĂĄNdano4
 
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivos
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivosZoberbac productos para nutriciĂłn y protecciĂłn de cultivos
Zoberbac productos para nutriciĂłn y protecciĂłn de cultivos
 
Fauna benĂŠfica en palto
Fauna benĂŠfica en paltoFauna benĂŠfica en palto
Fauna benĂŠfica en palto
 
Clima y Suelo Clase 2
Clima y Suelo Clase 2Clima y Suelo Clase 2
Clima y Suelo Clase 2
 
ARANDANOS
ARANDANOSARANDANOS
ARANDANOS
 
El ArĂĄndano
El ArĂĄndanoEl ArĂĄndano
El ArĂĄndano
 
Manual palta
Manual paltaManual palta
Manual palta
 
Nuevas tecnologias en el manejo del cultivo de paltos
Nuevas tecnologias en el manejo del cultivo de paltosNuevas tecnologias en el manejo del cultivo de paltos
Nuevas tecnologias en el manejo del cultivo de paltos
 

Similar to Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey

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 NetworkKhushbooGupta145
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...IJCNCJournal
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...IJCNCJournal
 
Jm2416491652
Jm2416491652Jm2416491652
Jm2416491652IJERA Editor
 
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
 
F04623943
F04623943F04623943
F04623943IOSR-JEN
 
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
 
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
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)IISRT
 
B05630814
B05630814B05630814
B05630814IOSR-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
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...IRJET Journal
 
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
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
Iaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd Iaetsd
 
A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network IJORCS
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Networkijsrd.com
 

Similar to Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey (20)

Report
ReportReport
Report
 
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
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
 
Jm2416491652
Jm2416491652Jm2416491652
Jm2416491652
 
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...
 
F04623943
F04623943F04623943
F04623943
 
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...
 
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...
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
B05630814
B05630814B05630814
B05630814
 
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...
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
 
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...
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
Iaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routing
 
A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 

Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 62 Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey Ladumor Dhara1 Chirag Pandya2 1, 2 LDRP Institute of Technology and Research, Gandhinagar, Gujarat, INDIA Abstract— The use of Wireless Sensor Networks (WSNs) is anticipated to bring lot of changes in data gathering, processing and dissemination for different environments and applications. However, a WSN is a power constrained system, since nodes run on limited power batteries which shorten its lifespan. Prolonging the network lifetime depends on efficient management of sensing node energy resource. Energy consumption is therefore one of the most crucial design issues in WSN. Hierarchical routing protocols are best known in regard to energy efficiency. By using a clustering technique hierarchical routing protocols greatly minimize energy consumed in collecting and disseminating data. To prolong the lifetime of the sensor nodes, designing efficient routing protocols is critical. In this paper, we have discussed various energy efficient data aggregation protocols for sensor networks. I. INTRODUCTION Wireless Sensor Network is an emerging field with lot of applications. Due to its wide applications in the field of defense security, civilian applications and medical research, there is lot of research going on. There are various issues like deployment and routing issues of Wireless Sensor Networks (WSNs). With rapid advancement in electronics industry, small inexpensive battery powered wireless sensors have started to hit the market for communication purpose. Nodes in WSN can be deployed in a wide geographical space to monitor the changes in the environment. The development of this technology has been due to micro electro-mechanical systems technology, wireless communication and low-cost manufacturing. Sensors are expected to be deployed randomly in the area of interest by a relatively uncontrolled means, e.g. dropped by a helicopter, and to collectively form a network in an ad-hoc manner [1, 2]. Sensors nodes are energy constrained. Therefore, designing energy-aware algorithms becomes an important factor for extending the lifetime of sensors [3]. Data aggregation in WSN is a data transfer technique where multiple data packets from sensor nodes are gathered to a certain sensor node and combined into a less number of packets. This technique is essential in the wireless sensor environment because the reduction of data packets enables less usage of wireless transmission modules, reducing energy consumption, increase network lifetime, and decrease end-to-end delay. Efficient data aggregation techniques can provide these advantages by ensuring quick and high data aggregation rates, while avoiding excessive use of control packets. Sample commercial and military applications include environmental monitoring, industrial sensing and diagnostics, battlefield awareness, context- aware computing such as intelligent home and responsive environment. II. DESIGN CONSIDERATIONS FOR WSN The main aim of designing the goals for WSNs is to try to prolong the lifetime of the network by using different efficient energy management techniques. The design of routing protocols in WSNs is influenced by many challenging factors. Following are some of the challenges that affect the energy efficiency of WSNs. Node deployment in WSNs is application-dependent. It can be manual or randomized. In manual node deployment, the sensors are manually placed at preplanned locations. However, in random node deployment, the sensor nodes are scattered randomly. If the resultant distribution of nodes is not uniform, optimal clustering becomes necessary to allow connectivity and enable energy-efficient network operation. Every node in the network cannot reach the BS directly hence there is a need multiple hops. Sensor nodes use energy for performing computation and communicating information in a network. Sensor nodes lifetime is strongly dependent on battery lifetime. Each node plays as a router and sensor in a multi-hop WSN. So there is a need of change of cluster head which act as a router in each round in the network, in order to prolong the network lifetime. Data delivery method is application specific. It can be subdivided as query-driven, time driven, event-driven, or a hybrid of all these methods. III. MOTIVATION Routing protocols providing an optimal data transmission route from sensor nodes to sink is to save energy of nodes in the network. Data aggregation plays an important role in energy conservation of sensor network. Data aggregation methods are used not only for finding an optimal path from source to destination but also to eliminate the redundancy of data, since transmitting huge volume of raw data is an energy intensive operation, and thus minimizing the number of data transmission. Also multiple sensors may sense the same phenomenon, although from different view and if this data can be reconciled into a more meaningful form as it passes through the network, it becomes more useful to an application. IV. RELATED WORK In this section we will focus on the related work that has been done previously by several researchers. Energy Efficiency for prolonging the WSN has received much focused attention. Researchers have focused on Wireless
  • 2. Energy efficient data aggregation in Wireless Sensor Network: A survey (IJSRD/Vol. 1/Issue 2/2013/0004) All rights reserved by www.ijsrd.com 63 Sensor challenges that have limited resource capabilities of the hardware i.e. memory, processing power, bandwidth and energy deposits. Much research is currently being conducted in the following areas: 1) Increasing network lifetime. 2) Improving reliability of data transfer. 3) Finding solutions to assist easy deployment and maintenance. 4) Developing techniques that will enforce secure, private and trustworthy networks. Low Energy Adaptive Clustering Hierarchy [5]A. Low Energy Adaptive Clustering Hierarchy (LEACH) protocol has attracted intensive attention because of its energy efficient, simplicity and load balancing properties. LEACH is a cluster based protocol. The numbers of cluster heads and cluster members generated by LEACH are important parameters for achieving better performance. LEACH organizes nodes into clusters with one node from each cluster serving as a cluster-head (CH). It randomly selects some predetermined number of nodes as cluster heads. CHs then advertise themselves and other nodes join one of those cluster heads whose signal they found strongest (i.e. the CH which is nearest to them). In this way a cluster is formed. The CH then makes a Time Division Multiple Access (TDMA) schedule for the nodes under its cluster. The communication between different clusters is done through CHs in a Code Division Multiple Access (CDMA) manner. The CHs collect the data from their clusters and aggregate it before sending it to the other CHs or base station (BS). After a predetermined time lapse, the cluster formation step is repeated so that different nodes are given a chance to become CHs and energy consumption is thus uniformly distributed. Figure: 1 Cluster head formation Figure 1 is examples of the clusters constructed in which cluster heads are evenly distribute the energy load among the sensor nodes in a network. Black nodes represent cluster heads. Operation: LEACH operation is broken into rounds, with each round having a set-up phase and a steady state phase. Set-up phase: Each node decides whether or not to be a cluster-head based on its remaining energy and a globally known desired percentage of cluster heads. Each node electing itself as a cluster-head broadcasts an advertisement message announcing its intention. Non cluster head nodes receive possibly several advertisements and pick one cluster to join based on the signal strength of the advertisement received from the corresponding cluster-head Steady-state phase: Each cluster-head waits to receive data from all nodes in its cluster and then sends the aggregated or compressed result back to a BS. Weaknesses: Clustering is a good approach which, if implemented properly, can lead to energy efficient networking in WSNs. Despite the significant overall energy savings, however, the assumptions made by the protocol raise a number of issues as explained in [4]: LEACH assumes that all nodes can communicate with each other and are able to reach the sink (therefore, it is only suitable for small size networks), LEACH assumes that all nodes have data to send and so assign a time slot for a node even though some nodes might not have data to transmit, LEACH assumes that all nearby nodes have correlated data which is not always true, LEACH requires that all nodes are continuously listening ( this is not realistic in a random distribution of the sensor nodes, for example, where cluster- heads would be located at the edge of the network), there is no mechanism to ensure that the elected cluster-heads will be uniformly distributed over the network ( hence, there is the possibility that all cluster heads will be concentrated in one part of the network), periodic dynamic clustering carries significant overhead which may off-set energy gains derived by the clustering option. Figure: 2 50 Random nodes distribution in LEACH Figure 2 is an example of the clusters constructed by LEACH. All the cluster-heads are distributed on the upper right corner. Thus the nodes in the left side will consume much energy to communicate with those cluster heads. In Figure 3.2, cluster head 4 contains no more than 6 cluster members. However, cluster-head 1 contains 30 cluster members at least. The power of Cluster-head 1 will be drained quickly. The nodes far away from cluster head 1 will also consume much energy to transmit data. After cluster head gathers all the data from cluster members, it forwards the data to the sink directly. Random competition based clustering (RCC) [6]B. Although RCC is designed for mobile ad hoc networks, it is also applicable to WSNs. RCC mainly focuses at cluster stability in order to support mobile nodes. The RCC
  • 3. Energy efficient data aggregation in Wireless Sensor Network: A survey (IJSRD/Vol. 1/Issue 2/2013/0004) All rights reserved by www.ijsrd.com 64 algorithm applies the First Declaration Wins rule, in which any node can ‘‘govern’’ the rest of the nodes in its radio coverage if it is the first to claim being a CH. After hearing the claim which is broadcasted by the first node, neighboring nodes join its cluster as member and give up their right to be a CH. To maintain clusters, every CH in the network broadcast a CH claim packet periodically. Since there is a time delay between broadcasting a claim packet and receiving it, concurrent broadcast can possibly create a conflict. Being unaware of on-going claims, many neighboring nodes may broadcast CH claim packets concurrently. To avoid such a problem RCC explicitly employs a random timer and uses the node ID for arbitration. Each node in the network reset its random time value, every time before broadcasting its CH claim packet. During this random time if it receives a broadcast message carrying CH claim packet from another node, it simply ceases the transmission of its CH claim. Since random timer is not a complete solution, RCC resolve further the concurrent broadcast problems by using the node ID. If the conflict persists, node having lower ID will become the CH. Although frequent node mobility still has direct effect, RCC is shown to be more stable than conventional clustering schemes. PEGASIS: Power-Efficient Gathering in SensorC. Information System [7] By this author proposed algorithm PEGASIS that is a chain based protocol provide improvement over LEACH algorithms. In PEGASIS, each node communicates only with a close neighbor and takes turns transmitting to the base station, thus reducing the amount of energy spent per round. Using greedy algorithm, the nodes will be organized to form a chain, after that BS can compute this chain and broadcast it to all the sensor nodes. Energy saving in PEGASIS over LEACH takes place by many stages: First, in the local data gathering, the distances that most of the sensor nodes transmit are much less compared to transmitting to a cluster-head in LEACH. Second, only one node transmits to the BS in each round of communication. PEGASIS outperforms LEACH by limiting the number of transmissions, eliminating the overhead of dynamic. EECS: Energy Efficient Clustering Schemes [8]D. Authors proposed an algorithm in which cluster formation is different from LEACH protocol. In LEACH protocol cluster formation takes place on the basis of a minimum distance of nodes to their corresponding cluster head. In EECS, dynamic sizing of clusters takes place which is based on cluster distance from the base station. The results are an algorithm that addresses the problem that clusters at a greater distance from the sink requires more energy for transmission than those that are closer. Ultimately it provides equal distribution of energy in the networks, resulting in network lifetime. Thus main advantage of this algorithm is the full connectivity can be achieved for a longer duration. So we can say it provides reliable sensing capabilities at a larger range of networks for a longer period of time. It provides a 35 percent improvement in network life time over LEACH algorithm. MST-PSO: Minimum Spanning Tree-PSO [9]E. Authors proposed a minimum spanning tree-PSO based clustering algorithm of the weighted graph of the WSNs. The optimized route between the nodes and its cluster heads is searched from the entire optimal tree on the basis of energy consumption. Election of cluster head is based on the energy available to nodes and Euclidean distance to its neighbor node in the optimal tree. Others have concluded that network life time does not depend on the base station location or residual energy of the node. Once the topology decided to then network life time becomes almost settled. Author’s shows two techniques for improving network life time: reduce the startup energy consumption of the transmitter and receiver, and optimized the network topology. GROUP [10]F. GROUP clustering algorithms based on clustering algorithm that provides scalable and efficient packet routing for large- scale WSNs. Only some parts of total number of sensor nodes participate in formation of cluster heads (CHs). In this, cluster heads are arranged in a grid manner and primary sink (One of the sink), dynamically and randomly builds the cluster grid. Greed Seed (GS) is a node within a given radius from the primary sink. Any queries from sink to nodes are propagated from greed seed to its cluster heads and so on. V. CONCLUSION Energy efficiency for prolonging the WSN has received much focused attention. Data aggregation plays an important role in energy conservation of sensor network. Data aggregation methods are used not only for finding an optimal path from source to destination but also to eliminate the redundancy of data. In this paper, we have discussed various existing energy efficient data aggregation techniques for wireless sensor networks. REFERENCES [1] K. Sohrabi et al., Protocols for self-organization of a wireless sensor network, IEEE Personal Communications 7 (5) (2000) 16–27. [2] R. Min, et al., Low power wireless sensor networks, in: Proceedings of International Conference on VLSI Design, Bangalore, India, January 2001. [3] R. Burne, et. al., A self-organizing, cooperative UGS network for target tracking, in: Proceedings of the SPIE Conference on Unattended Ground Sensor Technologies and Applications II, Orlando Florida, April 2000. [4] K. Chan, F. Fekri, and H. Pishro-Niki, Analysis of hierarchical algorithms for wireless sensor network routing protocols, IEEE Wireless Communications and Networking Conference, vol. 3, pp. 1830 1835, 2005. [5] W. Heinzelman, A. Chandrakasan and H. Balakrishnan, ”Energy-Efficient Communication Protocol for Wireless Micro sensor Networks,” Proceedings of the 33rd Hawaii International Conference on System Sciences (HICSS ’00), January 2000. [6] K. Xu, M. Gerla, A heterogeneous routing protocol based on a new stable clustering scheme, in: Proceeding of IEEE Military Communications Conference (MILCOM 2002), Anaheim, CA, October 2002.
  • 4. Energy efficient data aggregation in Wireless Sensor Network: A survey (IJSRD/Vol. 1/Issue 2/2013/0004) All rights reserved by www.ijsrd.com 65 [7] S. Lindsey,. And C.S. Raghavendra “PEGASIS: Power- efficient gathering in sensor information systems”. In IEEE Aerospace Conference Proceedings, 2002, Vol. 3. No. 9-16, pp. 1125 1130. [8] Y. Mao, L. Chengfa, C. Guihai, and J. Wu “EECS: An energy efficient clustering scheme in wireless sensor networks”. In Proceedings of the 24th IEEE International Performance, Computing, and Communications Conference (IPCCC’05), Phoenix, Arizona, USA, Apr. 2005, pages 535–540. [9] X. Co, H. Zhang, J. Shi, and G.Cui “Cluster heads election analysis for multi-hop wireless sensor networks based on weighted graph and particle swarm optimization”. In ICNC '08 Proceedings of the 2008 Fourth International Conference on Natural Computation - Volume 07, pages 599–603. [10]Y. Liyang, M.W. Neng, Z. Wei, and Z. Chunlei “GROUP: A grid-clustering routing protocol for wireless sensor networks”. In IEEE International conference on Wireless Communications, Networking and Mobile Computing 2006, pages 1–5.