Elsevier

Ad Hoc Networks

Volume 87, 1 May 2019, Pages 128-145
Ad Hoc Networks

Lifetime improvement of wireless sensor network by information sensitive aggregation method for railway condition monitoring

https://doi.org/10.1016/j.adhoc.2018.11.009Get rights and content

Abstract

Lifetime maximization is an important issue while designing wireless sensor network. One of the ways to increase the lifetime of WSN is to reduce the energy demand of the sensor nodes and cluster head nodes, which can be decreased by filtering out redundant data traffic. A Two-Layer Hierarchal Aggregation (TLHA) protocol has been proposed, which filter out redundant data traffic. Simple aggregation algorithm has been used to classify the sensed data based on their normalized standard deviation for efficient data filtration. The algorithm also performs k-Means based re-classification of data to improve the efficiency of the algorithm. Two-layered redundant data filtration technique has been proposed to classify the data. Aggregation protocol reduces data traffic in lower layer hierarchy (sensor nodes to cluster head node) as well as upper layer hierarchy (cluster head nodes to base station node). In former, Energy efficient Time Division Multiple Access (EA-TDMA) Medium Access Control (MAC) protocol is used while in latter Bit-Map-Assisted (BMA) MAC protocol is used for transmission of data. Simulation and experimental results show that TLHA saves an enormous amount of energy, which finally increases the lifetime of the sensor network. The performance of the proposed TLHA protocol has been compared with already existing protocols viz. Data Aggregation Window Function (DAWF) and Spatial-Temporal Correlation Algorithm (STCA).

Introduction

LIFETIME and energy demand of Sensor Node (SN) are two inter-related crucial factors of Wireless Sensor Network (WSN) [1]. Lifetime and robustness of the sensor network can be improved by reducing/removing redundant data transmission [2]. Generally, the sensor nodes (SNs) are small, cheaper, require low processing power and have limited power supply, due to which address-centric operations are irrelevant. Therefore, SNs operate in data-centric paradigm. Such SNs are deployed redundantly to protect the network from the failure of nodes. In a data-centric communication, sensed value is important rather than its source. Due to the low processing capacity of the SN, simple algorithms are used for data aggregation e.g. averaging or mean [3]. Data aggregation is an important method by which data coming from various SNs are aggregated at the Cluster Head (CH) node and the same has been transmitted to the upper hierarchal network [4]. Data aggregation is necessary in most of the cases for better utilization of allotted channel. When data traffic reduces by aggregation, the energy demand of the SNs and CH node also reduces, which improves the lifetime of SN and CH node as well as network. Network lifetime has been defined in various ways by different researchers [3], [5], [6]. Generally, it is the time for which network fulfills its tasks. Various works have been reported by the researchers on data aggregation, which are divided into various classes e.g. cluster-based data aggregation, tree-based data aggregation etc. [7], [8], [9], [10], [11]. In the present work, our focus is tree-based data aggregation method, in which parent node collects the data from child nodes and the same is further transmitted to the upper hierarchal parent.

This work concentrates on WSN based Railway Track Condition Monitoring Application (RTCMA) [12], [13], [14], [15], [16], [17], [18], [19]. In RTCMA, both continuous monitoring and event-driven sensors are present on railway track [20]. Continuous monitoring is often more expensive and has high-energy demand. Periodic or event-driven monitoring is cheaper and consumes less energy. The problem of data redundancy originates in such systems due to the presence of a large number of continuous monitoring sensors e.g. temperature, acceleration, pressure sensor etc., placed on each track periodically to measure similar parameters from different SNs. On each track, single SN is connected with a large number of sensors through General-Purpose Input Output (GPIO) pins. The RTCMA system has been reported in [19], in which three SNs from three nearby tracks transmit their data to the CH node. SN works as a child node and CH node works as a parent node representing a simple star topology-based single-hop network. All the data collected by the CH node in Lower Layer Hierarchy (LLH) are processed for Upper Layer Hierarchy (ULH), where CH nodes transmit collective data to the Base Station (BS) node by single-hop communication. The architecture of RTCMA is shown in Fig. 2(a). Data collected at CH node comprises some redundant data, due to which, there is wastage of bandwidth as well as energy. All the data collected by the CH node in Lower Layer Hierarchy (LLH) are processed for Upper Layer Hierarchy (ULH), where CH nodes transmit collective data to the Base Station (BS) node. In this paper, an efficient aggregation protocol named Two-Layer Hierarchal Aggregation (TLHA) has been proposed that filters redundant data traffic. The proposed network has been implemented with two MAC protocols. The two MAC protocols are Energy efficient Time division multiple Access (EA-TDMA) and Bit-Map-Assisted (BMA). The former is used in LLH and the latter is used for ULH. EA-TDMA and BMA operation is divided into two phases, the set-up phase, and the steady-state phase. The former is cluster formation phase while the latter is further divided into two parts i.e. Contention Period (CP) and Data Transmission Period (DTP). Operational diagram of EA-TDMA and BMA is shown in Fig. 1(a) and (b) respectively. Shaifullah et al. had already proposed EA-TDMA [21] and E-BMA energy-efficient MAC protocols for Railway Monitoring Applications (RMA) [22]. In the present work, our focus is to maximize the lifetime of WSN using data aggregation without compromising the quality (accuracy) of the data. Therefore, the data aggregation operation has been divided into two layers i.e. LLH and ULH. In the former, temporal aggregation operation is performed where SN compares current reading of sensed data with the previous one and decides whether to transmit the data or not. In the ULH, CH nodes collect the data and classify the collected data into different classes, based on their deviation w.r.t. mean value, to perform aggregation operation. This classification helps to filter redundant data traffic. Performance of TLHA has been analyzed in terms of accuracy and energy efficiency of the network. In the present work, the performance of proposed algorithm has been analyzed for railway monitoring application but the algorithm can be used for other applications as well e.g. WSN for agriculture field, rescue operations in the military etc.

