Next Article in Journal
Dielectric Spectroscopy and Optical Density Measurement for the Online Monitoring and Control of Recombinant Protein Production in Stably Transformed Drosophila melanogaster S2 Cells
Next Article in Special Issue
A Statistical Approach to Detect Jamming Attacks in Wireless Sensor Networks
Previous Article in Journal
Towards the Crowdsourcing of Massive Smartphone Assisted-GPS Sensor Ground Observations for the Production of Digital Terrain Models
Previous Article in Special Issue
A Method for Dynamically Selecting the Best Frequency Hopping Technique in Industrial Wireless Sensor Network Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Delay-Aware Energy-Efficient Routing towards a Path-Fixed Mobile Sink in Industrial Wireless Sensor Networks

1
State Key Laboratory of Virtual Reality Technology and Systems, Beihang University, Beijing 100191, China
2
Department of Electrical and Computer Engineering, University of Idaho, Moscow, ID 83844, USA
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(3), 899; https://doi.org/10.3390/s18030899
Submission received: 11 February 2018 / Revised: 12 March 2018 / Accepted: 15 March 2018 / Published: 18 March 2018
(This article belongs to the Collection Smart Industrial Wireless Sensor Networks)

Abstract

:
Wireless sensor networks (WSNs) involve more mobile elements with their widespread development in industries. Exploiting mobility present in WSNs for data collection can effectively improve the network performance. However, when the sink (i.e., data collector) path is fixed and the movement is uncontrollable, existing schemes fail to guarantee delay requirements while achieving high energy efficiency. This paper proposes a delay-aware energy-efficient routing algorithm for WSNs with a path-fixed mobile sink, named DERM, which can strike a desirable balance between the delivery latency and energy conservation. We characterize the object of DERM as realizing the energy-optimal anycast to time-varying destination regions, and introduce a location-based forwarding technique tailored for this problem. To reduce the control overhead, a lightweight sink location calibration method is devised, which cooperates with the rough estimation based on the mobility pattern to determine the sink location. We also design a fault-tolerant mechanism called track routing to tackle location errors for ensuring reliable and on-time data delivery. We comprehensively evaluate DERM by comparing it with two canonical routing schemes and a baseline solution presented in this work. Extensive evaluation results demonstrate that DERM can provide considerable energy savings while meeting the delay constraint and maintaining a high delivery ratio.

1. Introduction

Wireless Sensor Networks (WSNs) have drawn intensive attention from the industrial community recently due to their flexibility, low cost, and powerful networking ability [1,2,3]. They could be applied for long-term surveillance, smart manufacturing, process control, and so on [4,5,6]. In industries, mobile elements are extensively involved in WSNs and play an increasingly important role [7]. On one hand, inspectors or patrol robots would be required to collect sensing data from various deployed industrial sensors (e.g., radiation sensor, gas sensor, temperature sensor) for decision-making. On the other hand, exploiting mobility of mobile entities in WSNs could improve the energy efficiency, load balance and network connectivity. Consequently, data collection in WSNs with mobile sinks (also referred to as mobile base stations or mobile data collectors) has become a significant issue [8].
There exist three sink mobility patterns [9]: (1) random mobility where the sink roams in the sensing field randomly [10,11,12,13,14]; (2) path-controllable mobility where the trajectory and the sink speed can be controlled to improve the network performance [15,16,17,18,19,20,21,22,23,24,25,26]; (3) path-fixed mobility where the sink moves on a fixed path and under strict constraint its motion parameters such as the speed and pause time are also uncontrollable [27,28,29,30,31,32,33,34,35,36].
In the past several years, extensive research has been conducted on efficient data delivery in WSNs with above sink mobility patterns and could be classified into three categories from the perspective of the routing scheme [21]: single-hop routing, immediate multi-hop routing, and rendezvous-based routing. In the single-hop routing, mobile sinks visit each sensor node and gather data via one-hop communication, resulting in low energy cost but extremely high delivery latency [10,17,27,28,29,30]. With respect to the immediate multi-hop routing, all nodes immediately deliver packets to the mobile sink along dynamic routes with multiple hops, enabling real-time data collection at the cost of tremendous energy consumption [11,12,18,19,20,31]. Rendezvous-based routing strikes a balance between aforementioned two methods, wherein data packets originated from deployed nodes will first be transferred to specified rendezvous nodes and then uploaded to the sink when it arrives [13,16,21,22,23,24,25,32,33].
This paper focuses on delay-constrained energy-efficient data delivery towards a path-fixed mobile sink. This mobility pattern is common in industrial scenarios due to restrictions on accessible areas and the requirements of performing assigned tasks (e.g., robots making regular inspections, people walking along roads, and transport vehicles). Several works adopting the rendezvous-based scheme have been proposed for the path-fixed mobility [32,33]. However, they are dedicated to improving the network throughput or energy efficiency while neglecting the delay requirement. Actually, unlike in the situation that the sink mobility can be controlled, the traditional rendezvous-based routing cannot guarantee the delivery delay when the sink path and speed are all fixed. For example, a vehicle may take 2 h for a round trip, incurring high data collection delay, which is not acceptable for many applications. On the contrary, the immediate multi-hop routing cannot utilize the sink mobility for energy conservation. In real life, there are many types of sensing data that have different delay requirements varying in different conditions. For instance, the smoke concentration in an industrial park might be reported every 2 min in normal circumstances but 1 s in emergency situations. How can various delay constraints be satisfied as well as achieving high energy efficiency in this new context?
To address this problem, in this work, we propose a Delay-aware Energy-efficient Routing algorithm for WSNs with a path-fixed and uncontrollable Mobile sink (DERM). Figure 1 illustrates the three distinct data routing methods. DERM enables each node to transmit packets to a dynamic region accessible to the sink within the delay constraint (called destination region) via the shortest path, and then the packets will be collected before their deadlines when the sink arrives. It can be observed that, compared to the other two schemes, DERM achieves a flexible balance between the data delivery delay and energy consumption. The design of DERM is nontrivial as it intrinsically contains three issues: (1) energy-optimal routing towards time-varying regions; (2) efficient sink location estimation; and (3) a reliable fault-tolerant routing mechanism for handling the location errors. Our major contributions are summarized as follows:
  • To the best of our knowledge, DERM is the first work concerned about both the delivery delay and energy efficiency for data collection in WSNs with a path-fixed and strictly uncontrollable mobile sink. We design a location-based greedy forwarding algorithm for energy-optimal routing towards dynamic destination regions, and demonstrate that the right-hand rule can also be used for void handling in this new context after being slightly modified.
  • An effective location calibration method is presented, which can be combined with the rough estimation based on the mobility pattern to determine the sink location. In this manner, the routing performance can be guaranteed with very low control overhead.
  • We propose an approach named track routing to deal with the sink location errors caused by delayed calibration or unpredicted faults. It can guarantee reliable and on-time delivery in an energy-efficient manner, by adopting a “greedily advance, discreetly step back” strategy.
  • We verify the effectiveness of our proposed method by extensive experiments and comprehensive performance comparisons. Additionally, we present a delay-constrained rendezvous-based routing, providing a supplementary baseline.
The remainder of this paper is organized as follows: Section 2 investigates the related work. Section 3 presents the network model and problem description. Section 4 elaborates the design of DERM. The performance evaluation is provided in Section 5. Finally, Section 6 concludes the paper.

2. Related Work

This paper mainly involves research from two aspects: data collection with mobile sinks, and geographic routing. We review the related work as follows.

2.1. Data Collection with Mobile Sinks

