Data Aggregation in Wireless Sensor Networks (WSN)
Data Aggregation in Wireless Sensor Networks (WSN)
data aggregation is useful for reducing battery consumption • Calculates mean (µ)
of the sensor nodes. Thesetechniques not only save the battery
consumption but also enhances the network life. To achieve high
energy efficiency clusters are formed by deploying sensor nodes • Calculates variance(v)
deterministically [1]. Each cluster has one cluster head whose aim
is to collect the data from the sensor nodes and forward it to the
base station. Even size clusters are more efficient because energy • Perform standard deviation (σ) on the received data
consumption in even size clusters is 28% and 34% for uneven
clusters [1]. It has been observed that 70% of energy is consumed
in transmission [3]. Since most of the sensed data is redundant due
to geographically assembled sensors hence energy can be saved N=no of nodes, xi=sensed value, µ=mean
by data aggregation. For organizing the network into a connected • Calculates the upper limit by performing
hierarchy an effective approach is considered to be clustering[10]. UL=mean(µ)+standard deviation(σ)
The communication capacity and the energy of the nodes in the • Calculates the lower limit by performing
network are limited but there are some factors that are necessary LL=mean(µ)-standard deviation(σ)
for the transmission of data like the energy efficiency, efficient and
real-time throughput [4]. An efficient mechanism of WSN is the Table 1: Simulation Parameter Table
Data Aggregation, which can reduce the probability of collision
Sl No. Simulation Parameters Values
and also efficiently the energy for transmission [4]. Cluster based
data aggregation protocol have some side effects one of which 1. Environment size 100*100
is latency. In data aggregation protocols latency occurs because
to save energy these protocols use the TDMA(Time Division 2. Number of nodes 100
Multiple Access) schedule. Each member of the cluster has to send
3. Number of rounds 5 to 200
the data to its cluster head only in the assigned time slot and the
cluster head waits until it receives all the data only after which it 4. Initial energy per node (Eo) 0.1J
can perform the aggregation on the data which becomes the main
cause for the latency in the network. Direct Transmission protocol Total energy of the network
5. 10J
is also one of the techniques proposed for data aggregation. Using system
this protocol each sensor nodes forwards the data directly to the
EDA(Data Aggregation
sink. This is a simple technique which requires a lot of energy 6. 5nJ
energy per bit)
in each node if the base station is far away from the nodes. Thus
the battery of the nodes get drained out quickly and the delay 7. Base station location(x,y) 50,50
also increases [11].
VIII. Acknowledgements
We would like to extend our gratitude to our Project Guide for
giving us the right suggestion in the right direction. We would
also like to thank all the authors of the papers whom we have
mentioned in the reference section. Last but not the least, we
would like to thank our HOD, Department of CSE and SMIT for
giving us the opportunity to work in this project.
References
[1] Amrita Ruperee, ShikhaNema, Sanjay Pawar”, Achieving
Energy Efficiency and Increasing Network Life in Wireless
Sensor Network”, IEEE,2014
[2] Bala Krishna, Noble Vashishta”, Energy Efficient Data
Fig. 2: First Node Dead Comparison Graph Aggregation Techniques in Wireless Sensor Networks",
International Conference on Computational Intelligence and
Fig. 2 shows the first node dead graph between LEACH and the Communication Networks, 2013.
proposed protocol. The graph shows that for 100 nodes the first [3] Divya Prabha, Vishal Kumar Arora,"A Survey on LEACH
node dies at round number 183 in case of LEACH and at 186 in and its Descendant Protocols in Wireless Sensor Network”,
case of the proposed protocol. International Conference on Communication, Computing &
Systems, 2014.
[4] JiPeng, Li Yupeng, Jiang Jingqi, Wang Tianbao,"A Clustering
Protocol for Data Aggregation in Wireless Sensor Network”,
International Conference on Control Engineering and
Communication Technology, 2012.
[5] Meenakshi Sharma, Kalpana Sharma,"An Energy Efficient
Extended LEACH (EEE LEACH)”, International Conference
on Communication Systems and Network Technologies,
2012.
[6] Miloud Bagaa, NoureddineLasla, AbdelraoufOuadjaout,
YacineChallal,"SEDAN: Secure and Efficient protocol
for Data Aggregation in wireless sensor Networks”, IEEE
Conference on Local Computer Networks, 2007.
[7] MousamDagar, Shilpa Mahajan,"Data Aggregation in
Fig. 3: Transmission Time Comparison Graph Wireless Sensor Network: A Survey”, International Journal
of Information and Computation Technology, 2013.
Fig. 3 shows that the Transmission time in case of the proposed [8] Nandini. S. Patil, Prof P.R.Patil,"Data Aggregation in Wireless
protocol is greater than that of the LEACH protocol because the Sensor Network”, International Conference on Computational
proposed protocol performs aggregation using mean and standard Intelligence and Computing Research, 2010.
deviation to decrease the data packet size. Hence, in case of the [9] N. Thangadurai, R.Dhanasekaran,"Energy Efficient Cluster
proposed technique the cluster head instead of sending all the data based Routing Protocol for Wireless Sensor Networks”,
sensed by the sensor nodes , it will just send the upper range and International Journal of Computer Applications, 2013.
lower range of the values sensed by the sensor nodes. [10] Ossama Younis, Marwan Krunz, Srinivasan
Ramasubramanian,“Node Clustering in Wireless Sensor
VII. Conclusion Networks: Recent Developments and Deployment
In this paper, we considered LEACH protocol which is a wireless Challenges", IEEE, 2006.
sensor network routing protocol and proposed a new data [11] S Nithyakalyani, Dr. S. Suresh Kumar,"Data Aggregation in
aggregation technique by using LEACH protocol for clustering. Wireless Sensor Network using node Clustering Algorithms-
Then our data aggregation protocol is successfully simulated and A Comparative Study”, IEEE Conference on Information
compared with LEACH protocol. From the simulation results we and Communication Technologies, 2013.
can draw the conclusion that this protocol is more energy-efficient [12] SuatOzdemir, Yang Xiao,"Polynimial Regression Based
than LEACH with greater network lifetime. We discuss regarding Secure Data Aggregation For Wireless Sensor Network”,
the energy constraint in wireless sensor network. Replenishment IEEE Communication Society, 2010.
of energy for sensor node is a big challenge in WSN as these
nodes once deployed may not be physically accessible. Large
data packet transmissions increase overhead and consumes more
energy. This motivates for design of efficient data aggregation
technique. To employ efficient data aggregation technique that
can collect and model data into a construct with reduced packet
size and data redundancy is the aim of the project. This data
aggregation technique is expected to produce satisfactory results
for the optimal use of the battery power of the sensor nodes
deployed in an area.