SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
International Journal of Current Trends in Engineering & Research (IJCTER)
e-ISSN 2455–1392 Volume 1 Issue 1, November 2015 pp. 1-7
http://www.ijcter.com
@IJCTER-2015, All rights Reserved 1
ALL ABOUT DATA AGGREGATION IN WIRELESS
SENSOR NETWORKS
Komal Shah1
, Heena Sheth2
1,2
M. S. University, Baroda
Abstract-- A wireless sensor network is a computer network that consists of small devices called
sensor nodes. These sensor nodes have the ability to sense different environmental conditions like
temperature, pressure, etc. All these sensor nodes send their data to a central node or base station.
This creates a large communication overhead the energy source for these nodes is usually a battery.
This gives rise to huge consumption of energy and resources. So a solution is required that
overcomes the above problems. Data aggregation is one of its solutions. This method consists of
aggregators that combine the data coming from the sensor nodes and then passes it to the base
station. With the help of data aggregation we reduce the energy consumption by eliminating
redundancy and we can enhance the life time of wireless network. The purpose of the proposed paper
is to explain data aggregation in wireless sensor network, how it works, different techniques of data
aggregation and the comparison among them.
Keyword— Wireless Sensor Network, Energy Consumption, data aggregation.
I. INTRODUCTION
A Wireless Sensor Network (WSN) typically consists of a sink node sometimes referred to as a Base
Station and a number of small wireless sensor nodes. The base station is assumed to be secure with
unlimited available energy while the sensor nodes are assumed to be unsecured with limited
available energy. The sensor nodes monitor a geographical area and collect sensory information.
Sensory information is communicated to the Base Station through Wireless hop by hop
transmissions. To conserve energy this information is aggregated at intermediate sensor nodes by
applying a suitable aggregation function on the received data. Aggregation reduces the amount of
network traffic which helps to reduce energy consumption on sensor nodes.[1] It however
complicates the already existing security challenges for wireless sensor networks[2] and requires
new security techniques tailored specifically for this scenario. Providing security to aggregate data in
Wireless Sensor Networks is known as Secure Data Aggregation in WSN.[1][2][3] were the first few
works discussing techniques for secure data aggregation in Wireless Sensor Networks.
The wireless sensor network is ad-hoc network. It consist small light weighted wireless nodes called
sensor nodes, deployed in physical or environmental condition. And it measured physical parameters
such as sound, pressure, temperature, and humidity
The key advantage of using these small devices to monitor the environment is that it does not require
infrastructure such as electric mains for power supply and wired lines for Internet connections to
collect data, nor need human interaction while deploying. Each device is equipped with a radio
transceiver, a small microcontroller, and an energy source, usually a battery. The devices use each
other to transport data.
Wireless sensor network have various applications like habitat monitoring, building monitoring,
health monitoring, military survival lance and target tracking. These sensor nodes deployed in large
or thousand numbers and collaborate to form an ad hoc network capable of reporting to data
collection sink (base station).so they have limited computational power and limited memory and
battery power, this leads to increased complexity for application developers and often results in
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 2
applications that are closely coupled with network protocols. Wireless sensor networks (WSN) offer
an increasingly Sensor nodes need less power for processing as compared to transmitting data. It is
preferable to do in network processing inside network and reduce packet size. One such approach is
data aggregation that allows gathering and aggregate data in an energy efficient manner so that
network lifetime is enhanced.
Figure 1 Basic Components of a WSN Node
II. CLUSTERING IN WSN [5]
Sensor node are densely deployed in wireless sensor network that means physical environment
would produce very similar data in close by sensor node and transmitting such type of data is more
or less redundant. So all these facts encourage using some kind of grouping of sensor nodes such that
group of sensor node can be combined or compress data together and transmit only compact data.
This grouping process of sensor nodes into a combined large scale sensor node is known as
clustering.
The intelligent way to combine and compress the data belonging to a single cluster is known as data
aggregation. Following are some issues of clustering in wireless sensor networks:-
1. How many clusters should be formed?
2. How many sensor nodes should be taken in a single Cluster?
3. Selection procedure of cluster head in an individual cluster.
4. User can put some power full nodes, in term of energy in the network which can behave like
cluster head and simple node in a cluster work as a cluster member only.
III. PROBLEM DEFINITION
In wireless sensor network, data transmission took place in multi-hop fashion where each node
forwards its data to the neighbor node which is nearer to sink. Since closely placed nodes may sense
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 3
same data, above approach cannot be considered as energy efficient. An improvement over the above
approach would be clustering where each node sends data to cluster-head (CH) and then cluster-head
perform aggregation on the received raw data and then send it to sink. Performing aggregation
function over cluster-head still causes significant energy wastage.[4] Performing aggregation
function over cluster-head still causes significant energy wastage. In case of homogeneous sensor
network cluster-head will soon die out and again re-clustering has to be done which again cause
energy consumption.
IV. AN OVERVIEW ABOUT DATA AGGREGATION
In typical wireless sensor networks, sensor nodes are usually resource-constrained and battery-
limited. In order to save resources and energy, data must be aggregated. There has been extensive
work on data aggregation schemes in sensor networks. Data aggregation is a process of aggregating
the sensor data using aggregation approaches. Following figure 2 shows basic aggregation in
wireless sensor networks.
The wireless sensor network has consisted three types of nodes. 1. Simple regular sensor nodes, 2.
Aggregator node, 3. Querier node. Regular sensor nodes sense data packet from the environment
and send to the aggregator nodes basically these aggregator nodes collect data from multiple sensor
nodes of the network, aggregates the data packet using a some aggregation function like sum,
average, count, max min and then sends aggregates result to upper aggregator node or the Querier
node who generate the query.
Figure 2 Basic Components of a WSN Node
The data aggregation algorithm collects the sensor data from the sensor node and then aggregates at
one particular node. Different type of algorithms are used like centralized approach, LEACH ( Low
Energy Adaptive Clustering Hierarchy), TAG( Tiny Aggregation) etc. This aggregated data is
transfer to the sink node by selecting the efficient path. The general data aggregation algorithm
works as shown in the below figure 3.
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 4
Figure 3: General architecture of the data aggregation algorithm
V. DATA AGGREGATION APPROACHES IN WIRELESS SENSOR NETWORK
There are many types of aggregation techniques are present some of them are listed below.
5.1 Centralized Approach:
This is an address centric approach where each node sends data to a central node via the shortest
possible route using a multi-hop wireless protocol. The sensor nodes simply send the data packets to
a leader, which is the powerful node. The leader aggregates the data which can be queried. There is
an intermediate node between the sensor node and the leaders. Each intermediate node has to send
the data packets addressed to leader from the child nodes.
5.2 In-Network Aggregation [5]:
In-network aggregation, the processes are as following:
1. Gathering and routing information through a multi-hop network,
2. Processing data at intermediate nodes with the objective of reducing resource consumption (in
particular energy), thereby increasing network lifetime.
There are two approaches for in-network aggregation [4]:
1. With size reduction and
2. Without size reduction.
With size reduction
It refers to the process of combining & compressing the data packets received by a node from its
neighbors in order to reduce the packet length to be transmitted or forwarded towards the sink.
Without size reduction
It refers to the process merging data packets received from different neighbors in to a single data
packet but without processing the value of data.
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 5
Figure 4. without size reduction and with size reduction
5.3 Tree-Based Approach
The tree based approach is defining aggregation from constructing an aggregation tree. The form of
tree is minimum spanning tree, sink node consider as a root and source nodes consider as leaves.
Information flowing of data start from leaves node up to root means sink (base station).This
approach works in two phases:
1. Distributed phase
2. Collection phase
Disadvantage of this approach is that data packet loss at any level of tree, the data will be lost not
only for single level but for whole related sub tree as well.
Figure 5. Tree Based Approach
5.4 CLUSTER-BASED APPROACH [4]:
In cluster-based approach, whole network is divided in to several clusters. Each cluster has a cluster-
head which is selected among cluster members. Cluster heads do the role of aggregator which
aggregate data received from cluster members locally and then transmit the result to sink. The cluster
heads can communicate with the sink directly via long range transmissions or multi hopping through
other cluster heads.
Different data aggregation technique in wireless sensor networks
Algorithm Type Advantages Disadvantages
TAG Tree Based Ability to tolerate
disconnections and loss
Network life time is limited.
SPIN Centralized Simple in nature, implosion,
avoidance and economic start
No feedback mechanism for
delivery of the data
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 6
up cost.
DD Centralized It extends the network
lifetime.
It cannot be used for
continuous data delivery.
LEACH Cluster Based Low energy, increased
lifetime of network
It is not used for large network
region.
HEED Cluster Based Improved energy efficiency No Support for heterogeneous
node. Lifetime of sensor node
is limited.
DRINA In Network Data security, Low energy. Cluster Head dynamically not
changes.
M- DRINA In Network Achieves more energy
efficiency than DRINA and
increase the lifetime of
network with dynamic
selection of cluster head.
No Support, Not applicable for
large network region.
VI. PROS AND CONS OF DATA AGGREGATION IN WIRELESS SENSOR
NETWORK
 With the help of data aggregation process we can enhance the robustness and accuracy of