The issue of data collection in WSNs with mobile sinks has drawn much attention recently. Existing works are surveyed in [8,9], and can be summarized as three categories according to the sink mobility. As introduced in Section 1, they adopt different routing schemes, i.e., single-hop routing, multi-hop routing, and rendezvous-based routing.
Random Mobility: In [10], mobile entities are exploited to gather data via one-hop communication. The authors mathematically analyze the performance (e.g., energy efficiency, latency, and delivery ratio) based on the random mobility model. Li et al. present λ -flooding to achieve real-time data collection via multiple hops [11]. λ -flooding locally updates the collection tree and thus can effectively reduce the route maintenance overhead. In [12], the Predictive QoS Routing incorporates information potentials with the mobility graph to support data delivery in non-local sink movement scenarios. The mobility graph can be learned from training data and used to predict the future relay node nearest to the mobile sink. Lee et al. propose delivering data to stashing nodes along all predicted possible trajectories, and then the stashed data will be collected when the sink passes by [13].
Path-Controllable Mobility: Under this mobility pattern, many works are dedicated to designing the sink path for improving the network performance [15,16,17,18,19,20,21,22,23,24,25,26]. In [17], mobile elements visit each node to collect the buffered data using one-hop communication. The movements are scheduled to guarantee that the data can be delivered before buffer overflow. For multi-hop routing towards mobile sinks, several works [18,19,20] optimize the sink path to achieve energy balance in the network. A rendezvous-based approach [21,22] is introduced, with which data packets are first transferred to nodes along the scheduled path and further uploaded to a mobile collector when it arrives. Xing et al. aim to find the optimal path that minimizes the total route length and can be toured within the delay constraint. The work in [23] guarantees that all packets can be relayed to the mobile collector within bounded hops while the moving path length is minimized. The authors propose both centralized and distributed algorithms to determine the path. Xu et al. design the sink path so that the energy reduction will be maximized and a round-trip data collection can be completed within a specified time period [24]. In [25], a continuous sub-path on a given constrained trajectory is selected for the mobile sink to collect the maximum amount of data within the delay bound. Sha et al. find the moving paths for multiple sinks to achieve low-latency energy-efficient data gathering while exploiting the sleep scheduling and the sensing radius adjustment to reduce coverage redundancy [26].
Path-Fixed Mobility: The works in [27,28] optimize the energy consumption in WSNs with path-fixed mobile collectors. Several other proposals focus on the data collection on a pre-defined path in energy harvesting sensor networks. In [29,30], the amount of collected data is maximized by optimizing the time slot allocation to individual nodes along the path while their energy budget constraints can be satisfied. However, the above research assumes that all sensor nodes can directly communicate with the collectors in one hop, which might be infeasible in many scenarios. Luo et al. present a protocol named MobiRoute in which the mobile sink pauses at different anchor points along a fixed path and sensors transmit data packets to it through multiple hops [31]. To maximize the network lifetime, a 2-phase algorithm is used to allocate the pause time at each anchor point. In [32], nodes transfer data to corresponding cluster heads via the shortest path. When collecting data from these cluster heads within the direct communication range, the mobile sink can adjust its speed to accommodate the network conditions in different regions, and thus improve the network performance. Nevertheless, in some situations, the motion is strictly uncontrollable. Considering path-fixed mobile sinks with a constant speed, Gao et al. [33] suggest that optimizing the assignment of sensor nodes to subsinks (i.e., rendezvous nodes) can improve the network throughput as well as conserve the routing cost. This Maximum Amount Shortest Path (MASP) problem is solved with a genetic algorithm. However, it adopts the rendezvous-based routing mode, and does not take the delay performance into account. This paper complements the design of delay-aware energy-efficient data collection on a fixed path with a strictly uncontrollable mobile sink.

2.2. Geographic Routing

Geographic routing (also called position-based routing or location-based routing) is a long-known data forwarding strategy and has been widely studied [37]. It exploits the geographic information of one-hop neighbors to choose an optimal forwarder at each hop, and thus moves a packet to reach the destination node gradually. To ensure the QoS (Quality of Service) provisioning of geo-routing in WSNs, several routing metrics are introduced for optimizing the forwarder selection [38,39,40]. Greedy forwarding in geo-routing may fail when encountering a communications void (i.e., local minimum), and thus an effective approach is required to solve this problem for guaranteeing successful delivery. Existing void handling techniques are systematically surveyed in [41]. The authors classify them into six categories: planar graph-based, geometric, flooding-based, cost-based, heuristic, and hybrid. Therein, the face routing [42] and the perimeter routing in GPSR (Greedy Perimeter Stateless Routing) protocol [43], two very similar approaches, have become standard techniques for void handling. Unfortunately, above traditional geo-routing approaches cannot be directly applied for energy-optimal routing towards dynamic destination regions. Additionally, the problem of dealing with the sink location errors for reliable delivery still remains to be solved.

3. Network Model and Problem Description

In this section, we introduce the network model and relevant assumptions. Then, we describe the problem to be addressed in this work, and propose our basic approach.

3.1. Network Model

We consider a WSN with a mobile sink M and N static sensor nodes deployed in a monitoring area, as shown in Figure 1. Each node has the same transmission radius R. The sink periodically travels along a fixed path with a constant speed v M , and knows its own mobility pattern, which is uncontrollable.
The sink path can be represented by a sequence of endpoints and turning points:
P = ( P 0 , P 1 , P 2 , . . . , P n ) .
Note that, if P is a round-trip path, the points sequentially accessed by the sink in one cycle are P 0 , P 1 , . . . , P n , . . . , P 1 , P 0 . If P is a cyclic path, those would be P 0 , P 1 , . . . , P n , P 0 . We use t p to denote the path type (i.e., round-trip or cyclic). Therefore, the sink mobility pattern including the sink path, the speed, and the path type can be characterized by a triple of (P, v M , t p ). Let Ω ( P ) denote the direct communication region where the nodes’ distances to the sink path P are less than the communication radius R. Those nodes belonging to Ω ( P ) are called potential rendezvous nodes (RNs for short). We assume that each RN has enough storage space for buffering the received data. This is feasible as the development of the memory chip technology [33].
When the sink is moving, it sends out Beacon messages in regular intervals to discover nearby nodes. Each node receiving the message updates the Beacon timestamp in its sink list. If the timestamp has not been updated for a period of time, the sink will be regarded as out of the communication range.
Some other related assumptions are listed as follows:
  • Location awareness: All nodes know their physical locations and exchange them with their neighboring nodes in the initial phase. The locations can be obtained by GPS modules outdoors. In indoor environments, many existing methods (e.g., range-based and fingerprint-based techniques) can also achieve satisfactory localization accuracy [44].
  • Unreliable links: The wireless communication is unreliable due to channel fading, interference, etc. The MAC (Media Access Control) layer measures the link quality by calculating the Packet Reception Ratio (PRR) [45]. To ensure the reliability of one-hop packet delivery, the ARQ (Automatic Repeat reQuest) mechanism is adopted, by which a packet encountering transmission failures will be retransmitted until being acknowledged. For instance, in CC2530, the receiver can acknowledge a packet with the software ACK [46].
  • Time synchronization: The clocks of sensor nodes are synchronized, which can be achieved by GPS modules or a practical time synchronization method in WSNs such as FTSP (Flooding Time Synchronization Protocol) [47] or Glossy [48].
  • Data transmission time: The wireless signal travels much faster than the mobile sink. Therefore, compared to the delay constraint and the travel time of the sink, the time for multi-hop transmissions and data uploading from RNs to the sink is negligible [14]. Furthermore, when the RN finds that its cached data cannot be delivered within the communication time with the sink, it will transfer the excess data to a delegation node that can be visited before the deadline (see Section 4.2).

3.2. Problem Description

We assume a typical scenario that all sensor nodes generate packets randomly with a constant rate and the packets should be delivered to the sink before their own deadlines. Take the source node s in Figure 1 as an example. Our object is to find a delay-constrained energy-optimal route towards the mobile sink M for data packets generated from s. The end-to-end delay constraint is D s . As mentioned before, we propose to first relay the packets to a node in the destination region via the shortest path. That node is called destination node, denoted by N D . Then, the sink will pick up the cached data when it arrives within the time limit. The problem can be formulated as follows:
minimize e P a t h ( s , N D ) E T X ( e ) ,
Subject to
N D Ω ( P ) , t M N D D s .
Object function (2) minimizes the energy cost taking for transferring a packet from the source node s to the destination node N D . The cost is defined as the total number of transmissions and can be estimated by the accumulated ETX (Expected Transmission Count) of all links (termed e) along the path from s to N D (termed P a t h ( s , N D ) ). Equation (3) indicates that N D is located in the destination region, which means N D must be an RN, and the time for the sink M to reach it is less than D s . We can see that the destination region varies as the sink moves.

4. Main Design of DERM

In this section, we first present an overview of DERM and then introduce the detailed design of each key component in DERM.

4.1. Design Overview

As analyzed in Section 3.2, DERM can be abstracted into the energy-optimal dynamic destination region anycast problem named EO-DRA.
To address this problem, the design of DERM mainly includes three components, as shown in Figure 2. Firstly, a geographic routing protocol tailored for EO-DRA is proposed. Each node estimates the current sink location and destination region by the sink mobility pattern. Then, it delivers the newly generating packet to any node in that region in a greedy manner based on a comprehensive metric considering both the location information and the link quality. To handle the communications void, we adapt the traditional perimeter routing for EO-DRA and demonstrate the efficacy. Secondly, we observe that the estimated location may not be accurate due to some factors such as pauses and velocity fluctuations. Therefore, an efficient sink location calibration method is adopted, with which each node updates the sink location when its route length dilation exceeds a certain limit caused by the outdated information. The method has low control overhead, and can still ensure high routing energy efficiency. Thirdly, for each node, there still exist unexpected sink location errors incurred by delayed updating or unpredicted movement deviations in future. Thus, we further propose a fault-tolerant mechanism named track routing. If a packet has been transferred to and buffered in an RN, but finds that the sink has not arrived by the deadline, it will exploit a reliable forwarding approach to track the sink along the path P and complete the last-mile delivery.   
To facilitate the subsequent descriptions of DERM, we introduce the network initialization operation here. In the initial phase, the sink broadcasts a message including its ID, mobility pattern (P v M , t p ), initial location P i n i t , and the time to start moving t i n i t . Each node receiving the message stores this information in the sink list. All RNs will launch a procedure to preliminarily construct a route along the sink path, which will be elaborated in Section 4.4. Furthermore, each node exchanges its status information (i.e., node ID, PRR, and location) with the 1-hop neighboring nodes, and the graph planarization required for void handling is completed in a distributed manner.