The novelty of the present work is summarized as follows:

  • The proposed aggregation algorithm performs two-layered temporal and spatial aggregation operation with three classification windows.

  • The proposed aggregation scheme also performs k-Means based re-classification of data to improve the aggregation efficiency.

  • The proposed aggregation algorithm is implemented with the help of EA-TDMA and BMA MAC protocol.

The rest of the paper has been presented as follows. Section 2 describes the related works. Section 3 describes the problem statement and its possible solutions. Section 4 describes the proposed aggregation protocol. Section 5 describes the analytical modeling for energy consumption and lifetime of WSN. Section 6 discusses the simulation results and performance analysis. Section 7 discusses the experimental results and data analysis. Section 8 concludes the major research findings of the proposed work.

Section snippets

Related works

Before implementation of the present work, various aggregation algorithms have been analyzed and studied [1], [2], [6], [7], [8], [10], [11], [20], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36]. Summary and basic characteristics of the reported spatial and/or temporal data correlations algorithms for WSNs are given in Table 1. Choi et al. [28] presented a spatial and temporal aggregation protocol to minimize the energy consumption for advanced metering

Problem statement

To the best of our knowledge, no research work has been reported on MAC layer modeling and implementation of aggregation algorithm for RTCMA. Aggregation methods reported in few previous research works are based on spatial and temporal correlation method that performs a single hierarchy of aggregation, which is less energy efficient [2], [28], [29]. Although, two-layered hierarchal aggregation method is reported in [38] where the data is classified into two classes, but it is less

Proposed aggregation method (two-layer hierarchal aggregation)

Aggregation method is divided into the two-layer hierarchal structure for efficient operation. The two-layer hierarchal structure is shown in Fig. 2(a). Lower Layer Hierarchy (LLH) is divided into a T number of different clusters. Each cluster forms its own Personal Area Network (PAN), and different PANs have different PAN IDs. Any tth CH node is denoted by CHt. Each cluster has N number of Sensor Nodes (SNs) and a single Cluster Head (CH) node, nth SN of tth CH is denoted by SNnt. Each SN is

Analytical modeling for energy consumption & lifetime of sensor network

In this section, an analytical model has been developed to analyze the performance of the proposed TLHA protocol in a WSN scenario. Energy consumption and lifetime equations for SNs, CH nodes, and BS node have been derived. For analytical modeling, it is assumed that there are T numbers of clusters and each cluster has one CH node and N number of SNs. Each SN is connected with J number of different sensors. The data slot duration is assumed Td for each SN (Td=JTd0) and power consumption for

Simulation results and performance analysis

This section analyzes the performance of the proposed TLHA protocol in terms of energy efficiency and lifetime. In addition, the performance of the aggregation protocol TLHA has been compared with non-aggregated data transmission from the sensor node to the base station via cluster head as shown in Fig. 2(a). IEEE 802.15.4 standard and X-Bee-Pro S1 2.4-GHz [42] wireless module are assumed for the simulation analysis of the proposed aggregation protocol TLHA. Simulation analysis is done on MATLAB

Experiment scenario

In RMA, different types of sensors are used on the field. For experimental analysis, we have used DHT-11 for measurement of humidity and DS18B20 for sensing temperature, which is reported in various research works for railway monitoring application [12]. The present work considers separate sensors for temperature and humidity measurements. Although DHT11 can be used for both measurements, still we have chosen separate sensors because DS18B20 has better resolution than a DHT11 sensor, which

