Abstract
1- Introduction
2- Related works
3- Preliminaries
4- Algorithms
5- Proposed system
6- Experimental results
7- Conclusion
References
Abstract
Purpose – This study aims to provide a secured data aggregation with reduced energy consumption in WSN. Data aggregation is the process of reducing communication overhead in wireless sensor networks (WSNs). Presently, securing data aggregation is an important research issue in WSNs due to two facts: sensor nodes deployed in the sensitive and open environment are easily targeted by adversaries, and the leakage of aggregated data causes damage in the networks, and these data cannot be retrieved in a short span of time. Most of the traditional cryptographic algorithms provide security for data aggregation, but they do not reduce energy consumption. Design/methodology/approach – Nowadays, the homomorphic cryptosystem is used widely to provide security with low energy consumption, as the aggregation is performed on the ciphertext without decryption at the cluster head. In the present paper, the Paillier additive homomorphic cryptosystem and Boneh et al.’s aggregate signature method are used to encrypt and to verify aggregate data at the base station. Findings – The combination of the two algorithms reduces computation time and energy consumption when compared with the state-of-the-art techniques. Practical implications – The secured data aggregation is useful in health-related applications, military applications, etc. Originality/value – The new combination of encryption and signature methods provides confidentiality and integrity. In addition, it consumes less computation time and energy consumption than existing methods.
Introduction
A wireless sensor network (WSN) is deployed in an open and sensitive environment like health monitoring, military surveillance, industrial monitoring, landslide detection and so on. It consists mainly of two types of nodes: sensor nodes and sink nodes. The sensor nodes are similar to that of a small computer, but they have limited processing capability, memory and battery power. Due to the resource constraint nature of sensor nodes, the direct transmission of raw data from the sensor nodes to the sink nodes consumes more energy and leads to a lot of congestion in the network. To reduce energy consumption, data aggregation is introduced in a WSN, as shown in Figure 1. More powerful sensor nodes act like aggregators (cluster head) or, in some cases, regular nodes act as aggregators (Castelluccia et al., 2009). These aggregators collect and process the data coming from the other sensor nodes of the network. For example, the aggregation functions like sum, min and max are useful in calculating temperature readings. The aggregator collects the data from n sensor nodes, calculates the sum of all n values and forwards it to the sink node. The sink node, after receiving the sum value, calculates the average temperature by dividing the value by n. The data aggregation saves the energy of sensor nodes and, thereby, increases the lifetime of the network (Papadopouloset al., 2012).