4.2. Geographic Routing for EO-DRA

As is well known, geographic routing is an efficient routing scheme due to its scalability and localized feature, especially in the networks with dynamic topologies. However, unlike in the traditional geo-routing, in EO-DRA, the destination is a region determined by the sink path travelled within the delay constraint. Our target is to achieve energy efficient anycast towards the region, which makes the greedy forwarding and void handling in this context quite different.

4.2.1. Greedy Forwarding for EO-DRA

We assume a packet originated from source node s is relayed to the current forwarding node i. Based on the mobility pattern (P, v M , t p ), the recorded sink location at a certain time, the node can roughly compute the current sink location and further estimate the travel path L within the delay constraint D s . Note that the recorded location and its corresponding time are initialized with P i n i t and t i n i t , respectively, and might be updated as introduced in Section 4.3.
Then, the node chooses a best forwarding node at the current time from its neighbors. Considering both link qualities and locations of nodes, we introduce a comprehensive routing metric named the remaining ETX ( r E T X ), which can be estimated as:
r E T X i j = E T X i j + d i s t ( j , L ) A v g P r o ( h i + 1 ) ˜ · A v g E T X ( h i + 1 ) ˜ , ( h i 0 ) ,
where r E T X i j represents the expected remaining ETX of the packet at node i when choosing neighboring node j as the next-hop forwarder. E T X i j can be calculated as the reciprocal of the PRR between nodes i and j. d i s t ( j , L ) is the shortest distance from node j to the polyline L. h i is the hop count from the source to the current node i. A v g P r o ( h i + 1 ) ˜ and A v g E T X ( h i + 1 ) ˜ denote the estimated average single-hop packet progress and ETX of the first h i + 1 hops, respectively. The single-hop packet progress (SPP) towards L when the packet is forwarded from i to j is defined as
P r o i j = d i s t ( i , L ) - d i s t ( j , L ) .
We first calculate the actual average SPP and ETX of the elapsed h i hops [40]:
A v g P r o ( h i ) = ( h i - 1 ) · A v g P r o ( h i - 1 ) + P r o ( h i ) h i , ( h i 1 ) ,
A v g E T X ( h i ) = ( h i - 1 ) · A v g E T X ( h i - 1 ) + E T X ( h i ) h i , ( h i 1 ) ,
where P r o ( h i ) and E T X ( h i ) represent the actual SPP and ETX of the h i t h hop forwarding, respectively. A v g P r o ( 0 ) and A v g E T X ( 0 ) at the source node can be set as zero because they are useless in our computation. Then, we have
A v g P r o ( h i + 1 ) ˜ = h i · A v g P r o ( h i ) + P r o ( h i + 1 ) ˜ h i + 1 , ( h i 0 ) ,
A v g E T X ( h i + 1 ) ˜ = h i · A v g E T X ( h i ) + E T X ( h i + 1 ) ˜ h i + 1 , ( h i 0 ) ,
where P r o ( h i + 1 ) ˜ and E T X ( h i + 1 ) ˜ are the expected SPP and ETX of the ( h i + 1 ) t h hop forwarding, and can be estimated as the average of SPPs and ETXs of all i’s neighbors with a positive progress, respectively.
Therefore, we deduce the best forwarder j satisfying following conditions:
m i n j N ( i ) r E T X i j , s . t . P r o i j > 0 ,
where N ( i ) denotes the neighboring node set of i. Based on the new metric, the packet will be forwarded towards the destination region in an efficient way.
If the packet arrives at an RN located in the destination region, it will be buffered until being collected by the sink. Moreover, if the RN finds that its buffered data cannot be uploaded to the mobile sink within the limited communication time, it will delegate the excess data to a neighboring RN that has spare communication time and can be visited within the delay constraint. If no such an RN can be found, the data will be transferred along the adjacent route (constructed in Section 4.4) to seek a delegation node.
We take Figure 3 as an example to illustrate the forwarding process. The source node s has a data packet required to be delivered within the delay constraint D s . It looks up the target sink in its sink list, and estimates that M will travel from current location A to location C within the delay constraint. Thus, the travel path L is polyline ( A , B , C ) . Node s calculates the r E T X values for all its neighboring nodes having a positive SPP and finally chooses node N 1 as the next-hop forwarder. Note that node N 2 is closer to L than node N 1 ( d 2 < d 1 ), but it has a lower PRR (indicated near the edges) that incurs a larger r E T X (i.e., more energy cost). Node N 1 receiving the packet will recalculate the destination region because the sink location might be updated, and select a forwarder as at the source. Unlike the traditional geo-routing where the destination location is recorded in the packet, we encapsulate the sink ID, along with the hop count h, the average SPP A v g P r o ( h ) , and the average ETX A v g E T X ( h ) . When the packet is relayed to node N 3 , it will be cached until the sink arrives.

4.2.2. Void Handling for EO-DRA

Greedy forwarding for EO-DRA may also encounter the communications void problem that a node (termed void node) fails to locate a next-hop forwarder closer to the destination region than it. The long-known perimeter routing [43] has been proved to be an efficient way to bypass the void area. However, it cannot be directly applied in DERM. We make the following modifications to adapt it for DERM: (1) the physical destination node is undetermined in advance unlike in traditional geo-routing. Thus, we define the virtual destination of a node as the point closest to the node on the sink’s travel path within the delay constraint. When a packet enters the void handling mode, it will be forwarded along the faces intersected by the line connecting the void node and its virtual destination using the right-hand rule; (2) we set the traversal direction (clockwise or counterclockwise) to be the same as the direction in which the void node, the current sink location, and the virtual destination can be visited orderly. In this way, the destination node will be closer to the sink, and the waiting time for the final delivery will be reduced.
As shown in Figure 4, a packet gets stuck at void node u. The shortest distance from u to the travel path L is d u L . u cannot find a one-hop neighbor in the greedy forwarding region where the nodes’ distances to L are less than d u L . Then, the stuck packet enters the void handling mode. Its virtual destination is D and the sink location is A. Points u, A, and D are sequentially visited in the clockwise direction. To find a path towards L clockwise, the packet traverses the faces crossed by the line u D ¯ using the counterclockwise direction of the right-hand rule. It will return to the greedy forwarding mode at node N 3 .
It can be observed that the greedy destination region in EO-DRA is larger compared to the traditional geo-routing, which means that a packet suffers the communications void with a lower probability and can return to the greedy mode more easily.
We prove the efficacy of the modified perimeter routing for EO-DRA.
Theorem 1.
The modified perimeter routing for EO-DRA guarantees that a route from the void node to the destination region can always be found if it does exist.
Proof. 
Assume that there exists a route from a void node u to the destination node N D , P a t h ( u , N D ) . We add a virtual link connecting N D and the virtual destination D named l ( N D , D ) , and thus a route from u to D named P a t h ( u , D ) is formed. We have
P a t h ( u , D ) = P a t h ( u , N D ) l N D , D .
Based on the principle of the right-hand rule, travelling along the faces intersected by u D ¯ can find P a t h ( u , D ) . P a t h ( u , N D ) is a part of P a t h ( u , D ) , and thus N D will be reached when travelling towards D. Figure 4 also illustrates this proof. ☐

4.3. Sink Location Calibration