Conclusion

An efficient and simple data aggregation scheme TLHA is proposed in which data filtration is performed based on the normalized standard deviation. Aggregation operation is divided into two layers; at a lower layer, aggregation is performed at SN and for the upper layer, aggregation is performed at CH node. For efficient analysis, analytical energy consumption model is proposed using EA-TDMA (in LLH) and BMA (in ULH) MAC protocols. The simulation model has been developed for the proposed

Competing financial interests

The authors declare that they have no competing financial interests.

Conflicts of interest

None

Manoj Tolani received the B.Tech degree from IIMT Engineering College, Meerut, India in 2010, the M.Tech degree from Madan Mohan Malviya University of Technology, Gorakhpur, India in 2012 from the Department of Electronics and Communication Engineering. He is currently pursuing Ph.D. from the Department of Electronics and Communication Engineering, Indian Institute of Information Technology Allahabad, Allahabad, India. His current research interest includes Wireless Sensor Network, VLSI

References (44)

  • P. Jesus et al.

    A Survey of distributed data aggregation algorithms

    IEEE Commun. Surv. Tutor.

    (2015)
  • María Gabriela et al.

    Energy Consumption in Wireless Sensor Networks Using GSP

    (April 2006)
  • F. Zhou et al.

    Maximizing lifetime of data-gathering trees with different aggregation modes in WSNs

    IEEE Sens. J.

    (2016)
  • N. Sofra et al.

    Accuracy analysis of data aggregation for network monitoring

  • V.J. Hodge et al.

    Wireless sensor networks for condition monitoring in the railway industry: a survey

    IEEE Trans. Intell. Transp. Syst.

    (2015)
  • K. Chebrolu et al.

    Brimon:a sensor network system for railway bridge monitoring

  • A. Pascale et al.

    A wireless sensor network architecture for railway signalling

  • M. Grudén et al.

    Reliability experiments for wireless sensor networks in train environment

  • J. Rabatel et al.

    SO_MAD: Sensor mining for anomaly detection in railway data

    Adv. Data Mining Appl. Theor. Aspects, LNCS

    (2009)
  • J. Reason et al.

    Intelligent Telemetry for Freight Trains

    (2010)
  • J. Reason et al.

    Ambient intelligence for freight railroads

    IBM J. Res. Dev.

    (2009)
  • M. Tolani et al.

    Two-layer optimized railway monitoring system using Wi-Fi and ZigBee interfaced wireless sensor network

    IEEE Sens. J.

    (2017)
  • Cited by (18)

    View all citing articles on Scopus

    Manoj Tolani received the B.Tech degree from IIMT Engineering College, Meerut, India in 2010, the M.Tech degree from Madan Mohan Malviya University of Technology, Gorakhpur, India in 2012 from the Department of Electronics and Communication Engineering. He is currently pursuing Ph.D. from the Department of Electronics and Communication Engineering, Indian Institute of Information Technology Allahabad, Allahabad, India. His current research interest includes Wireless Sensor Network, VLSI Fabrication and Image Processing.

    Sunny received the M.Sc. degree from Kurukshetra University, Haryana, India, in 2009, the M.Tech. degree from Thapar University, Patiala, India, in 2011, and the Ph.D. degree from the Department of Electronics Engineering, Indian Institute of Technology (Banaras Hindu University), Varanasi, India, in 2015. He is currently a Faculty Member with the Department of Electronics and Communication Engineering, Indian Institute of Technology Allahabad, Allahabad, India. His current research interests include VLSI design, micro and nano-fabrication, sensor information processing, e-noses, micro sensors and pattern recognition.

    Rajat Kumar Singh (SM’15) received the B.Tech. degree in Electronics and Instrumentation Engineering from the BIET, Jhansi, India, in 1999, the M.Tech. degree in Communication Engineering from the BITS, Pilani, India, in 2001, and the Ph.D. degree from Indian Institute of Technology (IIT) Kanpur, India, in 2007, with a focus on architecture of optical packet switching incorporating various buffering techniques. He is currently working as an Associate Professor with the Department of Electronics and Communication Engineering at Indian Institute of Information Technology, Allahabad, India. His current research interests are in the areas of Optical Networking and Switching, Wireless Sensor Network, and Image Processing. He has published various research articles in different Journals/Conferences of repute like IEEE, Springer, Elsevier, etc. He is an active member of IEEE from last 12Yrs, and currently associated as Senior Member from last two years. During his membership, he served the society through his contribution like being a member of Executive Committee, IEEE UP Section. He has also organized various IEEE Conferences/Workshops.

    View full text