information which is obtained by entire network, certain redundancy exists in the data collected
from sensor nodes thus data fusion processing is needed to reduce the redundant information.
 The number of transmission is reduced so the traffic is reduced
 Load and conserve energy of the sensors.
 The cluster head means data aggregator nodes send fuse these data to the base station .this
cluster head or aggregator node may be attacked by malicious attacker. If a cluster head is
compromised, then the base station (sink) cannot be ensure the correctness of the aggregate data
that has been send to it.
 Another drawback is existing systems are several copies of the aggregate result may be sent to
the base station (sink) by uncompromised nodes .It increase the power consumed at these nodes.
VII. CONCLUSION
In this paper we have studied about wireless sensor network. It contains large number of sensor
nodes Wireless sensor networks are energy constrained network. That’s why lifetime of the network
is limited so the various approaches or protocol has been proposed for increasing the lifetime of the
wireless sensor network. Since most of the energy consumed for transmitting and receiving data, the
process of data aggregation becomes an important issue. Efficient data aggregations not only provide
energy conservation but also remove redundancy data and hence provide useful data only. We also
discuss the advantage and disadvantages of the data aggregation.
REFERENCES
[1] Cam, H; Ozdemir, S Nair, P Muthuavinashiappan, D (October 2003). "ESPDA: Energy-efficient and Secure Pattern-
based Data Aggregation for wireless sensor networks". Sensors 2: 732–736.
[2] Hu, Lingxuan; David Evans (January 2003). "Secure aggregation for wireless networks" Workshop on Security and
Assurance in Ad hoc Networks.
[3] Przydatek, Bartosz; Dawn Song; Adrian Perrig (2003). "SIA: secure information aggregation in sensor networks".
SenSys: 255–265.
[4] Kiran Maraiya, Kamal Kant, Nitin Gupta ,“Wireless Sensor Network: A Review on Data
Aggregation“,International Journal of Scientific & Engineering Research Volume 2, Issue 4, April -2011 ISSN 2229-
International Journal of Current Trends in Engineering & Research (IJCTER)
Volume 01, Issue 01; November – 2015
@IJCTER-2015, All rights Reserved 7
5518 IJSER © 2011
[5] Nandini. S. Patil, Prof. P. R. Patil,” Data Aggregation in Wireless Sensor Network”, 2010 IEEE International
Conference on Computational Intelligence and Computing Research.

