Skip to main content

An efficient cluster-based power saving scheme for wireless sensor networks

Abstract

In this article, efficient power saving scheme and corresponding algorithm must be developed and designed in order to provide reasonable energy consumption and to improve the network lifetime for wireless sensor network systems. The cluster-based technique is one of the approaches to reduce energy consumption in wireless sensor networks. In this article, we propose a saving energy clustering algorithm to provide efficient energy consumption in such networks. The main idea of this article is to reduce data transmission distance of sensor nodes in wireless sensor networks by using the uniform cluster concepts. In order to make an ideal distribution for sensor node clusters, we calculate the average distance between the sensor nodes and take into account the residual energy for selecting the appropriate cluster head nodes. The lifetime of wireless sensor networks is extended by using the uniform cluster location and balancing the network loading among the clusters. Simulation results indicate the superior performance of our proposed algorithm to strike the appropriate performance in the energy consumption and network lifetime for the wireless sensor networks.

1. Introduction

Recently, there has been a rapid growth in the wireless communication technique. Inexpensive and low-power wireless micro-sensors are designed and widely used in wireless and mobile environments [1–3]. A wireless sensor network consists of a large number of sensor nodes. Each sensor node has sensing, computing, and wireless communication capability. All sensor nodes play the role of an event detector and the data router. Sensor nodes are deployed in the sensing area to monitor specific targets and collect data. Then, the sensor nodes send the data to sink or base station (BS) by using the wireless transmission technique. Wireless sensor networks have been pervasive in various applications including health care system, battlefield surveillance system, environment monitoring system, and so on. Figure 1 shows an infrastructure of wireless sensor networks. Power saving is one of the most important features for the sensor nodes to extend their lifetime in wireless sensor networks. A sensor node consumes mostly its energy in transmitting and receiving packets. In wireless sensor networks, the main power supply of the sensor node is battery. However, in most application scenarios, users are usually difficult to reach the location of sensor nodes. Due to a large number of sensor nodes, the replacement of batteries might be impossible. However, the battery energy is finite in a sensor node and a sensor node draining of its battery may make sensing area uncovered. Hence, the energy conservation becomes a critical concern in wireless sensor networks. In order to increase energy efficiency and extend the network lifetime, new and efficient power saving algorithms must be developed [4–6].

Figure 1
figure 1

Infrastructure of wireless sensor networks.

Low Energy Adaptive Clustering Hierarchy (LEACH) is a typical cluster-based protocol using a distributed clustering formation algorithm [5]. In LEACH, the large number of sensor nodes will be divided into several clusters. For each cluster, a sensor node is selected as a cluster head. The selection of cluster head nodes is based on a predetermined probability. Other non-cluster head nodes choose the nearest cluster to join by receiving the strength of the advertisement message from the cluster head nodes. A non-cluster head node can only monitor the environment and send data to its cluster head node. The cluster head node is responsible for collecting the information of non-cluster head nodes in the cluster. Then, it processes data and sends data to the BS. As a non-cluster head node cannot send data directly to the BS, the data transmission distance of the sensor node is shrunk. Therefore, the energy consumption is reduced in the wireless sensor networks. However, the random selection of the cluster head node may obtain a poor clustering setup, and cluster head nodes may be redundant for some rounds of operation. The distribution of cluster head nodes is not uniform, thus some sensor nodes have to transfer data through a longer distance and the reasonable energy saving is not obtained in wireless sensor networks. LEACH-centralized (LEACH-C) is proposed as an improvement of LEACH which uses a centralized clustering algorithm to create the clusters [6]. In LEACH-C, the BS collects the information of the position and energy level from all sensor nodes in the networks. Based on this information, the BS calculates the number of cluster head nodes and configures the network into clusters. In [7], the authors propose the hybrid, energy-efficient, distributed (HEED) clustering protocol to prolong the network lifetime and support scalable data aggregation. In this protocol, the cluster heads are probabilistically selected based on their residual energy and the sensor nodes join the clusters according to their power level. The cluster-based power saving methods have been proposed in [8–11], which have been validated to some extent through simulation. However, the critical problem is that the cluster size is also not uniform in these schemes. The energy consumption cannot improve effectively. Figures 2 and 3 show the extreme cases of clustering structure for a certain round in the simulation by using LEACH.