As stated above, the sink location estimated by the mobility pattern may deviate from the real one, which will lead to inefficient routing. A straightforward solution is that the sink regularly broadcasts its location to the entire network. However, it will bring tremendous control overhead. Therefore, we introduce a location calibration method with which the updated location information is forwarded by a node (e.g., node i) only when the route length is enlarged beyond a threshold due to the stale information [11].
Let d u p d t denote the estimated routing path length of a packet when the updated sink location is used for forwarding, and let d p r e v denote that when the previous location information before updating is used. The method ensures d p r e v / d u p d t α , where α is the route length dilation threshold and α > 1 . d u p d t and d p r e v are estimated as
d u p d t = d i s t ( i , L u p d t ) ,
d p r e v = d i s t ( i , L p r e v ) + d i s t ( D p r e v , L u p d t ) .
d u p d t is calculated as the shortest distance from node i to the travel path within the delay constraint, termed L u p d t , which is predicted based on the updated sink location. To compute d p r e v , we first calculate the distance from i to the travel path L p r e v predicted based on the previous location, and obtain the corresponding virtual destination D p r e v . If D p r e v is not on the path L u p d t , to ensure on-time delivery, the packet should be further transferred to L u p d t via the track routing introduced in Section 4.4. Thus,  d p r e v includes an additional item, d i s t ( D p r e v , L u p d t ) .
Figure 5 shows an example of the sink location calibration in DERM. The sink is currently located at A deviated from the estimated location B for Δ meters. The travel path length within the delay constraint is l. The sink broadcasts its current location information. Each node receiving the updated information will calculate its d u p d t and d p r e v based on Equations (12) and (13). Figure 5 depicts d u p d t and d p r e v of three nodes, i.e., N 1 in Area I, N 2 in Area III, and N 3 in Area V. Take node N 3 as an example. Its d u p d t is | N 3 C | and d p r e v is | N 3 E | + | C E | . If d p r e v / d u p d t > α , the node will update the sink location and forward it. Without loss of generality, the coordinate of A is set as (0, 0). A node whose coordinate is ( x , y ) will be required to forward the updated location if satisfying the following conditions:
( x - Δ ) 2 + y 2 ( x - Δ ) 2 + y 2 ( x + y ) 2 ( x + y ) 2 > α , ( Area I : x 0 ) , ( x - Δ ) 2 + y 2 ( x - Δ ) 2 + y 2 | y | | y | > α , ( Area II : 0 < x Δ ) , ( x - l + | y | ) ( x - l + | y | ) ( x - l ) 2 + y 2 ( x - l ) 2 + y 2 > α , ( Area IV : l < x l + Δ ) , ( ( x - l - Δ ) 2 + y 2 + Δ ) ( x - l - Δ ) 2 + y 2 + Δ ( x - l ) 2 + y 2 ( x - l ) 2 + y 2 > α , ( Area V : x > l + Δ ) .
From Equation (14), we can sketch out the location updating area (e.g., the shaded area in Figure 5).
It can be observed that: (1) exploiting the mobility for delay-aware routing can effectively reduce the overhead of location calibration, compared to the immediate multi-hop routing. For instance, nodes in Area III need not update the sink location as their routing paths are not affected by the estimation error; (2) the updated area is bounded, and its size is related to Δ and α . Only if the deviation Δ does exist and incurs route dilation at a node beyond the threshold α , the updating information will be relayed. These two facts indicate that the introduced method can deal with the sink movement deviations and guarantee energy-efficient routing in DERM at a very low cost.
The detailed procedure of the sink location calibration is shown in Algorithm 1. Node i records the updated sink location P u M i and its last forwarded sink location P l M i . Each location entry has a corresponding time (e.g., t u M i for P u M i ). All nodes in the network set a location check timer. When the timer expires, the sink checks whether the deviation between its real location P u M and the estimated one P e M (deduced from P l M ) is beyond a threshold Δ t h . If so, it broadcasts a location updating message L o c M s g including P u M and the corresponding time t u M to its neighboring nodes (Lines 1–4). It is noted that the updating area might be separated into two parts as shown in Figure 5. Thus, the sink needs to send an area anycast message A n y C a s t M s g to a circular region [38] whose center point is P u M ˜ (the estimated sink location after D s seconds, e.g., point C in Figure 5) and radius is R (Line 5). If there are no nodes in that area, the radius will be increased and the anycast message will be retransmitted. When a node inside the target area receives the A n y C a s t M s g , as a new source of the updated information, it also floods a L o c M s g to its neighbors (Lines 15–21). While receiving a new L o c M s g , node i updates its previously recorded sink location P u M i to P u M . If d p r e v / d u p d t > α , it propagates L o c M s g to the neighborhood (Lines 22–28). Otherwise, it suppresses the forwarding of L o c M s g temporally. Regularly, when the timer expires, the node checks P l M i , which is regarded as the previous location in this case. If d p r e v / d u p d t > α , it broadcasts a L o c M s g containing the updated information (Lines 9–12). The approach is obviously efficient because the sink does not need to send a message continuously to trigger the updating process when it moves.

4.4. Track Routing

As introduced in Section 4.1, the sink floods an announcement message to the entire network in the initial phase. In the meantime, the shortest path tree can be constructed as in [49]. Then, along the tree, each RN replies to the sink with a message including its location. Here, we define the access point of a node as the closest point to it on the sink path, which can be intuitively regarded as the site where the sink collects the data buffered in the node. We call two nodes “adjacent” if their access points are nearest in either direction along the path. The sink can find the adjacent nodes of each RN and send their locations to that RN through the corresponding reverse route. In this way, every RN is aware of its adjacent nodes, and thus a route sequentially connecting all the RNs along the path, called adjacent route, is established. Note that a route to an adjacent node outside the communication range can be discovered via geo-routing.
Algorithm 1 Sink location calibration algorithm at sensor node i.
Input: α , Δ t h ; P u M i , P l M i , and their corresponding time; the sink mobility pattern;
Output: newly calibrated sink location;
1:while Location check timer expires do
2:  if i is the sink then
3:    if d i s t ( P u M , P e M ) > Δ t h then
4:      Broadcast L o c M s g ( P u M , t u M ) to its neighbors;
5:      Send an A n y C a s t M s g ( P u M ˜ , R , P u M , t u M ) ;
6:       P l M P u M ;
7:    end if
8:  else
9:    if P u M i ! = P l M i and d p r e v / d u p d t > α then
10:      Broadcast L o c M s g ( P u M i , t u M i ) to its neighbors;
11:       P l M i P u M i ;
12:    end if
13:  end if
14:end while
15:while Receiving a new A n y C a s t M s g ( P u M ˜ , R , P u M , t u M ) do
16:  if i is inside the target area then
17:    Broadcast L o c M s g ( P u M , t u M ) to its neighbors;
18:  else
19:    Forward the A n y C a s t M s g greedily;
20:  end if
21:end while
22:while Receiving a new L o c M s g ( P u M , t u M ) do
23:   P u M i P u M ;
24:  if d p r e v / d u p d t > α then
25:    Forward L o c M s g ( P u M , t u M ) to its neighbors;
26:     P l M i P u M ;
27:  end if
28:end while
When a packet finds that the sink has not visited the RN it buffered in before the deadline due to delayed location updating or unpredicted faults, it must be delivered via multi-hop routing. To address this problem, we propose a method named track routing, as shown in Algorithm 2. The design of Algorithm 2 is elaborated as follows.

4.4.1. Determining the Forwarding Direction

When a packet enters the track routing mode at a node called tracking node (e.g., N 0 in Figure 6), it will determine the packet forwarding direction first (Lines 2–20). Our method supports two types of sink paths, i.e., the round-trip path and the cyclic path.
For the round-trip path, the tracking node broadcasts a message to its neighbors to query their sink Beacon timestamps. Obviously, the fresher the timestamp, the closer the distance between a node and the sink. Therefore, the neighboring RN having the freshest timestamp will be selected as the next-hop forwarder. Assuming the timestamps of the tracking node and node i are t 0 and  t i , respectively, the forwarder has a maximum t i - t 0 . If there are no RNs in the neighborhood, the tracking node will choose the adjacent node with a fresher timestamp as the forwarder. The packet forwarding direction (termed f w d D i r e c ) can be represented by a vector from the current node to the next-hop node. For example, in Figure 6a, N 3 is the forwarder and the vector N 0 N 3 (or B A ) indicates f w d D i r e c .
Algorithm 2 Track routing algorithm at sensor node i.
Input: the neighbor node set N ( i ) ; the sink path, the timestamp t i ; f w d D i r e c , r e v e r s e _ f l a g ;
Output: the next-hop forwarder;
1:while receiving or buffering a packet in the track routing mode do
2:  if node i is the tracking node then
3:    if t p == r o u n d - t r i p then
4:      Find the node j with the maximum t j in N ( i ) ;
5:      if j ! = n u l l then
6:        Forward the packet to j;
7:         f w d D i r e c = i j ;
8:      else
9:        Forward the packet to the adjacent node k with the maximum t k ;
10:         f w d D i r e c = i k ;
11:      end if
12:    else
13:      Determine f w d D i r e c based on Equation (15);
14:      Find the node j satisfying Equation (17);
15:      if j ! = n u l l then
16:        Forward the packet to j;
17:      else
18:        Forward the packet to the adjacent node in f w d D i r e c ;
19:      end if
20:    end if
21:  else
22:    if d i s t ( i , M ) R then
23:      Deliver the packet to M;
24:    else if r e v e r s e _ f l a g = = t r u e then
25:      Forward the packet to the adjacent node in f w d D i r e c ;
26:    else if i s _ m i s s e d = = t r u e then
27:      Reverse f w d D i r e c and forward the packet to the adjacent node in new f w d D i r e c ;
28:       r e v e r s e _ f l a g = t r u e ;
29:    else
30:      Find the node j satisfying Equation (17);
31:      if j ! = n u l l then
32:        Forward the packet to j;
33:      else
34:        Forward the packet to the adjacent node in f w d D i r e c ;
35:      end if
36:    end if
37:  end if
38:end while
For the cyclic path, the sink travels along the path in a uniform direction all the time. Thus, moving the packet to chase the sink based on the freshness of timestamps may result in a long detour. In this case, f w d D i r e c is a Boolean value and can be set as:
f w d D i r e c = s a m e , i f ( t c u r r e n t - t 0 ) mod T T T 2 2 , o p p o s i t e , otherwise ,
where t c u r r e n t denotes the current time and T is the time for the sink to complete one cycle of movement. If the time since the sink passed node N 0 is beyond T / 2 , it may have travelled half the path with respect to N 0 . Hence, the packet will be forwarded in the opposite direction of the sink movement, as shown in Figure 6b.

