Abstract
Energy saving in wireless sensor networks is a fundamental issue as most sensor nodes are powered by batteries. The deployment of mobile sinks can alleviate the imbalance of energy consumption among sensor nodes, thereby prolonging the network lifetime. In this paper, we study the energy management problem in sensor networks, using multiple mobile sinks. We first formulate the problem as a novel data collection problem and then propose an efficient algorithm for it. The key challenge in the design of the proposed algorithm is how to balance the workload among mobile sinks and the energy consumption among sensor nodes through the control of the movement of mobile sinks. We finally evaluate the performance of the proposed algorithm through experimental simulation. Experimental results show that the proposed algorithm is very promising, which can improve the energy efficiency and the quality of data transmission in the sensor network significantly.
1. Introduction
The rapid development of micro-electro mechanical systems, system on chip, wireless communication technology, and low power embedded systems makes it possible to deploy wireless sensor networks (WSNs) for various applications. The characteristics of WSNs such as low power consumption, low operational cost, distribution, and self-organization have brought about a revolution in information perception. A WSN is a multihop ad hoc network, which is composed of large number of cheap microsensor nodes deployed in a monitoring region. WSNs have been widely used in environmental monitoring, health care, military surveillance, and so forth. WSNs have received extensive attentions in the past few years. One of their applications is to monitor harsh environments or places which are hard to reach by a human being, such as nature conservation areas, primitive forest, and nuclear pollution sites, where it is very difficult to replace or recharge batteries. Therefore, a fundamental problem to prolong the network lifetime of WSNs is the efficient utilization of sensors' energy.
The use of mobile sinks compared to static sinks can greatly improve the energy efficiency of sensors in WSNs. Several studies of deploying mobile sinks for data collection in literature have been conducted in the past. For example, [1] aims to construct a routing tree such that the network lifetime is maximized while keeping the routing path from each sensor to the sink is minimized. A generic cost model of energy consumption for data gathering is proposed, and a routing tree is used for the query evaluation [2]. The work in [3] aims to find an optimal trajectory for each mobile sink and to determine the sojourn time of each mobile sink at each sojourn location in the trajectory such that the network lifetime is maximized. The use of a single mobile sink to prolong the network lifetime has also been explored in [4]. The work in [5] proposes the route of mobile base station and balances the network load to prolong network lifetime. Similarly [5–7] propose the maximum residual energy of greedy algorithm to control the mobile base station. In the case of limited base station stationary point, joint mobility and routing of base station are proposed [8–10]. However, the usage of mobile sinks has many limitations in practical applications. On one hand, a WSN is usually deployed in traffic inconvenience regions, so the movable area in the regions by the mobile sinks is limited. On the other hand, the mobile sinks are usually installed on mobile tools such as unmanned vehicles; the speeds of these mobile vehicles are constrained by many factors such as road conditions and mobile tools, where the mobile tools also have energy limit, so their maximum moving distance per tour is limited, too. Thus, when dealing with routing protocol design under this scenario, we must take these constraints on mobile sinks into account, in order to prolong the network lifetime efficiently and effectively.
Most existing algorithms for balancing the energy consumption of sensors are too difficult to be implemented in practice due to multiple limitations imposed on WSNs for different applications. In many practical applications, these limitations seriously influence the performance of existing algorithms. In this paper, assume that a sensor network with multiple mobile sinks is to be deployed for monitoring a remote region, and there is a local connected road map for the mobile sinks in the monitored region. The problem of concern is how to schedule these mobile sinks to collect as much data from sensors as possible so as to prolong the network lifetime.
The main contributions of this paper are as follows. We first formulate a novel constrained optimization problem, the energy management optimization problem of energy-constrained multiple mobile sinks for wireless sensor networks. We then propose an efficient algorithm, referred to as the Energy Management algorithm in a WSN with Multiple Sinks (EMMS), for the problem, which balances not only the workload among the mobile sinks but also the energy consumption among the sensor nodes. We finally conduct experiments through simulation to evaluate the performance of the proposed algorithm. Experimental results show that the proposed algorithm is very promising, which can improve the energy efficiency and the quality of data transmission of the sensor network significantly.
The rest of this paper is organized as follows. Section 2 introduces the system model and problem definition. Section 3 proposes an efficient algorithm for the problem of concern. Section 4 evaluates the performance of the proposed algorithm through simulations, and Section 5 concludes the paper.
2. Preliminaries
In this section, we first introduce the system model of wireless sensor networks, and then we define the problem precisely.
2.1. System Model
A wireless sensor network can be modeled as an undirected graph
We assume that the monitoring region by the sensor network has a road map that consists of connected roads on which the mobile sinks can travel. The road map contains all roads and their intersections. Each mobile sink will travel along the roads in the map at a constant speed and can stop at any point on the roads for data collection. We refer to these stop points of mobile sinks as their sojourn locations. Each mobile sink must return to its depot when it runs out of energy or completes its tour of data collection per round. Each sensor node collects its environmental information periodically and then transmits the collected data to its parent sensor in a routing tree rooted at a mobile sink through multihop relays. The mobile sinks compress their received sensory data and transmit the compressed data to the remote data monitoring center via the third party communication network.
2.2. Problem Definition
Suppose
We further assume that mobile sinks travel only along the roads in the map at a constant speed and can stay in any sojourn locations in their tours. They must return to their depot when they run out of energy. Each sensor node senses its vicinity information periodically and transmits the sensed data to its nearest mobile sink through multihop relays, where the sensor node is a node in the routing tree rooted at the mobile sink. The Energy Management in a WSN with Multiple Sinks (EMMS) is to find a closed tour for each of the k mobile sinks and calculate duration on the found tour per round so that the network lifetime can be maximized.
3. The EMMS Algorithm
In this section we deal with the EMMS problem by devising a novel algorithm for it. Firstly, we start by giving an overview of the algorithm, secondly, we provide the details of the proposed algorithm, and, lastly, we analyze the time complexity of the proposed algorithm.
3.1. Overview of the Proposed Algorithm
The trajectory of each mobile sink for data collection in the network is a closed tour that consists of one or multiple roads in the map. The proposed algorithm for Energy Management in a WSN with Multiple Sinks (EMMS) consists of two stages. The first stage is to find a closed tour for each mobile sink such that the length of the closed tour of each mobile sink is roughly equal, and the second stage is to determine the sojourn locations of each mobile sink on the found closed tour and to build a routing tree rooted at each sojourn location as well as the sojourn time at the location for the mobile sink. The rest of this section will detail the two stages of the algorithm.
3.2. Finding a Closed Tour for Each Mobile Sink
To find a closed tour for each mobile such that the length of the closed tour is roughly equal is essential to balance the workload among the mobile sinks. To this end, the solution delivered by the proposed algorithm should meet the following requirements:
The tour length of each sink should be about the same. The tour of each mobile sink is a closed tour so that the mobile sink can stop at any points (sojourn locations) in the tour. The starting and ending points of each mobile sink are the same, which are its depot. The overlapping among the closed tours should be as few as possible. Each road on the map must be accessed by at least one of the mobile sinks.
We find an optimal cycle C on map R that mobile sink must travel each edge at least once such that the total distance traveled by the sink is as short as possible. This problem is the Chinese postman [11]; the algorithm's details are described as follows.
Step 1.
Step 2.
Calculate the distance
Step 3.
Construct a weighted complete graph
Step 4.
If
Step 5.
Find Euler circuit C with Fleury's algorithm [11].
We now construct k closed tours on cycle C for k mobiles sinks, such that every closed tour will be accessed by one of the mobile sinks. Then, the length of the longest closed tour is
We show how to partition the cycle C into k segments such that the length of the longer segments among the k segments is minimized. To this end, we instead consider a chain containing n nodes
Lemma 1.
One has
Input: k Output: the length of the longer segments among the k segments is minimized
if then Construct the k segments else Partition the chain into k segments such that the maximum one is no more than if there is no such a partition then Partition the chain into k segments such that the maximum one is no more than end if end if
3.3. Sojourn Locations and Times of a Mobile Sink in a Closed Tour C
What followed is to determine the sojourn locations of a mobile sink on closed tour
3.3.1. The Sojourn Location Identifications
We assume that there is a closed tour L in
3.3.2. Data Collection
In the following we deal with the routing tree construction and the sojourn time at each of the routing trees.
(A) The Routing Tree Construction. Each mobile sink receives and transmits data by a routing tree at its sojourn locations. We illustrate the routing tree structure by an example. Let
The more residual energy a first layer node has, the more likely the rest nodes join. There are
(B) The Sojourn Time Calculation at Each Sojourn Location. Assume that the routing tree for each mobile sink at each sojourn location has been constructed. As time goes by, the residual energy of each sensor node becomes less and less; now, we consider the duration of data collection of the mobile sink at one sojourn location. In order to balance the energy consumption among sensor nodes in the sojourn location's neighbor set, we should reduce the duration of the mobile sink at a sojourn location per round. The duration There is a direct correlation between the sojourn time When the energy consumption in the neighbor set is high, the sojourn time should be reduced. We denote the ratio of the energy consumption to the initial energy capacity of sensor nodes as the level of energy consumption In order to reduce the movement of mobile sinks, we need to ensure the shortest duration for the practicability of network when the residual energy of nodes in the neighbor set is reduced. The duration The more the number of nodes in the neighbor set of the mobile sink at a sojourn location, the longer the duration will be. That is,
When the residual energy becomes zero,
(C) Data Collection and Sensing Data Transmission. The mobile sinks receive sensory data from their routing trees and transmit the sensory data to the remote monitoring center. In the last stage of data transmission stages, they collect the residual energy information from nodes in the neighbor set and travel to its next sojourn location.
3.3.3. Sojourn Location Search Stage
At the beginning of each round, the mobile sinks collect all residual energy information of nodes set They calculate the residual energy of each set in the set family and get the residual energy of nodes in the neighbor set of each sojourn location The sink selects a sojourn location at which the residual energy is largest as its next sojourn location. If The mobile sink moves to
In summary, the proposed algorithm is described as in Algorithms 2 and 3.
Input: The road map Output: an approximate solution of k balanced sub-loops. Begin / (1) for / (2) C← Fleury(G) [11]; / (3) we partition the cycle C into chain by / End
Input: A sub-loop L, the sojourn location set the energy of node neighbor loop Output: the next sojourn location and the duration Begin / (1) for if end if / (2) for if end if (3) End
3.4. Algorithm Analysis
In this section we analyze the approximation ratio of the proposed partition algorithm by the following theorem.
Theorem 2.
The algorithm for K segment partitioning of a cycle delivers a feasible solution with the approximation ratio of 2.
Proof.
We show this by two cases.
Case 1 (
Case 2 (
It leads to the contradiction. Thus, the weighted sum of each segment
Lemma 3.
Given a WSN
Proof.
We find optimally the cycle C on map R by invoking the Chinese postman. (i) We find the set of all odd vertices
We then partition cycle C into k segments by calling Algorithm 1
We make conclusion that the time complexity of Algorithm 2 subloops balance is
In Algorithm 3, sinks need to move and to be controlled during the data collection; we thus need to construct routing tree and calculate sojourn time. These need time
As the above analysis, the time complexity is
Theorem 4.
In a WSN G, given a closed tour L and a mobile station MS, the control algorithm of mobile sink can guarantee that the nodes closed to the closed tour run out of energy almost at the same time.
Proof.
Firstly, we prove that the energies of neighbor nodes with the same sojourn point exhaust almost at the same time. We assume that the energy consumption is used for data transmission or reception. The ratio of the residual energy of neighbor nodes is equal to the ratio of the number of descendent nodes. Consider
Secondly, we prove that the energy of the nodes closed to the sojourn points of the same route use almost the same time. Thus, we prove that when one of the neighbor nodes of the same routing runs out of its energy, the remaining nodes do, too. According to (4), the duration for one round which will run out of its energy tends to be
The energy dissipation of the sojourn point neighbor node set is almost equal to its initial energy. We make conclusion that the energies of neighbor nodes of other sojourns almost run out at the same time.
In a WSN G, for a map R and k mobile stations MSs, MMEM guarantees that the energies of neighbor nodes exhaust almost at the same time.
There are k segments, from which k closed tours will be derived. k mobile stations then travel on the closed tours. We thus conclude that MMEM guarantees that the energies of neighbor nodes exhaust almost at the same time.
4. Performance Evaluation
In this section we evaluate the performance of the proposed algorithm, EMMS, against other existing algorithms. We also investigate the impact of several parameters, the number of sensors per unit area, the road length of each mobile sink, and the number of sensors, on the performance of the proposed algorithm through simulations.
4.1. Experimental Environment Setting
We consider a wireless sensor network consisting of 100 to 400 sensors deployed in a 100 m × 100 m rectangle region. The transmission range of each sensor is 40 meters and its initial energy capacity is 0.5 J. Energy consuming rate of a sensor node of transmitting and receiving data is
To evaluate the effectiveness and efficiency of the proposed algorithm, we make use of two existing algorithms, SDMA [14] and DAWN [4], as our benchmarks. We define the lifetime T of the wireless network to the number of periodic data readings from sensors until the first sensor is drained of its energy.
4.2. Impact of the Number of Sensors on Network Lifetime
Figure 1(a) shows a wireless sensor network consisting of 100 sensors deployed in a 100 m × 100 m rectangle region. The lifetimes delivered by algorisms SDMA, DAWN, and MMEM in the wireless network are 1,000 rounds, 1,250 rounds, and 1,400 rounds, respectively.

Impact of the number of sensors on the network lifetime.
Figure 1(b) shows a wireless sensor network consisting of 400 sensors deployed in a 200 m × 200 m rectangle region. The lifetimes of wireless network delivered by algorithms SDMA, DAWN, and MMEM are 1,000 rounds, 1,010 rounds, and 1,750 rounds, respectively. As shown in Figure 1, the lifetime under the scheduling of MMEM is always significantly better than that under DAWN and SDMA.
4.3. Impact of the Length of Closed Tours on the Network Lifetime
Figure 2 plots the network lifetime of a sensor network when the number of sensors is fixed at 400 deployed in a 200 m × 200 m rectangle region, while the length of closed tours ranged from 400 m to 800 m with an increment of 100 m. The longer the length of closed tours the longer the network lifetime. In this simulation, the sensor nodes are distributed along the closed tour. The lifetime is 1750 rounds when the length of closed tour is limited to 400 m. With the increase of the length of closed tour and sojourn locations, the lifetime of network increases. The length of closed tour is longer and the number of sensors near the closed tour is larger.

Impact of the length of closed tours on the network lifetime.
4.4. Data Transmission Quantity
Figure 3(a) shows a wireless sensor network consisting of 100 sensors deployed in a 100 m × 100 m rectangle region. When the number of rounds is set at 1,000, SDMA, DAWN, and MMEM of the data transmission quantity are 5,000 bits, 30,000 bits, and 48,000 bits, respectively. Figure 3(b) demonstrates a wireless sensor network consisting of 400 sensors deployed in a 200 m × 200 m rectangle region. When the number of rounds is set at 1,000, SDMA, DAWN, and MMEM of the data transmission quantity are 30,000 bits, 40,000 bits, and 220,000 bits, respectively. As can be seen that no nodes expired and the duration is guaranteed, the quality of the network lifetime and data transmission is significantly improved. As shown in Figure 3, the data transmission under the scheduling of MMEM outperforms both DAWN and SDMA.

The data transmission quantity of the proposed algorithm, EMMS.
5. Conclusion
In this paper, we studied the data collection in a wireless sensor network via employing multiple mobile sinks and formulated it as a constrained optimization problem. We proposed an EMMS algorithm for the problem and evaluated the performance of the proposed algorithm through simulations. Simulation results demonstrate that the proposed algorithm can improve the energy efficiency and data transmission quantity within the network significantly.
Footnotes
Conflict of Interests
The authors declare that there is no conflict of interests regarding the publication of this paper.