Figure 2
figure 2

Clustering structure of LEACH (cluster heads = 5 and sensor nodes = 100).

Figure 3
figure 3

Clustering structure of LEACH (cluster heads = 5 and sensor nodes = 150).

In this article, we propose a saving energy clustering algorithm (SECA) to provide efficient energy consumption in wireless sensor networks. In order to make an ideal distribution for sensor node clusters, we calculate the average distance between the sensor nodes and take into account the residual energy for selecting the appropriate cluster head nodes. The lifetime of wireless sensor networks is extended by using the uniform cluster location and balancing the network loading among the clusters. The main benefits of proposed scheme are that the energy consumption is reduced and better network lifetime can be carried out.

The rest of this article is organized as follow. In Section 2, we present the system model of wireless sensor networks. In Section 3, we illustrate the proposed scheme in detail. In Section 4, we present our simulation model and analyze the comparative evaluation results of the proposed scheme through simulations. Finally, some conclusions are given in Section 5.

2. System model

The system infrastructure is composed of a BS and some sensor nodes. We classify all sensor nodes into non-cluster head nodes and cluster head nodes. The non-cluster head nodes operate in sensing mode to monitor the environment information and transmit data to the cluster head node. Also, the sensor node becomes a cluster head to gather data, compresses it and forwards to the BS in cluster head mode. The system framework of this article is shown in Figure 1.

In wireless sensor networks, data communications consume a large amount of energy. The total energy consumption consists of the average energy dissipated by data transmission of the non-cluster head nodes and the cluster head nodes. In addition, the energy consumption for data collection and aggregation of cluster head nodes is considered. Figure 4 illustrates the radio energy dissipation model in wireless sensor networks [5–7]. In this model, to exchange an L-bit message between the two sensor nodes, the energy consumption can be calculated by.

Figure 4
figure 4

Radio energy dissipation model.

E T x ( L , d ) = E e l e c × L + ε a m p × L ,
(1)
E R x ( L ) = E e l e c × L ,
(2)

where d is the distance between the two sensor nodes, E Tx (L, d) is the transmitter energy consumption, and E Rx (L) is the receiver energy consumption. E elec is the electronics energy consumption per bit in the transmitter and receiver sensor nodes. ε amp is the amplifier energy consumption in transmitter sensor nodes, which can be calculated by

ε a m p = ε f s * d 2 , when  d ≤ d 0 ε m p * d 4 , when  d > d 0 ,
(3)

where d0 is a threshold value. If the distance d is less than d0, the free-space propagation model is used. Otherwise, the multipath fading channel model is used. ε fs and ε mp are communication energy parameters. Using the previously described in the literature [5, 6], the ε fs is set as 10 pJ/bit/m2 and ε mp is set as 0.0013 pJ/bit/m4. Also, the energy for data aggregation of a cluster head node is set as E DA = 5 nJ/bit/signal and the initial energy of a sensor node is set as E init = 2 J. Suppose that a non-cluster head node N transmits L N bits to the BS. Let dN, CHbe the distance between the non-cluster head node N and its cluster head node CH. Let dCH, BSbe the distance between the cluster head node CH and the BS. Due to the multi-hop communication, a non-cluster head node only sends data to its cluster head node. The residual energy of the non-cluster head node N is equal to E init - E Tx (L N , dN, CH). In addition, the residual energy of the cluster head node CH is equal to E init - E Rx (L N ) - E DA - E Tx (L N , dCH, BS), because the cluster head node must collect and process the information of non-cluster head nodes in the cluster, and then send data to the BS.

It is obvious that the data transmission between sensor nodes takes most of the energy consumption in the wireless sensor networks. Taking into account the energy consumption of sensor nodes, the data transmission distance must be reduced and the packets delay should be avoided. Hence, the energy consumption and routing design become an important issue in the wireless sensor networks.

3. Proposed methods: SECA

In order to increase energy efficiency and extend the lifetime of the sensor nodes in wireless sensor networks, efficient power saving algorithm must be developed and designed. Based on the centralized clustering architecture, we propose a SECA to provide efficient energy consumption and better network lifetime in the wireless sensor networks. In the proposed scheme, we assume that the BS receives the information of location and residual energy for each sensor node and the average residual energy can be calculated. When the residual energy of sensor node is higher than the average residual energy, the sensor node becomes a candidate of cluster head. We modify k-means algorithm to make an ideal distribution for sensor node clusters by using the information of location and residual energy for all sensor nodes [12, 13]. In this algorithm, the operation includes two phases: set-up and steady-state phases.