4.4.2. Selecting the Forwarder

After determining f w d D i r e c , a node would select a best next-hop forwarder (Lines 21–37). An intuitive solution is directly forwarding the packet to its adjacent node in the direction f w d D i r e c . However, it will make the packet visit the RNs one by one along the path towards the sink, which is obviously inefficient. We perform the track routing in a greedy manner.
To facilitate the presentation, we define A d v f D P ( i , j ) as the advance along the path P in the direction f w d D i r e c when a packet is forwarded from node i to j. Denote P i and P j as the access points of i and j on the path P, respectively. P a t h ( P i , P j ) represents the path from P i to P j , which may include turning points of P. A d v f D P ( i , j ) can be calculated as
A d v f D P ( i , j ) = | | P a t h ( P i , P j ) | | 2 , i f direc ( P a t h ( P i , P j ) ) = f w d D i r e c , - | | P a t h ( P i , P j ) | | 2 , o t h e r w i s e .
If P a t h ( P i , P j ) has the same direction as f w d D i r e c , A d v f D P ( i , j ) equals the length of P a t h ( P i , P j ) . Otherwise, it is negative.
When node i receives a packet in the track routing mode, it will first check whether the sink is within the communication range. If so, the packet will be directly delivered. Otherwise, i chooses a neighbor j as the forwarder which satisfies following conditions:
max j N ( i ) A d v f D P ( i , j ) , s . t . j Ω ( P ) , 0 < A d v f D P ( i , j ) < β R .
β is a factor used to restrict the single-hop advance because an excessively large advance may result in missing the mobile sink. Generally, we set β as 1. If i cannot find such a node j, it will forward the packet to its adjacent node in the direction f w d D i r e c .
We also consider an infrequent situation that the packet misses the sink due to a long advance. Assume the timestamps of node i and its last-hop node are t i and t l a s t , respectively. The situation will be recognized if (1) t i < t l a s t when the path is round-trip; or (2) t i < t l a s t when the path is cyclic and f w d D i r e c is s a m e ; or (3) t i > t l a s t when the path is cyclic and f w d D i r e c is o p p o s i t e . The principle is that the Beacon timestamps mutate at the node being visited by the sink. In this case, the forwarding direction will be reversed. The packet will be forwarded back to the adjacent node in new f w d D i r e c and enter the reverse track routing mode. When receiving a packet in the reverse track routing mode, a node just transfers it to the adjacent node in f w d D i r e c .
We take Figure 7 as an example to illustrate the track routing process in DERM. The dashed lines represent the adjacent route. A packet at node N 0 needs to be delivered to the sink M. As in Figure 6a, the packet will be first transferred to N 3 with the freshest timestamp, and the forwarding direction is determined as N 0 N 3 . Then, N 3 chooses N 6 , which has the maximum A d v f D P as the next-hop forwarder. Note here that forwarding to the adjacent node N 4 will incur a longer route. On receiving the packet, N 7 fails to find a neighboring RN and sends it to the adjacent node N 9 through an ordinary node N 8 outside the region Ω ( P ) . When the packet arrives at N 11 , it realizes that the sink is missed. N 11 will reverse the forwarding direction and transmit the packet to its adjacent node N 10 , which is within the communication range of M.
It can be observed that the track routing adopts a “greedily advance, discreetly step back” strategy, achieving high energy efficiency as well as reliable data delivery. Compared to the pheromone-based forwarding scheme [14], with our approach, the packet will not get stuck when failing to locate a neighboring node with a fresher timestamp. It takes full advantage of the path information, and thus (1) just needs to query the timestamps once for determining the forwarding direction and (2) can also obtain better performance for the cyclic path.

5. Implementation and Performance Evaluation

In this section, we implement DERM and three other solutions in the ns-2 simulator [50], and compare their performance. The immediate multi-hop routing is used in [31] for sensor nodes to transmit data packets to the mobile sink when it pauses at anchor points. The rendezvous-based routing is adopted in [32], with which each node transfers data to an RN via the shortest path. We adapt these two approaches for WSNs with a path-fixed and strictly uncontrollable mobile sink. In addition, we present a delay-constrained rendezvous-based scheme as a supplementary baseline. Their routing strategies are introduced below.
  • Immediate Multi-hop Routing (Multihop): All nodes send data packets immediately to the mobile sink using geographic routing. The location of the sink is estimated and calibrated as in DERM, and the track routing mechanism is exploited to dealing with the location deviations.
  • Rendezvous-based Routing (Rendezvous): Each data packet is transmitted to an RN via the shortest path using geo-routing and then collected when the sink arrives.
  • Delay-Constrained Rendezvous-based Routing (DC-rendezvous): Each packet is first sent to the closest RN as in the traditional rendezvous-based routing. However, if the sink has not arrived within the delay constraint, the packet will be delivered to it via the track routing.
For fair comparisons, the aforementioned three solutions and DERM adopt the same routing metric (i.e., remaining ETX) as defined in Equation (4). We first evaluate their performance in ideal scenarios where the sink movement exactly complies with its mobility pattern. Then, we show the simulation results in realistic scenarios where the real movement deviates from the estimated one, and demonstrate the effectiveness of the void handling and the track routing mechanisms in DERM for reliable packet delivery.

5.1. Simulation Setup

We use the setdest tool to generate 100 different topologies randomly in a 1000 m × 400 m rectangular area with four vertices located at (0 m, 0 m), (0 m, 400 m), (1000 m, 400 m), and (1000 m, 0 m). The network consists of 1000 nodes and the communication ranges are set as 40 m. We adopt the IEEE 802.15.4 MAC layer protocol and measure the PRR with the Nakagami fading model [51] where the link quality is related to the distance between two nodes. Each node randomly generates one sensory data packet per minute, which is required to be delivered within the delay constraint. The mobile sink moves from the start point (0 m, 200 m) to the end point (1000 m, 200 m) and then returns back to the start point with a constant speed. It sends out a Beacon message every second when moving in the network. The sink location check timer interval is 5 s and the deviation threshold Δ t h is 1 m. Unless otherwise stated, we set the sink speed v M , the delay constraint D s , and α as 2 m/s, 120 s, and 1.2, respectively. All the results have been averaged over 100 rounds of simulations.

5.2. Evaluation Metrics

We evaluate the performance of our design in terms of the following metrics:
  • Transmission Cost per Packet: measured as the average number of transmissions for an end-to-end (E2E) packet delivery.
  • E2E Delivery Delay per Packet: the average elapsed time from a data packet being sent out by the source node to finally being collected by the mobile sink.
  • Maximum E2E Delivery Delay: the maximum of end-to-end delivery delays of all packets generated at different sensor nodes.
  • Location Calibration Overhead: measured as the average number of sink location updates per node during one cycle of sink movement.
  • Packet Delivery Success Ratio: the ratio of the number of packets successfully received by the sink to the total number of packets sent from source nodes.
  • On-time Delivery Ratio: the ratio of the number of packets delivered to the sink within the delay constraint to the total number of packets sent by source nodes.

5.3. Performance Evaluation in Ideal Movement Scenarios

In ideal scenarios, the sink location can be accurately estimated using the mobility pattern, and thus the location calibration mechanism is not required. We mainly investigate the impact of the sink speed and the delay constraint on the performance of DERM and the three baseline solutions.

5.3.1. Performance Overview in Ideal Movement Scenarios