Mais conteúdo relacionado

Mais procurados

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
 
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNData Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNijsrd.com
 
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
 
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
 
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 networkspraveen369
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...IJTET Journal
 
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...IRJET Journal
 
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network IJECEIAES
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...chokrio
 
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
 
J031101064069
J031101064069J031101064069
J031101064069theijes
 
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...chokrio
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networkseSAT Publishing House
 
Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission
Energy Minimization in Wireless Sensor Networks Using Multi  Hop TransmissionEnergy Minimization in Wireless Sensor Networks Using Multi  Hop Transmission
Energy Minimization in Wireless Sensor Networks Using Multi Hop TransmissionIOSR Journals
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...IJMIT JOURNAL
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar pptEisha Madhwal
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET Journal
 

Mais procurados (19)

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
 
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNData Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
 
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
 
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...
 
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
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
 
Kanchan ppt
Kanchan pptKanchan ppt
Kanchan ppt
 
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
 
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network
QoS Framework for a Multi-stack based Heterogeneous Wireless Sensor Network
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
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...
 
J031101064069
J031101064069J031101064069
J031101064069
 
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...
Energy Efficient Enhancement of TDEEC Wireless Sensors Network Protocol Based...
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networks
 
Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission
Energy Minimization in Wireless Sensor Networks Using Multi  Hop TransmissionEnergy Minimization in Wireless Sensor Networks Using Multi  Hop Transmission
Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar ppt
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
 