3.1. Set-up phase

The main goal of this phase is to create clusters and find cluster head nodes. During the set-up phase, the BS collects the information of the position and energy level from all sensor nodes in the networks. Based on the characteristics of stationary sensor nodes, the suitable initial means of points for clusters can be obtained. Let C be the center location for all sensor nodes. If there are n sensor nodes in the wireless sensor networks, C can be calculated by

C = ∑ i = 1 n X i n ,
(4)

where X i is the coordinate of sensor node i.

Let R be the average distance between C and all sensor nodes, which can be calculated by

R = ∑ i = 1 n X i - C n .
(5)

According to C and R, the locations of initial mean of point m i ( m i x , m i y ) for the cluster i is calculated by

m i x = R × cos ( 360 k × ( i - 1 ) × π 180 ) + C x m i y = R × sin ( 360 k × ( i - 1 ) × π 180 ) + C y ,
(6)

where k is the number of clusters and i = 1, 2,..., k. Figure 5 shows the example of the initial means of points, where k is equal to 3. The initial value k must be decided in the initial set-up phase. According to the definition of optimum number of clusters in LEACH-C [6], k can be calculated by

Figure 5
figure 5

Example of the initial means of points.

k = n 2 π ε f s ε m p M d 2 t o B S ,
(7)

where M is the side of the given square field. The d to BS is the average distance from the cluster head nodes to the BS which is defined in LEACH-C. However, the cluster head nodes are selected by creating some clusters in our proposed algorithm. Hence, we re-define d to BS which is the average distance from the all sensor nodes to the BS.

The setting of initial means of points is very important. It can reduce the iteration time for creating clusters significantly. After the initial means of points are set, based on the location of all sensor nodes, the BS creates some clusters. We use the k-means algorithm to partition the n sensor nodes into k clusters in which each sensor node belongs to the cluster with the nearest mean of point. If there are k clusters in the system, the k-means function can be expressed by

a v g S min ∑ i = 1 k ∑ X j ∈ S i X j - m i 2 ,
(8)

where S i is the cluster i, X j is coordinate of sensor node j and m i is the coordinate of mean of point. The main reason for this expression is to obtain the minimum average distance between the means of points and the sensor nodes for all clusters.

In order to create uniform distributed clusters, the minimal distance between the means of points and all sensor nodes is calculated. Then, the sensor nodes are classified into the cluster according to the minimal distance. If the X j is the closest to the m i in the t th execution, the sensor node j will join the cluster i, which can be expressed by

S i ( t ) = X j : X j - m i ( t ) 2 ≤ X j - m i * ( t ) 2  for all  i * = 1 , . . . , k ,
(9)

where each sensor node joins exactly one cluster. The main goal of this expression is to decide which cluster the sensor node j belongs to in the t th execution.

When the classification of all nodes is done, the new mean of point is created which is calculated by

m i ( t + 1 ) = 1 S i ( t ) ∑ X j ∈ S i ( t ) X j ,
(10)

where S i ( t ) is the number of sensor nodes in the cluster i. Figure 6 shows the example of the new means of points.

Figure 6
figure 6

Example of the new means of points.

Because the means of points are changed, all sensor nodes are re-classified by executing Equations (9) and (10) iteratively to obtain the minimum average distance between the means of points and the sensor nodes for all clusters. The final clusters are formed when each sensor node is fixed in the cluster. Figure 7 shows the flowchart of the initial cluster processing for our proposed scheme. The cluster head is a sensor node which is closer to the final mean of point and the residual energy of the sensor node is higher than the average residual energy in each cluster. Finally, the cluster architecture is created. The BS broadcasts the routing information of the clusters to all sensor nodes. Hence, each sensor node has its own routing table and knows its task (e.g., cluster head or non-cluster head). Also, each sensor node knows the distances from any other sensor node in its cluster and thereby calculates the transmission power. Based on the number of the sensor nodes within the cluster, the cluster head node creates a schedule based on Time Division Multiple Access (TDMA) to allocate the time for the cluster members.

Figure 7
figure 7