We evaluate the performance of DERM in ideal movement scenarios, varying the sink speed from 1 to 4 m/s. Figure 8a reports the transmission cost per packet of the four routing schemes under different sink speeds. Compared to the Multihop and the DC-Rendezvous approaches, DERM reduces the transmission cost by 13%–44% and 26%–38%, respectively. The energy savings are significant considering the cost is calculated by averaging the transmission number per node per packet. This is because DERM takes full advantage of the sink mobility. Although DC-Rendezvous also exploits the mobility to some extent, it does not utilize the sink location information for routing and thus achieves lower energy efficiency compared with DERM. As expected, the Rendezvous approach has the smallest transmission cost but at the price of tremendous delivery delay since it simply transmits packets to the vicinity of the sink path. As the sink speed increases, the transmission cost per packet of DERM and DC-Rendezvous decreases. The reason is that a higher speed leads to a larger destination region, which provides more room for obtaining an energy-efficient route.
Figure 8b shows that Multihop achieves real-time data transmission. DERM and DC-Rendezvous can also meet the delay requirement as their maximum E2E delivery delays are both no greater than 120 s. On the contrary, the maximum E2E delay of Rendezvous is uncontrollable, which all depends on the path length and the sink speed. Figure 8c indicates the results in terms of the E2E delivery delay per packet. DC-Rendezvous yields a larger E2E delay per packet than DERM. It can be explained by the fact that, in DC-Rendezvous, many packets wait for D s seconds and finally find that the sink has not arrived. The maximum E2E delay and E2E delay per packet of Rendezvous decrease significantly when the speed is increased from 1 to 4 m/s because the sink can reach a rendezvous node in less time with a higher speed. Regarding DERM and DC-Rendezvous, the maximum E2E delay almost stays unchanged and the E2E delay per packet decreases at a slow rate with increasing of the speed, due to the delay-aware operation.

5.3.2. Impact of the Delay Constraint

In Figure 9, we study the impact of the delay constraint on the performance of different routing schemes. Figure 9a shows that the transmission cost per packet of DERM and DC-Rendezvous decreases by 25 % and 11 % , respectively, when the delay constraint is increased from 60 to 180 s. This is because, like increasing the speed, relaxing the delay constraint will also enlarge the destination region. Figure 9b illustrates that DERM as well as DC-Rendezvous can always meet the corresponding delay requirement when the constraint is changed. Not surprisingly, the performance of Multihop and Rendezvous is little affected by the delay constraint, as shown in Figure 9a–c.

5.4. Performance Evaluation in Realistic Movement Scenarios

In realistic scenarios, the real sink locations may deviate from the values estimated by the mobility pattern. To test the effectiveness of DERM in such movement scenarios, we assume that the mobile sink pauses at the midpoint of the path for a period of time. The pause time is set to 30 s by default.

5.4.1. Performance Overview in Realistic Movement Scenarios

Figure 10 reports the evaluation results under different sink speeds in realistic movement scenarios. From Figure 10a,b, we can observe that the four schemes achieve very close transmission cost per packet and maximum E2E delays to those shown in Figure 8a,b, respectively. There are only some increases in the maximum E2E delay of Rendezvous (e.g., from 1979 to 2008 s when the speed is 1 m/s) due to the pause. This means that the location calibration method performs well in tackling the location deviations for Multihop and DERM. As for Rendezvous and DC-Rendezvous, the location information is not used. The transmission cost of DERM decreases by 13%–43% and 24%–38% compared to Multihop and DC-Rendezvous, respectively. Furthermore, the location estimation errors inevitably exist in realistic movement scenarios, but the maximum E2E delay of DERM can still meet the delay constraint, which demonstrates the efficiency of the track routing for ensuring on-time delivery. Figure 10c shows the control overhead of the sink location calibration. The average number of updates per node in Multihop and DERM increases from 1.2 to 3 and 0.7 to 1.8, respectively, when the speed is varied from 1 to 4 m/s. This is because the location deviation is proportional to the speed with a given pause time. Remarkably, compared to Multihop, the overhead of DERM is reduced by about 40% and increases at a smaller rate with the speed. For DERM, 0.7–1.8 updates per node during one cycle of the sink movement is acceptable.

5.4.2. Impact of α

In this experiment, we investigate the impact of α on the performance of DERM and Multihop. For each approach, we show a lower bound (i.e., optimal value) of the transmission cost per packet, which can be achieved when the real sink movement is always known. We also present the upper bound, which is obtained when the location calibration method is not adopted.
As depicted in Figure 11a, the transmission cost of DERM and Multihop increases with α since a greater route length dilation is allowed. Figure 11b shows that α has almost no influence over the maximum E2E delay because the track routing can always guarantee on-time packet delivery. On the other hand, the location calibration overhead is reduced when α is varied from 1.2 to 2.4, as shown in Figure 11c. We see that adjusting α can strike a balance between the routing efficiency and the overhead. It is noted that, when α is set to 1.2, the two approaches achieve approximately optimal transmission cost. For DERM and Multihop, the number of transmissions per packet is reduced by about 1 and 2.3, respectively, compared with their corresponding upper bounds. Therefore, under this setting, the reductions are considerable while the control overhead is acceptable.

5.4.3. Impact of the Pause Time

In this test, we examine the performance of the four routing schemes under different pause times varying from 10 to 80 s. Figure 12a indicates that the transmission cost of DERM and Multihop change little with the pause time, although longer pauses will incur larger location deviations. This result demonstrates the effectiveness of the location calibration method. Judging from Figure 12b, the maximum E2E delay of Rendezvous gradually increases with the pause time, while that of the other three approaches almost stays constant and satisfies the constraint. As expected, the location calibration overhead is proportional to the pause time, as shown in Figure 12c. Compared to Multihop, the overhead of DERM increases more slowly with the increase of the pause time, which implies that DERM is more applicable for the realistic scenarios.

5.4.4. Effectiveness of DERM for Reliable Packet Delivery

In this part, we verify the effectiveness of DERM for packet successful delivery and on-time delivery. As illustrated in Figure 13, DERM achieves a high delivery success ratio close to 100%, which can be mainly attributed to the modified perimeter routing employed in DERM for handling communications void. Another reason is that the destination in DERM is a region, and the probability of having a route from a node to a region is higher than to a point. When the track routing is adopted, the on-time delivery ratio stays approximately the same as the success ratio despite the increase of α . That is, almost all the received packets are delivered within the delay constraint. For comparison purposes, we also present the on-time delivery ratio of DERM without the track routing. As α is varied from 1.0 to 2.0, the ratio decreases from 96% to 67% because more nodes suffer sink location errors, but no fault-tolerant mechanism is used. Note that, when α is set to 1, the on-time delivery still cannot be guaranteed without the track routing. This is because the future sink location deviations cannot be predicted, although the real current location is always known. From the above observations, we can see that the track routing is effective as well as necessary.

5.5. Performance Summary

From above observations, we can conclude that DERM achieves the optimal energy efficiency under the delay constraint. Compared with Rendezvous and DC-rendezvous, DERM needs to estimate the sink location and thus introduces the extra control overhead for location calibration in realistic movement scenarios. However, DERM has much better energy efficiency than DC-rendezvous, and can always meet the delay requirements compared to Rendezvous. The overhead can be amortized by energy savings on the delivery of continuously generated data packets. Multihop can achieve real-time packet delivery, but it also brings more transmission costs and requires more frequent location calibration compared to DERM.

6. Conclusions

In this work, we propose DERM, a protocol aiming at achieving delay-aware energy-optimal routing in WSNs with a path-fixed mobile sink. DERM employs a location-based greedy forwarding technique, enabling each node to relay packets to a destination region accessible to the mobile sink within the delay constraint. An energy-efficient location calibration method is introduced to deal with the deviation between the estimated and the real sink movements. Moreover, we present the track routing to guarantee packet on-time and reliable delivery. Extensive evaluation results demonstrate the effectiveness of our proposed approach in both ideal and realistic movement scenarios. Compared to Multihop and DC-rendezvous, DERM reduces the transmission cost by 13%–44% and 24%–38%, respectively, and requires about 40% less control overhead than Multihop for the sink location calibration. Compared with Rendezvous, it can always meet a wide range of delay constraints under different settings. The energy profit brought by DERM is proportional to the speed and the delay constraint. Therefore, DERM can be applied in many industrial applications with various delay requirements for energy conservation due to its scalability and flexibility.
In the future, we plan to validate the proposed approach in WSNs with multiple path-fixed sinks. Furthermore, we also plan to enhance our design by comprehensively considering the end-to-end delay, the transmission cost as well as the total amount of collected data.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (61633002, 61572060, 61772060), the National Basic Research Program of China (973 Project) under Grant 2013CB035503, and the CERNET Innovation Project 2015 under Grant NGII20151004.

Author Contributions