Destaque (12)

Trasfondo agua-1
Trasfondo agua-1Trasfondo agua-1
Trasfondo agua-1
 
Herramientoas graficas
Herramientoas graficasHerramientoas graficas
Herramientoas graficas
 
Xing5
Xing5Xing5
Xing5
 
Convoca al concurso de globos de cantoya
Convoca al concurso de globos de cantoyaConvoca al concurso de globos de cantoya
Convoca al concurso de globos de cantoya
 
O aprendiz de investigador. Encontrar informação. A imprensa (ensino básico)
O aprendiz de investigador. Encontrar informação. A imprensa (ensino básico)O aprendiz de investigador. Encontrar informação. A imprensa (ensino básico)
O aprendiz de investigador. Encontrar informação. A imprensa (ensino básico)
 
Calendário escolar 2016/2017
Calendário escolar 2016/2017Calendário escolar 2016/2017
Calendário escolar 2016/2017
 
Technika kondensacyjna w szczegółach - kotły kondensacyjne...
Technika kondensacyjna w szczegółach - kotły kondensacyjne...Technika kondensacyjna w szczegółach - kotły kondensacyjne...
Technika kondensacyjna w szczegółach - kotły kondensacyjne...
 
Energia Promieniowania Słonecznego
Energia Promieniowania SłonecznegoEnergia Promieniowania Słonecznego
Energia Promieniowania Słonecznego
 
Jak należy ustawić kolektor słoneczny?
Jak należy ustawić kolektor słoneczny?Jak należy ustawić kolektor słoneczny?
Jak należy ustawić kolektor słoneczny?
 
Koszty ogrzewania domu pompą ciepła 2012-2016
Koszty ogrzewania domu pompą ciepła 2012-2016Koszty ogrzewania domu pompą ciepła 2012-2016
Koszty ogrzewania domu pompą ciepła 2012-2016
 
facebook
facebookfacebook
facebook
 
Prezentacja ogniwa fotowoltaiczne
Prezentacja ogniwa fotowoltaicznePrezentacja ogniwa fotowoltaiczne
Prezentacja ogniwa fotowoltaiczne
 

Semelhante a Data Aggregation Techniques in WSN

Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyIJMTST Journal
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewIOSR Journals
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...ijdpsjournal
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...ijdpsjournal
 
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
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Editor IJARCET
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET Journal
 
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET Journal
 
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
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...IOSR Journals
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...IRJET Journal
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Editor IJARCET
 
A Survey of Fuzzy Logic Based Congestion Estimation Techniques in Wireless S...
A Survey of Fuzzy Logic Based Congestion Estimation  Techniques in Wireless S...A Survey of Fuzzy Logic Based Congestion Estimation  Techniques in Wireless S...
A Survey of Fuzzy Logic Based Congestion Estimation Techniques in Wireless S...IOSR Journals
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...IRJET Journal
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...ijasuc
 

Semelhante a Data Aggregation Techniques in WSN (20)