Flowchart of the initial cluster processing.

3.2. Steady-state phase

Once the clusters are created and the TDMA schedule is fixed, data transmission can begin. The non-cluster head nodes send data to cluster head node during their allocated transmission time. When all the data have been received, the cluster head node performs signal processing to compress the data into a single signal. Then, this signal is sent to the BS. The amount of information is reduced due to the data aggregation done at the cluster head node. This round is done and the next round begins with set-up and steady-state phases repeatedly.

To avoid unnecessary nodes control messages transmission and control overhead of the BS, the clusters are re-created only when the sensor node cannot work in a certain round. So, the calculating overhead is only cluster head selecting in the most set-up phase.

4. Performance analysis

In this section, we evaluate the performance of our proposed SECA using a simulation model. We describe our simulation model and illustrate the simulation results, and compare our scheme with the LEACH, HEED, and LEACH-C. We design a simulation environment by using C#. The assumptions for our simulation study are as follows.

  • The simulation environment is composed of a BS and some sensor nodes.

  • The BS is fixed and located far from the sensor nodes.

  • The location of each sensor node is randomly distributed in the sensing area.

  • The non-cluster head node can monitor the environment and send data to the cluster head node.

  • The cluster head node can gather data, compress it, and forward to the BS.

  • All sensor nodes are stationary and the initial energy is the same for each sensor node. All the parameters used in our simulation are listed in Table 1[5, 6].

Table 1 Parameters used in simulation mode

These performance measures obtained on the basis of ten simulation runs are plotted as a function of the rounds and total network energy. A round is defined as the receiving data form all sensor nodes to the BS. The total network energy is defined as the sum of residual energy at all sensor nodes. For fair comparison, we set the number of clusters is equal to 5 which is defined in LEACH-C. Figures 8, 9, and 10 show the clustering structure for a certain round in the simulation by using LEACH-C, HEED, and our proposed SECA scheme. According to SECA features, it is intuitive that each cluster size is almost the same and cluster heads locate more closely to the cluster centers. Hence, our proposed algorithm reduces the data transmission distances of sensor nodes and results in the lower energy consumption in the wireless sensor networks.

Figure 8
figure 8

Clustering structure of LEACH-C (sensor nodes = 100).

Figure 9
figure 9

Clustering structure of HEED (sensor nodes = 100).

Figure 10
figure 10

Clustering structure of SECA (sensor nodes = 100).

Figure 11 shows the total network energy when the number of sensor nodes is 50 and the sensing area is 100 m × 100 m. It is evident that the residual energy of our proposed SECA scheme is higher than that of LEACH, HEED, and LEACH-C schemes after 900 runs. This is because our proposed SECA scheme provides the uniform cluster location and better cluster formation. The data transmission distance from each sensor node to its cluster head node is minimized. Thus, the energy consumption is saved.

Figure 11
figure 11

Total network energy (sensor nodes = 50).

Figures 12 and 13 show the first sensor node dead and half of the sensor nodes alive for four methods when the number of sensor nodes is 50 and the sensing area is 100 m × 100 m. According to Figures 12 and 13, the lifetime of the sensor node of our proposed SECA scheme is better than that of LEACH, HEED, and LEACH-C schemes. The reason for this behavior is that the data communications consume a large amount of energy in wireless sensor networks. However, the transmission distance between non-cluster head node and cluster head node is suitable by using our scheme. The transmission power of non-cluster head nodes is reduced. Also, in order to prove our proposed scheme is well designed, we increase the number of sensor nodes in the simulation environment. Figure 14 shows the total network energy when the number of sensor nodes is 100 and the sensing area is 100 m × 100 m. Due to the better energy saving approach in the proposed scheme, according to SECA features, it is intuitive that the proposed scheme results in higher residual energy than LEACH, HEED, and LEACH-C schemes when the sensor node increases in the same sensing area.

Figure 12
figure 12

First node dead (sensor nodes = 50).

Figure 13
figure 13

Half of nodes alive (sensor nodes = 50).

Figure 14
figure 14

Total network energy (sensor nodes = 100).