S.W. and W.C. designed the study; S.W. and J.N. performed the experiments and wrote the paper; M.G. enhanced the organization and presentation of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gungor, V.C.; Hancke, G.P. Industrial wireless sensor networks: challenges, design principles, and technical approaches. IEEE Trans. Ind. Electron. 2009, 56, 4258–4265. [Google Scholar] [CrossRef]
  2. Shu, L.; Mukherjee, M.; Hu, L.; Bergmann, N.; Zhu, C. Geographic routing in duty-cycled industrial wireless sensor networks with radio irregularity. IEEE Access 2016, 4, 9043–9052. [Google Scholar] [CrossRef]
  3. Xia, C.; Jin, X.; Kong, L.; Zeng, P. Scheduling for Emergency Tasks in Industrial Wireless Sensor Networks. Sensors 2017, 17, 1674. [Google Scholar] [CrossRef] [PubMed]
  4. Mukherjee, M.; Shu, L.; Hu, L.; Hancke, G.P.; Zhu, C. Sleep scheduling in industrial wireless sensor networks for toxic gas monitoring. IEEE Wirel. Commun. 2017, 24, 106–112. [Google Scholar] [CrossRef]
  5. Yang, J.; Zhou, J.; Lv, Z.; Wei, W.; Song, H. A real-time monitoring system of industry carbon monoxide based on wireless sensor networks. Sensors 2015, 15, 29535–29546. [Google Scholar] [CrossRef] [PubMed]
  6. Chen, C.; Yan, J.; Lu, N.; Wang, Y.; Yang, X. Ubiquitous monitoring for industrial cyber-physical systems over relay-assisted wireless sensor networks. IEEE Trans. Emerg. Top. Comput. 2015, 3, 352–362. [Google Scholar] [CrossRef]
  7. Ma, J.; Yang, D.; Zhang, H.; Gidlund, M. A reliable handoff mechanism for mobile industrial wireless sensor networks. Sensors 2017, 17, 1797. [Google Scholar] [CrossRef] [PubMed]
  8. Di Francesco, M.; Das, S.K.; Anastasi, G. Data collection in wireless sensor networks with mobile elements: A survey. ACM Trans. Sens. Netw. 2011, 8, 1–31. [Google Scholar] [CrossRef]
  9. Yu, S.; Zhang, B.; Li, C.; Mouftah, H. Routing protocols for wireless sensor networks with mobile sinks: A survey. IEEE Commun. Mag. 2014, 52, 150–157. [Google Scholar] [CrossRef]
  10. Jain, S.; Shah, R.C.; Brunette, W.; Borriello, G.; Roy, S. Exploiting mobility for energy efficient data collection in wireless sensor networks. Mob. Netw. Appl. 2006, 11, 327–339. [Google Scholar] [CrossRef]
  11. Li, Z.; Li, M.; Wang, J.; Cao, Z. Ubiquitous data collection for mobile users in wireless sensor networks. In Proceedings of the IEEE International Conference on Computer Communications (INFOCOM), Shanghai, China, 10–15 April 2011; pp. 2246–2254. [Google Scholar]
  12. Kusy, B.; Lee, H.; Wicke, M.; Milosavljevic, N.; Guibas, L. Predictive QoS routing to mobile sinks in wireless sensor networks. In Proceedings of the ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN), San Francisco, CA, USA, 13–16 April 2009; pp. 109–120. [Google Scholar]
  13. Lee, H.; Wicke, M.; Kusy, B.; Gnawali, O.; Guibas, L. Data stashing: Energy-efficient information delivery to mobile sinks through trajectory prediction. In Proceedings of the 9th ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN), Stockholm, Sweden, 12–16 April 2010; pp. 291–302. [Google Scholar]
  14. Cheng, L.; Niu, J.; Francesco, M.D.; Das, S.K.; Luo, C.; Gu, Y. Seamless streaming data delivery in cluster-based wireless sensor networks with mobile elements. IEEE Syst. J. 2016, 10, 805–816. [Google Scholar] [CrossRef]
  15. Zhou, Z.; Du, C.; Shu, L.; Hancke, G.; Niu, J.; Ning, H. An energy-balanced heuristic for mobile sink scheduling in hybrid WSNs. IEEE Trans. Ind. Inform. 2016, 12, 28–40. [Google Scholar] [CrossRef]
  16. Salarian, H.; Chin, K.W.; Naghdy, F. An energy-efficient mobile-sink path selection strategy for wireless sensor networks. IEEE Trans. Veh. Technol. 2014, 63, 2407–2419. [Google Scholar] [CrossRef]
  17. Somasundara, A.A.; Ramamoorthy, A.; Srivastava, M.B. Mobile element scheduling with dynamic deadlines. IEEE Trans. Mob. Comput. 2007, 6, 395–410. [Google Scholar] [CrossRef]
  18. Luo, J.; Hubaux, J.P. Joint mobility and routing for lifetime elongation in wireless sensor networks. In Proceedings of the IEEE International Conference on Computer Communications (INFOCOM), Miami, FL, USA, 13–17 March 2005; pp. 1735–1746. [Google Scholar]
  19. Wang, Z.M.; Basagni, S.; Melachrinoudis, E.; Petrioli, C. Exploiting sink mobility for maximizing sensor networks lifetime. In Proceedings of the IEEE 38th Annual Hawaii International Conference on System Sciences, Big Island, HI, USA, 3–6 January 2005; p. 287a. [Google Scholar]
  20. Gandham, S.R.; Dawande, M.; Prakash, R.; Venkatesan, S. Energy efficient schemes for wireless sensor networks with multiple mobile base stations. In Proceedings of the IEEE Global telecommunications conference (GLOBECOM), San Francisco, CA, USA, 1–5 December 2003; pp. 377–381. [Google Scholar]
  21. Xing, G.; Wang, T.; Jia, W.; Li, M. Rendezvous design algorithms for wireless sensor networks with a mobile base station. In Proceedings of the 9th ACM international symposium on Mobile ad hoc networking and computing (MobiHoc), Hong Kong, China, 26–30 May 2008; pp. 231–240. [Google Scholar]
  22. Xing, G.; Wang, T.; Xie, Z.; Jia, W. Rendezvous Planning in Wireless Sensor Networks with Mobile Elements. IEEE Trans. Mob. Comput. 2008, 7, 1430–1443. [Google Scholar] [CrossRef]
  23. Zhao, M.; Yang, Y. Bounded relay hop mobile data gathering in wireless sensor networks. IEEE Trans. Comput. 2012, 61, 265–277. [Google Scholar] [CrossRef]
  24. Xu, J.; Wang, C.P.; Dai, H.; Zhang, D.Q.; Yu, J.J. Designing constrained trajectory based on Maximizing Energy Reduction in large-scale wireless sensor networks. Int. J. Distrib. Sens. Netw. 2015, 11, 801831. [Google Scholar] [CrossRef]
  25. Kumar, N.; Dash, D.; Kumar, P. Optimal Sub-Path Selection for Maximum Data Gathering Using Mobile Sink in WSN. In Proceedings of the 7th International ACM Conference on Computer and Communication Technology, Allahabad, India, 24–26 November 2017; pp. 66–71. [Google Scholar]
  26. Sha, C.; Qiu, J.M.; Li, S.Y.; Qiang, M.Y.; Wang, R.C. A type of low-latency data gathering method with multi-sink for sensor networks. Sensors 2016, 16, 923. [Google Scholar] [CrossRef] [PubMed]
  27. Chakrabarti, A.; Sabharwal, A.; Aazhang, B. Communication power optimization in a sensor network with a path-constrained mobile observer. ACM Trans. Sens. Netw. 2006, 2, 297–324. [Google Scholar] [CrossRef]
  28. Song, L.; Hatzinakos, D. Architecture of wireless sensor networks with mobile sinks: Sparsely deployed sensors. IEEE Trans. Veh. Technol. 2007, 56, 1826–1836. [Google Scholar] [CrossRef]
  29. Ren, X.; Liang, W.; Xu, W. Use of a mobile sink for maximizing data collection in energy harvesting sensor networks. In Proceedings of the IEEE International Conference on Parallel Processing (ICPP), Lyon, France, 1–4 October 2013; pp. 439–448. [Google Scholar]
  30. Mehrabi, A.; Kim, K. Maximizing data collection throughput on a path in energy harvesting sensor networks using a mobile sink. IEEE Trans. Mob. Comput. 2016, 15, 690–704. [Google Scholar] [CrossRef]
  31. Luo, J.; Panchard, J.; Piórkowski, M.; Grossglauser, M.; Hubaux, J.P. Mobiroute: Routing towards a mobile sink for improving lifetime in sensor networks. In Proceedings of the International Conference on Distributed Computing in Sensor Systems (DCOSS), San Francisco, CA, USA, 18–20 June 2006; pp. 480–497. [Google Scholar]
  32. Somasundara, A.A.; Kansal, A.; Jea, D.D.; Estrin, D.; Srivastava, M.B. Controllably mobile infrastructure for low energy embedded networks. IEEE Trans. Mob. Comput. 2006, 5, 958–973. [Google Scholar] [CrossRef]
  33. Gao, S.; Zhang, H.; Das, S.K. Efficient data collection in wireless sensor networks with path-constrained mobile sinks. IEEE Trans. Mob. Comput. 2011, 10, 592–608. [Google Scholar] [CrossRef]
  34. Yun, Y.S.; Xia, Y. Maximizing the lifetime of wireless sensor networks with mobile sink in delay-tolerant applications. IEEE Trans. Mob. Comput. 2010, 9, 1308–1318. [Google Scholar]
  35. Gu, Y.; Ji, Y.; Li, J.; Zhao, B. ESWC: Efficient scheduling for the mobile sink in wireless sensor networks with delay constraint. IEEE Trans. Parallel Distrib. Syst. 2013, 24, 1310–1320. [Google Scholar] [CrossRef]
  36. Xu, X.; Huangfu, X.; Wang, W.; Lu, Q. Wireless charging routing algorithm in WSN with a path-fixed sink. Chin. J. Sci. Instrum. 2016, 37, 570–578. [Google Scholar]
  37. Mauve, M.; Widmer, J.; Hartenstein, H. A survey on position-based routing in mobile ad hoc networks. IEEE Netw. 2001, 15, 30–39. [Google Scholar] [CrossRef]
  38. He, T.; Stankovic, J.A.; Abdelzaher, T.F.; Lu, C. A spatiotemporal communication protocol for wireless sensor networks. IEEE Trans. Parallel Distrib. Syst. 2005, 16, 995–1006. [Google Scholar] [CrossRef]
  39. Lu, C.; Blum, B.M.; Abdelzaher, T.F.; Stankovic, J.A.; He, T. RAP: A real-time communication architecture for large-scale wireless sensor networks. In Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium, San Jose, CA, USA, 27 September 2002; pp. 55–66. [Google Scholar]
  40. Cheng, L.; Niu, J.; Cao, J.; Das, S.K.; Gu, Y. QoS Aware Geographic Opportunistic Routing in Wireless Sensor Networks. IEEE Trans. Parallel Distrib. Syst. 2014, 25, 1864–1875. [Google Scholar] [CrossRef]
  41. Chen, D.; Varshney, P.K. A survey of void handling techniques for geographic routing in wireless networks. IEEE Commun. Surv. Tutor. 2007, 9, 50–67. [Google Scholar] [CrossRef]
  42. Bose, P.; Morin, P.; Stojmenović, I.; Urrutia, J. Routing with guaranteed delivery in ad hoc wireless networks. Wirel. Netw. 2001, 7, 609–616. [Google Scholar] [CrossRef]
  43. Karp, B.; Kung, H.T. GPSR: Greedy perimeter stateless routing for wireless networks. In Proceedings of the ACM 6th annual international conference on Mobile computing and networking (MobiCom), Boston, MA, USA, 6–11 August 2000; pp. 243–254. [Google Scholar]
  44. Yassin, A.; Nasser, Y.; Awad, M.; Al-Dubai, A.; Liu, R.; Yuen, C.; Raulefs, R.; Aboutanios, E. Recent advances in indoor localization: A survey on theoretical approaches and applications. IEEE Commun. Surv. Tutor. 2016, 19, 1327–1346. [Google Scholar] [CrossRef]
  45. Kim, K.H.; Shin, K.G. On accurate measurement of link quality in multi-hop wireless mesh networks. In Proceedings of the ACM 12th annual international conference on Mobile computing and networking (MobiCom), Los Angeles, CA, USA, 23–29 September 2006; pp. 38–49. [Google Scholar]
  46. CC2530 Datasheet. Available online: http://www.ti.com/product/CC2530 (accessed on 28 February 2018).
  47. Miklós, M.; Kusy, B.; Simon, G.; Lédeczi, Á. The flooding time synchronization protocol. In Proceedings of the ACM International Conference on Embedded Networked Sensor Systems (SenSys), Baltimore, MD, USA, 3–5 November 2004; pp. 39–49. [Google Scholar]
  48. Ferrari, F.; Zimmerling, M.; Thiele, L.; Saukh, O. Efficient network flooding and time synchronization with Glossy. In Proceedings of the IEEE International Conference on Information Processing in Sensor Networks (IPSN), Chicago, IL, USA, 12–14 April 2011; pp. 73–84. [Google Scholar]
  49. Niu, J.; Cheng, L.; Gu, Y.; Jun, J.; Zhang, Q. Minimum-delay and energy-efficient flooding tree in asynchronous low-duty-cycle wireless sensor networks. In Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC), Shanghai, China, 7–10 April 2013; pp. 1261–1266. [Google Scholar]
  50. The Network Simulator: Ns-2. Available online: http://www.isi.edu/nsnam/ns/ (accessed on 28 February 2018).
  51. Cheng, L.; Cao, J.; Chen, C.; Ma, J.; Das, S.K. Exploiting geographic opportunistic routing for soft QoS provisioning in wireless sensor networks. In Proceedings of the IEEE 7th International Conference on Mobile Adhoc and Sensor Systems (MASS), San Francisco, CA, USA, 8–12 November 2010; pp. 292–301. [Google Scholar]