[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A Survey
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A Review
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
 
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
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760
 
G1802044855
G1802044855G1802044855
G1802044855
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
 
C018141418
C018141418C018141418
C018141418
 
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
 
D035418024
D035418024D035418024
D035418024
 
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 saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581
 
A Survey of Fuzzy Logic Based Congestion Estimation Techniques in Wireless S...
A Survey of Fuzzy Logic Based Congestion Estimation  Techniques in Wireless S...A Survey of Fuzzy Logic Based Congestion Estimation  Techniques in Wireless S...
A Survey of Fuzzy Logic Based Congestion Estimation Techniques in Wireless S...
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
 
A03420107
A03420107A03420107
A03420107
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
 

Mais de Editor IJCTER

Android Based Solution for Indian Agriculture Management A Design Paper
Android Based Solution for Indian Agriculture Management A Design PaperAndroid Based Solution for Indian Agriculture Management A Design Paper
Android Based Solution for Indian Agriculture Management A Design PaperEditor IJCTER
 
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONPROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONEditor IJCTER
 
Review on Computer Forensic
Review on Computer ForensicReview on Computer Forensic
Review on Computer ForensicEditor IJCTER
 
Study about AVL Tree & Operations
Study about AVL Tree & OperationsStudy about AVL Tree & Operations
Study about AVL Tree & OperationsEditor IJCTER
 
Comparison of various page Rank Algorithms
Comparison of various page Rank AlgorithmsComparison of various page Rank Algorithms
Comparison of various page Rank AlgorithmsEditor IJCTER
 
A Survey- Knapsack Problem Using Dynamic Programming
A Survey- Knapsack Problem Using Dynamic ProgrammingA Survey- Knapsack Problem Using Dynamic Programming
A Survey- Knapsack Problem Using Dynamic ProgrammingEditor IJCTER
 
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEPRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEEditor IJCTER
 
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGES
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGESA SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGES
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGESEditor IJCTER
 
5G Wireless Technology
5G Wireless Technology5G Wireless Technology
5G Wireless TechnologyEditor IJCTER
 

Mais de Editor IJCTER (9)

Android Based Solution for Indian Agriculture Management A Design Paper
Android Based Solution for Indian Agriculture Management A Design PaperAndroid Based Solution for Indian Agriculture Management A Design Paper
Android Based Solution for Indian Agriculture Management A Design Paper
 
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONPROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
 
Review on Computer Forensic
Review on Computer ForensicReview on Computer Forensic
Review on Computer Forensic
 
Study about AVL Tree & Operations
Study about AVL Tree & OperationsStudy about AVL Tree & Operations
Study about AVL Tree & Operations
 
Comparison of various page Rank Algorithms
Comparison of various page Rank AlgorithmsComparison of various page Rank Algorithms
Comparison of various page Rank Algorithms
 
A Survey- Knapsack Problem Using Dynamic Programming
A Survey- Knapsack Problem Using Dynamic ProgrammingA Survey- Knapsack Problem Using Dynamic Programming
A Survey- Knapsack Problem Using Dynamic Programming
 
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEPRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
 
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGES
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGESA SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGES
A SERVEY ON WIRELESS SENSOR NETWORK SECURITY ISSUES & CHALLENGES
 
5G Wireless Technology
5G Wireless Technology5G Wireless Technology
5G Wireless Technology
 

Último

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Último (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Data Aggregation Techniques in WSN

  • 1. International Journal of Current Trends in Engineering & Research (IJCTER) e-ISSN 2455–1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com @IJCTER-2015, All rights Reserved 1 ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah1 , Heena Sheth2 1,2 M. S. University, Baroda Abstract-- A wireless sensor network is a computer network that consists of small devices called sensor nodes. These sensor nodes have the ability to sense different environmental conditions like temperature, pressure, etc. All these sensor nodes send their data to a central node or base station. This creates a large communication overhead the energy source for these nodes is usually a battery. This gives rise to huge consumption of energy and resources. So a solution is required that overcomes the above problems. Data aggregation is one of its solutions. This method consists of aggregators that combine the data coming from the sensor nodes and then passes it to the base station. With the help of data aggregation we reduce the energy consumption by eliminating redundancy and we can enhance the life time of wireless network. The purpose of the proposed paper is to explain data aggregation in wireless sensor network, how it works, different techniques of data aggregation and the comparison among them. Keyword— Wireless Sensor Network, Energy Consumption, data aggregation. I. INTRODUCTION A Wireless Sensor Network (WSN) typically consists of a sink node sometimes referred to as a Base Station and a number of small wireless sensor nodes. The base station is assumed to be secure with unlimited available energy while the sensor nodes are assumed to be unsecured with limited available energy. The sensor nodes monitor a geographical area and collect sensory information. Sensory information is communicated to the Base Station through Wireless hop by hop transmissions. To conserve energy this information is aggregated at intermediate sensor nodes by applying a suitable aggregation function on the received data. Aggregation reduces the amount of network traffic which helps to reduce energy consumption on sensor nodes.[1] It however complicates the already existing security challenges for wireless sensor networks[2] and requires new security techniques tailored specifically for this scenario. Providing security to aggregate data in Wireless Sensor Networks is known as Secure Data Aggregation in WSN.[1][2][3] were the first few works discussing techniques for secure data aggregation in Wireless Sensor Networks. The wireless sensor network is ad-hoc network. It consist small light weighted wireless nodes called sensor nodes, deployed in physical or environmental condition. And it measured physical parameters such as sound, pressure, temperature, and humidity The key advantage of using these small devices to monitor the environment is that it does not require infrastructure such as electric mains for power supply and wired lines for Internet connections to collect data, nor need human interaction while deploying. Each device is equipped with a radio transceiver, a small microcontroller, and an energy source, usually a battery. The devices use each other to transport data. Wireless sensor network have various applications like habitat monitoring, building monitoring, health monitoring, military survival lance and target tracking. These sensor nodes deployed in large or thousand numbers and collaborate to form an ad hoc network capable of reporting to data collection sink (base station).so they have limited computational power and limited memory and battery power, this leads to increased complexity for application developers and often results in
  • 2. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 2 applications that are closely coupled with network protocols. Wireless sensor networks (WSN) offer an increasingly Sensor nodes need less power for processing as compared to transmitting data. It is preferable to do in network processing inside network and reduce packet size. One such approach is data aggregation that allows gathering and aggregate data in an energy efficient manner so that network lifetime is enhanced. Figure 1 Basic Components of a WSN Node II. CLUSTERING IN WSN [5] Sensor node are densely deployed in wireless sensor network that means physical environment would produce very similar data in close by sensor node and transmitting such type of data is more or less redundant. So all these facts encourage using some kind of grouping of sensor nodes such that group of sensor node can be combined or compress data together and transmit only compact data. This grouping process of sensor nodes into a combined large scale sensor node is known as clustering. The intelligent way to combine and compress the data belonging to a single cluster is known as data aggregation. Following are some issues of clustering in wireless sensor networks:- 1. How many clusters should be formed? 2. How many sensor nodes should be taken in a single Cluster? 3. Selection procedure of cluster head in an individual cluster. 4. User can put some power full nodes, in term of energy in the network which can behave like cluster head and simple node in a cluster work as a cluster member only. III. PROBLEM DEFINITION In wireless sensor network, data transmission took place in multi-hop fashion where each node forwards its data to the neighbor node which is nearer to sink. Since closely placed nodes may sense
  • 3. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 3 same data, above approach cannot be considered as energy efficient. An improvement over the above approach would be clustering where each node sends data to cluster-head (CH) and then cluster-head perform aggregation on the received raw data and then send it to sink. Performing aggregation function over cluster-head still causes significant energy wastage.[4] Performing aggregation function over cluster-head still causes significant energy wastage. In case of homogeneous sensor network cluster-head will soon die out and again re-clustering has to be done which again cause energy consumption. IV. AN OVERVIEW ABOUT DATA AGGREGATION In typical wireless sensor networks, sensor nodes are usually resource-constrained and battery- limited. In order to save resources and energy, data must be aggregated. There has been extensive work on data aggregation schemes in sensor networks. Data aggregation is a process of aggregating the sensor data using aggregation approaches. Following figure 2 shows basic aggregation in wireless sensor networks. The wireless sensor network has consisted three types of nodes. 1. Simple regular sensor nodes, 2. Aggregator node, 3. Querier node. Regular sensor nodes sense data packet from the environment and send to the aggregator nodes basically these aggregator nodes collect data from multiple sensor nodes of the network, aggregates the data packet using a some aggregation function like sum, average, count, max min and then sends aggregates result to upper aggregator node or the Querier node who generate the query. Figure 2 Basic Components of a WSN Node The data aggregation algorithm collects the sensor data from the sensor node and then aggregates at one particular node. Different type of algorithms are used like centralized approach, LEACH ( Low Energy Adaptive Clustering Hierarchy), TAG( Tiny Aggregation) etc. This aggregated data is transfer to the sink node by selecting the efficient path. The general data aggregation algorithm works as shown in the below figure 3.
  • 4. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 4 Figure 3: General architecture of the data aggregation algorithm V. DATA AGGREGATION APPROACHES IN WIRELESS SENSOR NETWORK There are many types of aggregation techniques are present some of them are listed below. 5.1 Centralized Approach: This is an address centric approach where each node sends data to a central node via the shortest possible route using a multi-hop wireless protocol. The sensor nodes simply send the data packets to a leader, which is the powerful node. The leader aggregates the data which can be queried. There is an intermediate node between the sensor node and the leaders. Each intermediate node has to send the data packets addressed to leader from the child nodes. 5.2 In-Network Aggregation [5]: In-network aggregation, the processes are as following: 1. Gathering and routing information through a multi-hop network, 2. Processing data at intermediate nodes with the objective of reducing resource consumption (in particular energy), thereby increasing network lifetime. There are two approaches for in-network aggregation [4]: 1. With size reduction and 2. Without size reduction. With size reduction It refers to the process of combining & compressing the data packets received by a node from its neighbors in order to reduce the packet length to be transmitted or forwarded towards the sink. Without size reduction It refers to the process merging data packets received from different neighbors in to a single data packet but without processing the value of data.
  • 5. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 5 Figure 4. without size reduction and with size reduction 5.3 Tree-Based Approach The tree based approach is defining aggregation from constructing an aggregation tree. The form of tree is minimum spanning tree, sink node consider as a root and source nodes consider as leaves. Information flowing of data start from leaves node up to root means sink (base station).This approach works in two phases: 1. Distributed phase 2. Collection phase Disadvantage of this approach is that data packet loss at any level of tree, the data will be lost not only for single level but for whole related sub tree as well. Figure 5. Tree Based Approach 5.4 CLUSTER-BASED APPROACH [4]: In cluster-based approach, whole network is divided in to several clusters. Each cluster has a cluster- head which is selected among cluster members. Cluster heads do the role of aggregator which aggregate data received from cluster members locally and then transmit the result to sink. The cluster heads can communicate with the sink directly via long range transmissions or multi hopping through other cluster heads. Different data aggregation technique in wireless sensor networks Algorithm Type Advantages Disadvantages TAG Tree Based Ability to tolerate disconnections and loss Network life time is limited. SPIN Centralized Simple in nature, implosion, avoidance and economic start No feedback mechanism for delivery of the data
  • 6. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 6 up cost. DD Centralized It extends the network lifetime. It cannot be used for continuous data delivery. LEACH Cluster Based Low energy, increased lifetime of network It is not used for large network region. HEED Cluster Based Improved energy efficiency No Support for heterogeneous node. Lifetime of sensor node is limited. DRINA In Network Data security, Low energy. Cluster Head dynamically not changes. M- DRINA In Network Achieves more energy efficiency than DRINA and increase the lifetime of network with dynamic selection of cluster head. No Support, Not applicable for large network region. VI. PROS AND CONS OF DATA AGGREGATION IN WIRELESS SENSOR NETWORK  With the help of data aggregation process we can enhance the robustness and accuracy of information which is obtained by entire network, certain redundancy exists in the data collected from sensor nodes thus data fusion processing is needed to reduce the redundant information.  The number of transmission is reduced so the traffic is reduced  Load and conserve energy of the sensors.  The cluster head means data aggregator nodes send fuse these data to the base station .this cluster head or aggregator node may be attacked by malicious attacker. If a cluster head is compromised, then the base station (sink) cannot be ensure the correctness of the aggregate data that has been send to it.  Another drawback is existing systems are several copies of the aggregate result may be sent to the base station (sink) by uncompromised nodes .It increase the power consumed at these nodes. VII. CONCLUSION In this paper we have studied about wireless sensor network. It contains large number of sensor nodes Wireless sensor networks are energy constrained network. That’s why lifetime of the network is limited so the various approaches or protocol has been proposed for increasing the lifetime of the wireless sensor network. Since most of the energy consumed for transmitting and receiving data, the process of data aggregation becomes an important issue. Efficient data aggregations not only provide energy conservation but also remove redundancy data and hence provide useful data only. We also discuss the advantage and disadvantages of the data aggregation. REFERENCES [1] Cam, H; Ozdemir, S Nair, P Muthuavinashiappan, D (October 2003). "ESPDA: Energy-efficient and Secure Pattern- based Data Aggregation for wireless sensor networks". Sensors 2: 732–736. [2] Hu, Lingxuan; David Evans (January 2003). "Secure aggregation for wireless networks" Workshop on Security and Assurance in Ad hoc Networks. [3] Przydatek, Bartosz; Dawn Song; Adrian Perrig (2003). "SIA: secure information aggregation in sensor networks". SenSys: 255–265. [4] Kiran Maraiya, Kamal Kant, Nitin Gupta ,“Wireless Sensor Network: A Review on Data Aggregation“,International Journal of Scientific & Engineering Research Volume 2, Issue 4, April -2011 ISSN 2229-
  • 7. International Journal of Current Trends in Engineering & Research (IJCTER) Volume 01, Issue 01; November – 2015 @IJCTER-2015, All rights Reserved 7 5518 IJSER © 2011 [5] Nandini. S. Patil, Prof. P. R. Patil,” Data Aggregation in Wireless Sensor Network”, 2010 IEEE International Conference on Computational Intelligence and Computing Research.