Furthermore, we extend the sensing area to 200 m × 200 m in the simulation environment. Figure 15 shows the total network energy when the number of sensor nodes is 150. The distributions of clusters in LEACH and HEED are not uniform and some clusters consist of huge number of sensor node in a large area. Hence, the cluster head of the cluster with huge number of sensor nodes will suffer from heavy traffic load and result in significant energy consumption. According to Figure 15, the curves indicate that our scheme improves the energy utility more significantly than LEACH, HEED, and LEACH-C schemes when the sensing area is extended. From the simulation results, it is clear that our proposed scheme strikes the appropriate performance in the energy consumption and network lifetime for the wireless sensor networks.

Figure 15
figure 15

Total network energy (sensor nodes = 150).

5. Conclusions

The energy saving is a challenging issue in the wireless sensor networks. To increase energy efficiency and extend the lifetime of sensor node, new and efficient energy saving schemes must be developed. In the proposed scheme, we calculate the average distance between the sensor nodes and take into account the residual energy for selecting the appropriate cluster head nodes. The lifetime of wireless sensor networks is extended by using the uniform cluster location and balancing the network loading among the clusters. Simulation results indicate our proposed algorithm achieves the low energy consumption and better network lifetime in the wireless sensor networks.

References

  1. Akyildiz IF, Su W, Sankarasubramaniam Y, Cayirci E: A survey on sensor networks. IEEE Commun Mag 2002, 40(8):102-114. 10.1109/MCOM.2002.1024422

    Article  Google Scholar 

  2. Tubaishat M, Madria S: Sensor networks: an overview. IEEE Potentials 2003, 22(2):20-23.

    Article  Google Scholar 

  3. Al-Karaki JN, Kamal AE: Routing techniques in wireless sensor networks: a survey. IEEE Wirel Commun 2004, 11(6):6-28. 10.1109/MWC.2004.1368893

    Article  Google Scholar 

  4. Chamam A, Pierre S: On the planning of wireless sensor networks: energy-efficient clustering under the joint routing and coverage constraint. IEEE Trans Mob Comput 2009, 8(8):1078-1086.

    Article  Google Scholar 

  5. Heinzelman WR, Chandrakasan A, Balakrishnan H: Energy-efficient communication protocol for wireless microsensor networks. Proc 33rd Hawaii International Conference on System Sciences 2000, 1-10.

    Google Scholar 

  6. Heinzelman WB, Chandrakasan P, Balakrishnan H: An application-specific protocol architecture for wireless microsensor networks. IEEE Trans Wirel Commun 2002, 1(4):660-670. 10.1109/TWC.2002.804190

    Article  Google Scholar 

  7. Younis O, Fahmy S: HEED: a hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks. IEEE Trans Mob Comput 2004, 3(4):366-379. 10.1109/TMC.2004.41

    Article  Google Scholar 

  8. Babaie S, Zadeh AK, Amiri MG: The new clustering algorithm with cluster members bounds for energy dissipation avoidance in wireless sensor network. Proc Computer Design and Applications (ICCDA) 2010, 613-617.

    Google Scholar 

  9. Xuegong Q, Yan C: A control algorithm based on double cluster-head for heterogeneous wireless sensor network. Proc Industrial and Information Systems (IIS) 2010, 541-544.

    Google Scholar 

  10. Yun Y-U, Choi J-K, Hao N, Yoo S-J: Location-based spiral clustering for transmission scheduling in wireless sensor networks. Proc Advanced Communication Technology (ICACT) 2010, 470-475.

    Google Scholar 

  11. Tarigh HD, Sabaei M: A new clustering method to prolong the lifetime of WSN. Proc Computer Research and Development (ICCRD) 2011, 143-148.

    Google Scholar 

  12. Kanungo T, Mount DM, Netanyahu NS, Piatko CD, Silverman R, Wu AY: An efficient k-means clustering algorithm: analysis and implementation. IEEE Trans Pattern Anal Mach Intell 2002, 24(7):881-892. 10.1109/TPAMI.2002.1017616

    Article  MATH  Google Scholar 

  13. Zhu J, Wang H: An improved K-means clustering algorithm. Proc 2nd IEEE International Conference on Information Management and Engineering (ICIME) 2010, 190-192.

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jau-Yang Chang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chang, JY., Ju, PH. An efficient cluster-based power saving scheme for wireless sensor networks. J Wireless Com Network 2012, 172 (2012). https://doi.org/10.1186/1687-1499-2012-172

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2012-172

Keywords