Figure 1. Three routing schemes in wireless sensor networks with a path-fixed mobile sink.
Figure 1. Three routing schemes in wireless sensor networks with a path-fixed mobile sink.
Sensors 18 00899 g001
Figure 2. DERM framework overview.
Figure 2. DERM framework overview.
Sensors 18 00899 g002
Figure 3. An example of greedy forwarding for EO-DRA.
Figure 3. An example of greedy forwarding for EO-DRA.
Sensors 18 00899 g003
Figure 4. An example of void handling for EO-DRA.
Figure 4. An example of void handling for EO-DRA.
Sensors 18 00899 g004
Figure 5. An example of the sink location calibration in DERM.
Figure 5. An example of the sink location calibration in DERM.
Sensors 18 00899 g005
Figure 6. Examples of determining the forwarding directions for (a) the round-trip path; and (b) the cyclic path.
Figure 6. Examples of determining the forwarding directions for (a) the round-trip path; and (b) the cyclic path.
Sensors 18 00899 g006
Figure 7. An example of the track routing in DERM.
Figure 7. An example of the track routing in DERM.
Sensors 18 00899 g007
Figure 8. Performance overview under different sink speeds in ideal movement scenarios ( D s = 120 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) end-to-end delivery delay per packet.
Figure 8. Performance overview under different sink speeds in ideal movement scenarios ( D s = 120 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) end-to-end delivery delay per packet.
Sensors 18 00899 g008
Figure 9. Impact of the delay constraint on the performance of four routing schemes ( v M = 2 m/s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) end-to-end delivery delay per packet.
Figure 9. Impact of the delay constraint on the performance of four routing schemes ( v M = 2 m/s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) end-to-end delivery delay per packet.
Sensors 18 00899 g009
Figure 10. Performance overview under different sink speeds in realistic movement scenarios ( D s = 120 s, α = 1.2, and the pause time is 30 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Figure 10. Performance overview under different sink speeds in realistic movement scenarios ( D s = 120 s, α = 1.2, and the pause time is 30 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Sensors 18 00899 g010
Figure 11. Impact of α ( v M = 2 m/s, D s = 120 s, and the pause time is 30 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Figure 11. Impact of α ( v M = 2 m/s, D s = 120 s, and the pause time is 30 s). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Sensors 18 00899 g011
Figure 12. Impact of the pause time ( v M = 2 m/s, D s = 120 s, and α = 1.2). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Figure 12. Impact of the pause time ( v M = 2 m/s, D s = 120 s, and α = 1.2). (a) transmission cost per packet; (b) maximum end-to-end delivery delay; (c) location calibration overhead.
Sensors 18 00899 g012
Figure 13. Delivery ratio of DERM with and without the track routing ( v M = 2 m/s, D s = 120 s, and the pause time is 30 s).
Figure 13. Delivery ratio of DERM with and without the track routing ( v M = 2 m/s, D s = 120 s, and the pause time is 30 s).
Sensors 18 00899 g013

Share and Cite

MDPI and ACS Style

Wu, S.; Chou, W.; Niu, J.; Guizani, M. Delay-Aware Energy-Efficient Routing towards a Path-Fixed Mobile Sink in Industrial Wireless Sensor Networks. Sensors 2018, 18, 899. https://doi.org/10.3390/s18030899

AMA Style

Wu S, Chou W, Niu J, Guizani M. Delay-Aware Energy-Efficient Routing towards a Path-Fixed Mobile Sink in Industrial Wireless Sensor Networks. Sensors. 2018; 18(3):899. https://doi.org/10.3390/s18030899

Chicago/Turabian Style

Wu, Shaobo, Wusheng Chou, Jianwei Niu, and Mohsen Guizani. 2018. "Delay-Aware Energy-Efficient Routing towards a Path-Fixed Mobile Sink in Industrial Wireless Sensor Networks" Sensors 18, no. 3: 899. https://doi.org/10.3390/s18030899

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop