Next Article in Journal
Color Regeneration from Reflective Color Sensor Using an Artificial Intelligent Technique
Previous Article in Journal
Sturdy Positioning with High Sensitivity GPS Sensors Under Adverse Conditions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Minimum Expected Delay-Based Routing Protocol (MEDR) for Delay Tolerant Mobile Sensor Networks

School of Computer Science and Engineering, University of Electronic Science and Technology of China, Chengdu 610054, China
*
Author to whom correspondence should be addressed.
Sensors 2010, 10(9), 8348-8362; https://doi.org/10.3390/s100908348
Submission received: 20 July 2010 / Revised: 10 August 2010 / Accepted: 20 August 2010 / Published: 3 September 2010
(This article belongs to the Section Chemical Sensors)

Abstract

:
It is a challenging work to develop efficient routing protocols for Delay Tolerant Mobile Sensor Networks (DTMSNs), which have several unique characteristics such as sensor mobility, intermittent connectivity, energy limit, and delay tolerability. In this paper, we propose a new routing protocol called Minimum Expected Delay-based Routing (MEDR) tailored for DTMSNs. MEDR achieves a good routing performance by finding and using the connected paths formed dynamically by mobile sensors. In MEDR, each sensor maintains two important parameters: Minimum Expected Delay (MED) and its expiration time. According to MED, messages will be delivered to the sensor that has at least a connected path with their hosting nodes, and has the shortest expected delay to communication directly with the sink node. Because of the changing network topology, the path is fragile and volatile, so we use the expiration time of MED to indicate the valid time of the path, and avoid wrong transmissions. Simulation results show that the proposed MEDR achieves a higher message delivery ratio with lower transmission overhead and data delivery delay than other DTMSN routing approaches.

Graphical Abstract

1. Introduction

To deal with data gathering in mobile and extreme environments lacking continuous connectivity, Delay Tolerant Mobile Sensor Networks (DTMSNs) [15] have been proposed in recent years. DTMSNs belongs to the general category of Delay Tolerant Networks (DTNs) [612], occasionally connected networks that may suffer from frequent partitions. Although with similar hardware components, DTMSNs distinguish themselves from conventional sensor networks by some unique characteristics such as nodal mobility, intermittent connectivity, delay tolerability, limited battery supply and buffer and so on. A typical DTMSN consists of two types of nodes: the mobile sensor nodes and the sink nodes. The former, which can intermittently connect with each other, are attached to mobile objects for data gathering, and the latter are either placed at special locations or taken by some of mobile objects to collect data from sensors and forward them to the end user.
Obviously, it is difficult to form well connected end-to-end paths for mobile sensor nodes to transmit data to the sink nodes in DTMSNs, due to the sparse network density, short range radio and sensor node mobility, e.g., in scenarios like wildlife tracking for biological research, air quality monitoring, or flu virus tracking. Traditional data gathering approaches, which usually rely on a large number of densely deployed sensor nodes with short range radio to form a well connected end-to-end network, and collect the target data and transmit them to the sink nodes by collaborating together, cannot work effectively in DTMSNs. Therefore, how to develop efficient routing protocols, which can achieve high data delivery ratios with low transmission overhead and acceptable delay for DTMSNs, becomes the key issue.
Many existing works [1318] cannot adapt to the characteristics of DTMSNs well. For example, due to too low data deliver ratios in direct transmission [13] and the tremendous amount of energy expense in epidemic algorithms [14], both basic routing schemes do not work efficiently in practical applications. Although mitigating the resource burden, MaxProp [15] and PREP [16], two variants of the epidemic protocol, still have very high transmission overhead. Later, RED [17] and FAD [18] consider the characteristics of DTMSN and make routing decisions based on historic records. They achieve better routing performance compared with other works, but the routing decision methods only depend on nodes’ utilities in one-hop scope, which overemphasizes the isolation and segmentation of networks, but don’t take the usual and local multiple-hop connected feature dynamically formed by moving nodes into account. Thus RED and FAD still have some drawbacks in routing performance.
For example, as shown in Figure 1, node 6 has two neighbors: nodes 3 and 7. According to the routing scheme based on the utility in RED or FAD, node 6 has to forward data messages to the nodes with higher delivery probability when it needs to send data messages to the sink node. For the delivery probability of node 6 is the highest among all its neighbors, therefore it cannot find the proper next hop to forward data, but there is evidently a multiple-hop connected path 6→3→5→8→sink on which node 6 could deliver data messages to the sink node. Here we note that in Figure 1, each dashed circle denotes the communication range of the node which is at the centre of the circle. Each broken line represents a link between two nodes. The number beside each node denotes the identity of the node, and the one in parentheses is used to indicate the delivery probability. The arrow on each node indicates the moving direction of the node.
As a result, we propose a new routing protocol called MEDR, which can efficiently find out and utilize temporary and local multiple-hop connected paths which are dynamically formed by moving nodes to improve the performance of data gathering. The major contributions of this work may be listed as follows:
  • ♦ We introduce the concept of minimum expected delay (MED), which is employed to denote the expected earliest time that messages can be successfully delivered to the sink node.
  • ♦ We propose the MEDR routing protocol for data gathering in DTMSNs with high data delivery ratio and low transmission overhead and delay.
  • ♦ We compare the performance of the proposed protocol with several existing approaches and show that MEDR outperforms the existing approaches.
The rest of the paper is organized as follows: we review the related work in Section 2 and identify the problems in the existing works. We present the MEDR protocol in Section 3. The simulation is carried out, and the performance is evaluated in Section 4. Finally, we conclude this work in Section 5.

2. Related Work

Various approaches have been proposed to address the data gathering problem in DTMSNs, which aim to obtain high data delivery ratio at the cost of low transmission overhead and acceptable delivery delays. In [13], the authors presented a basic and simple routing protocol called direct transmission, where data is only allowed to be delivered when sensors are in direct proximity to the sinks. For messages are only sent directly from the source sensor node to the sink node, the protocol has relatively lower communication overhead but much longer delivery delay. Moreover, since it depends on the contacts of sensor nodes and the sink node, when there are very few sink nodes or the network is very sparse, the delivery ratio might be very low
Vahdat and Becker [14] propose an epidemic routing protocol to increase the data delivery ratio in partially connected networks. In epidemic routing scheme, two nodes exchange the data that they do not possess whenever they meet. Given unbounded bandwidth, buffer, and energy and so on, the extensive data exchanges ensure eventual message delivery at the cost of lots of redundant messages. However, the resources of bandwidth, buffer and energy are strictly limited in mobile sensor networks, which results in many messages dropped and poor performance in epidemic routing. Other examples of epidemic-based routing protocols include MaxProp [15] and PREP [16]. Although trying to mitigate the resource burden from flooding-based protocols, these two epidemic protocol variants still have very high transmission overhead, and thus may not be applicable for DTMSNs.
Wang and Wu [17] presented a replication-based efficient data delivery called RED, which consists of two components for data delivery and message management. First, data delivery uses a history-based method like ZebraNet to calculate the delivery probabilities of sensor nodes. Second, the message management algorithm decides the optimal erasure coding parameters based on sensor’s current delivery probability to improve the data delivery ratio. However, as indicated in [13], the optimization of erasure coding parameters is usually inaccurate, especially when the source is very far away from the sinks. In [18], Wang and Wu et al. also proposed a FAD protocol to increase the data delivery ratio in DTMSNs. Besides using the same delivery probability calculation method as RED, FAD further discusses how to constrain the number of data replications in the sensor network by using a fault tolerance value associated to each data message. However, that protocol still has a quite high transmission overhead.
The work by Juang et al. uses a history-based approach for routing in the ZebraNet project [19]. The routing decision here is made according to the past success rate with which each node transmits data packets to the sink nodes directly. However, the protocol may fail in delivering data messages generated by the sensor nodes that are far away from the sink nodes [20], so it is difficult for the simple scheme to reach good data delivery ratios. In [21], Small and Haas propose a system called SWIM to gather biological information about whales. In SWIM, data gathering is based on the assumption that sensor nodes move randomly and every node has the same chance to meet the sink. Thus each sensor node distributes a number of copies of a data packet to other nodes so as to reach the desired data delivery probability. However, in many practical applications different nodes may have different probabilities to reach the sink, so SWIM may not work efficiently.
Recently, several new routing protocols such as OPF [22], RCM [23] and EBR [24] have been proposed to achieve the desired performance. OPF assumes that all nodes have full routing information, that is, the mean inter-meeting times between all pairs of nodes. Though the authors discuss how to release the assumption from full routing information to partial routing information, the assumption is still strong, thus restricts the application range of OPF protocol. RCM presumes every node has cyclic motion pattern and uses a cyclic long-term metric to improve the routing performance. However, the assumption holds only in the kind of networks with periodic connectivity such as satellite communication, interplanetary communication, and social networks in which members are long-term and steady. EBR is an improved replication-based algorithm by making routing decision based on the rate of node encounters, and achieves good performance in the sceneries that the roles and activities of members are relatively fixed. However, EBR is not an ideal scheme for DTMSNs, due to its considerable energy consumption resulting from a large number of message copies.

3. Minimum Expected Delay Based Routing Protocol

Firstly, we assume initially that all the sensor nodes are randomly deployed in a square area of size M × M. The only static sink node is located at the center of the area. All the sensor nodes are homogeneous and have a unique ID number. The maximum transmission range of each node is fixed to r. Moreover, we further assume the mobile sensor network has the following characteristics: (a) The mobility of each sensor node in the given area is assumed to follow the RWP model; (b) The mobile sensor nodes in our model can easily obtain their locations from some attached extra device, for example GPS; (c) All nodes have their clock synchronized by using the NTP or the GPS clock itself [25].
Based on the assumptions above, we will present the methods to calculate the expiration time of the link which is formed between two nodes whose positions are in the communication scope of each other, as well as the two expected time values when a node meets and departs the sink node. After that, we present the calculation and update mechanism of nodes’ MED values. Lastly a detailed description of the MEDR routing algorithm is presented.

3.1. The Link Expiration Time

Based on our previous assumption, each mobile node can know its location coordination by GPS at any moment, and all the sensor nodes have synchronized clocks. Therefore, each mobile node can conveniently calculate its motion parameters (speed and direction), and broadcasts the parameters to its neighbors by the periodic hello messages. Assume two nodes i and j are within the transmission range r of each other at time t. Let the coordinates of i and j be (xi,yi) and (xj,yj), the speeds be vi and vj, and the moving directions be θi and θj (0 ≤ θi, θj ≤ 2π), respectively. According to the method in [26], we can calculate the link expiration time between node i and j, denoted as T ij E:
T ij E = t + ( ab + cd ) + ( a 2 + c 2 ) r 2 ( ad bc ) 2 a 2 + c 2
where a = vi cos θi − vj cos θj, b = xi − xj, c = vi sin θi − vj sin θj, d = yi − yj.

3.2. The Expected Time of Meeting and Departing the Sink Node

Let O(xo,yo) be the coordination of the sink node, then the communication range of the sink node is a circular region within the circle C ( x2 + y2 = r2 ). Let P(xi,yi) be the current location of node i, vi be the speed, and θi (0 ≤ θi ≤ 2π) be the moving direction. The process of calculating the expected time of node i meeting and departing the sink node, denoted as T i S and T i E respectively, can be categorized into the following three cases:
  • If the node i comes within the communication range of the sink node, then T i S = t, here t is the current time. The time that they will depart can be calculated out by Equation (1), that is, T i E = T io E.
  • If the current moving path of the node i, i.e., the ray L determined by P(xi,yi) and θi, does not intersect the circle C (the communication range of the sink node), then T i S = , T i E = 0 since the node i will never meet the sink node in the near future.
  • If the above two cases cannot be held, then the ray L intersects with the communication range of the sink node. That means the node i is moving toward the sink node and will meet it with considerable probability. Let I1 and I2 be the two intersection points of the ray L and the circle C. Here, we ignore the instance that L tangents to C for the communication time between the two nodes is too short. Then:
    T i S = t + P I 1 / v i
    T i E = t + P I 2 / v i
    where PI1 and PI2 are the distance from P to I1 and I2 respectively, and PI1 < PI2.

3.3. The Minimum Expected Delay

In the paper, for any one node, e.g., node i, let MEDi denote the expected earliest time that messages forwarded by node i can be successfully delivered to the sink node, and T i M be the period of validity of MEDi. Initially, MEDi and T i M depend on the expected time of node i itself meeting and departing the sink node. While receiving a hello message sent by one of its neighbors, e.g., node j, node i can get the mobility parameters and MEDj and T j M of node j from the message, and calculate the link expiration time T ij E. Node i maintains a neighbor list in which identity, mobility parameters, T ij E, MEDj and T j M for each neighbor j are recorded, and it periodically updates the list through adding new neighbors and removing nodes whose links already expired. According to the information in the neighbor list as well as the expected time of meeting and departing the sink node, node i periodically calculates MEDi and T i M and announces them to all its neighbors through hello messages.
Let the current time be t, then for node i the process of calculating MEDi and T i M is as follows:
  • If the node i comes within the communication range of the sink node, then MEDi = t, T i M = T i E. The calculation finishes. Otherwise, if node i has no any neighbor then goes to step (2), or else to step (3).
  • If t < T i E, then MED i = T i S, T i M = T i E; or else MEDi=∞, T i M = 0. The calculation completes.
  • Let the neighbor set of node i be ∑ = {Ψz |1≤ zZ}, here Z be the total number of neighbors of node i. Firstly i looks for whether at least a neighbor satisfying T i Ψ z E > t, T Ψ z M > 0 in its neighbor set ∑ exists. If doesn’t exist, then going to step (2); otherwise, node i finds out such node(s) with the minimum MED value in all the neighbors satisfying T i Ψ z E > t, T Ψ z M > 0. If the result is only one, then it is denoted as m; or else chooses the neighbor with the maximum value of min ( T Ψ z M , T i Ψ z E ) among the findings, denoted as m. If t < T i E and T t S M E D m + t hop, then MED i = T i S, T i M = T i E; otherwise MEDi = MEDm + thop, T i M = min ( T m M , T im E ) t hop. Here thop is a constant employed to indicate the estimated amount of time that a message is forwarded by a node to one of its neighbor(s), which includes the time required for the node to check its neighbor list and identify the next hop, and the propagation delay to transmit the message and so on. The impact of the size of thop on performance will be discussed in Section 4 in detail.
Figure 2 shows the process of calculating MED and its valid period when t = 0 and thop = 0.1 s. Here we note that each broken line represents a link between two nodes, and the number tagged on the broken line is the expiration time of the link. There is a pair of parentheses beside each node, in which the four numbers denote the expected time of meeting and departing the sink node, as well as MED and its valid period, respectively. As shown in Figure 2, the expected time of meeting with the sink node of node 6 is the minimum among all nodes, so MED 6 = T 6 S = 1, T 6 M = T 6 E = 6. Through receiving hello message sent by node 6, node 4 and 7 update their MED and valid period as follows: MED4 = 1.1, T 4 M = 1.9; MED7 = 1.1, T 7 M = 2.5. Due to node 4 and 7 are also the neighbors of node 5, and MED4 is equivalent to MED7 but min ( T 4 M , T 4 , 5 E ) = 1.5 is less than min ( T 7 M , T 7 , 5 E ) = 2.5, therefore MED5 = 1.2, T 5 M = 2.4. As to the other nodes (i.e., node 1, 2, 3 and 8), the MED and valid period of each node completely lie on the expected time of meeting and departing the sink node because of having no any neighbor at the current time.

3.4. The Update Scheme of MED

With a view to saving energy, the period of sending hello messages for each node should not be too short, so this may make the performance of MEDR descend a little to update MED and its valid period only through hello messages, when the topology of the network changes frequently and rapidly. The reason is that the spread of MED between neighbors is not timely enough so that MEDR cannot find some paths that should be used for messages transmission. Therefore we introduce the update scheme of MED as follows:
For any one node (e.g., node i), while receiving a hello message sent by one of its neighbors (e.g., j), node i judges whether all the following three conditions hold: (a) node j is a new neighbor, i.e., the neighbor list has no record about node j; (b) MEDj is valid and MEDj + thop < MEDi; (c) node i has other neighbor except node j. If all of the three conditions hold, then node i updates its neighbor list, generates an update message and broadcasts the message to its neighbors. Or else, node i only updates its neighbor list. Here, update messages have the same content as hello messages, except the message type and the sending occasion.
Upon receiving an update message from a neighbor (e.g., node k), node i checks whether the following two conditions hold at the same time: (a) MEDk is valid and MEDk + thop < MEDi; (b) node i has other neighbor except node k. If both of the two conditions above hold, then node i updates its neighbor list and broadcasts the update message to its neighbors; otherwise, node i only updates its neighbor list.
The update scheme of MED will increase the transmission overhead of the DTMSN to a certain extent. Fortunately, the overhead resulted from the update scheme is very limited, since the generation and transmitting of update messages strictly bounded by the aforementioned conditions. In the simulation experiments, the ratio of the total number of update messages to that of hello messages is only 4.6% in the worst case (i.e., 180 mobile nodes deployed in the scenery of 200 × 200 m2) that the node density is the highest and the number of update messages is the most among all simulation scenarios. Therefore, the transmission overhead of the update scheme of MED is low and acceptable.

3.5. Data Transmission Algorithm

In the MEDR algorithm, routing decision is made based on MED and its valid period. For any one node e.g., node i, let it have Z neighbors at the current time t and ∑ = {Ψz | 1 ≤ zZ} be the set consisting of the Z neighbors. Through hello messages, node i learns the mobility parameters, MED and valid period of each neighbor, and further calculates out the link expiration time between it and every neighbor. When node i has a message M it needs to forward, the routing decision process is as follows: firstly node i finds out such node(s) with the minimum MED value in all neighbors satisfying T i Ψ z E > t, T Ψ z M > t. If it finds none, then node i has no proper next hop and the routing algorithm ends. Otherwise, if there is only one such neighbor, then it is denoted as m; or else node i chooses the neighbor with the maximum value of min ( T Ψ z M , T i Ψ z E ) among the findings, denoted as m. Secondly, node i checks whether T i E > t and T i S MED m + t hop both hold. If so, then node m is not the proper next hop and the routing algorithm ends; otherwise node m is just the next hop what node i is looking for, and thus message M will be forwarded to it. The pseudo-code of the routing algorithm is shown in Figure 3.

4. Simulation

In this section, we perform MEDR, FAD, direct transmission and the epidemic routing protocol in NS-2.33, and compare the performance of the four protocols from the following points of view: data delivery ratio, data delivery delay, and network lifetime. In addition, we also analyze the impacts of different experimental parameters on the protocols.
We assume the data generation of each sensor follows a Poisson process with an average arrival interval from 10 s to 100 s. The simulation parameters and their default values are summarized in Table 1. Specifically, in the MEDR, FAD and epidemic protocols, each sensor broadcasts a hello message to all its neighbors every 0.5 s, which is essential for mutual collaboration among sensors. In direct transmission, each sensor just communicates with the sink node directly, so only the sink node needs to broadcast hello messages periodically.

4.1. Impact of Message Generation Ratio

In the simulation, we vary the data generation rate in order to evaluate the performance of the four protocols under different transmission loads. As the date generation rate varies from 0.01 to 0.1 message/s, the performance of four protocols is as shown in Figure 4.
From Figure 4(a) we can see that MEDR achieves the highest data delivery ratio, obviously outperforming the other three protocols, which means that MEDR provides a more efficient data gathering scheme for DTMSNs. The direct transmission has the lowest data delivery ratio, since sensors just communicate with the sink node directly in this protocol, and if a sensor has no chance to move into the communication range of the sink node, those data generated by it may never be delivered successfully. We also notice that the data delivery ratio of the epidemic protocol is higher than direct transmission when the data generation rate is very low, but the value decreases dramatically as the data generation rate increases. This is due to MAC layer collision and rapid exhaustion of the limited network resources resulting from forwarding a tremendous amount of copies in epidemic routing. In addition, we find that FAD outperforms direct transmission and epidemic protocol as to the data delivery ratio. As the transmission load increase, its performance descends gradually since generating very many copies in this protocol. What’s more, the performance of FAD is unstable, which is influenced by the timer expiration value Δ and parameter α greatly. To have a fair comparison, we adjust these two parameters to get the close-to-optimal performance.

4.2. Impact of Node Density

The connectivity of DTMSN is closely related to the density of sensor nodes. The following experiments show the network performance of the four protocols with different sensor node density.
As shown in Figure 5(a), the epidemic protocol almost achieves the upper bound of the data delivery ratio when the node density is very low, since low node density means low transmission load and a small amount of wireless collisions. As the node density increases, the number of message copies increases dramatically in epidemic routing, which results in an increasing number of collisions and the reduction of the data delivery ratio. FAD shows slightly better data delivery ratio than MEDR when the node density is very low. This is due to poor connectivity resulting from very low node density, which influences the performance of MEDR. With the increment of node density, the connectivity of the network is enhanced, and thus the performance of MEDR improves rapidly. When the node number reaches 90, MEDR outperforms the other three protocols. As far as the performance of FAD is concerned, when the node density is very low, it’s difficult for a node to meet another node with higher delivery probability to help forward messages; when the node density is high, FAD will generate large numbers of message copies, which expends the limited resources of bandwidth and buffer quickly. Thus the performance of FAD descends under the two cases above. In direct transmission scheme, mobile sensors just communicate with the sink node directly, so the performance of this protocol has almost nothing to do with the node density.

4.3. Impact of Moving Speed

In DTMSNs, the moving speed of sensor nodes has a considerable impact on the performance of data gathering. The following experiments show the network performance of the four protocols under different node moving speeds. As shown in Figure 6, with the increment of node moving speed (from 1 m/s to 5 m/s), the performance of MEDR and direct transmission becomes better since higher moving speeds can shorten the time interval of meeting with the sink node, which means more delivery chances, so the performance is improved. However, once the moving speed exceeds 5 m/s, increasing the moving speed will decrease the performance of MEDR, FAD and direct transmission. This phenomenon can be explained by the following two aspects: on the one hand, due to the communication range of each node being fixed to 5 m in this paper, very fast moving speeds may make the connection time between any two nodes too short to complete the delivery of messages when they meet each other; on the other hand, the period of sending a hello message is fixed to 0.5 s for each node. If a sensor moves too fast (e.g., 8 m/s), the sensor node has already moved 4 m during the time interval of sending two hello messages, which is prone to result in the updating of neighbor list hardly keeping up with the changes of the network topology. In Figure 6, we also find that the performance of the epidemic protocol descends with the increase of node moving speed. The reason is that nodes meet more frequently at higher moving speeds, which results in tremendous amounts of message copies being generated and forwarded among meeting nodes, as well as a mass of wireless collisions, correspondingly.

4.4. Network Life

The network life is an important assessment criterion of a protocol from the aspect of total energy consumption. The experiments show the network lifetime of the four protocols, and the results are described in Table 2. We assume that the energy of the sink node is unlimited, and the initial energy of each sensor is 10 J. The energy needed in each transmission and receiving action is as specified in paper [27]. We consider the network dead when over a half of all sensor nodes deplete their energy.
We can see from Table 2 that the direct transmission protocol achieves the longest network lifetime, since sensors does not receive or transmit any messages except those generated by the sensor itself, and thus much energy can be saved. Sending and receiving too many messages copies expends too much energy in epidemic routing, so its network lifetime is the shortest among the four protocols. Moreover, we also see that MEDR has much longer network life than FAD. The reason is that, different from the multiple-copy feature of FAD, MEDR is a single-copy transmission scheme, thus it can efficiently reduce communication overhead. In a word, the total energy consumption of MEDR is much less than FAD and epidemic routing, which demonstrates the advantage of our proposed protocol in the aspect of economizing energy.
What deserves to be mentioned is it is almost equal that the energy consumed for sending and receiving hello messages in the MEDR, FAD and epidemic protocols, respectively. However, it is obviously different that the proportion of the energy expended on hello messages accounts for the total energy consumption in each one of the above three protocols. Table 3 shows the network life without considering the energy consumed by hello messages. From it we see that the network lifetime of MEDR reaches 2,884.7 hours, while the network lifetimes of FAD and epidemic are 196.18 and 27.16 hours respectively. Therefore, without considering the energy consumed by hello messages, MEDR clearly outperforms FAD and epidemic from the view of energy savings.

4.5. Impact of the parameter thop

As is described in Section 4.3, the constant parameter thop represents the estimated time used to transmit a message to a neighbor node. This parameter is employed to compute the MED and its validity period, so it has a certain impact on the routing performance of the MEDR protocol. Figure 7 shows the impact of thop on the data delivery ratio and average delay in MEDR routing as it varies from 0 to 0.5 s. We see from this figure that the performance of MEDR descends when the value of thop is too small or too big. The reason is that the validity period of MED is very short when the value of thop is too small, which causes some invalid transmissions; when the value of thop is too big, some paths which should be used for messages transmission are omitted. Moreover, MEDR achieves a good routing performance with a stable data delivery ratio and average delay, while the value of thop is within the range from 0.1 s to 0.25 s.

5. Conclusions

In this paper, we propose a novel routing protocol called MEDR tailored for DTMSNs. In MEDR, each sensor maintains two important parameters: the minimum expected delay (MED) and its valid period. According to the above parameters, MEDR can efficiently find out and utilize the temporary and local multiple-hop connected paths which are dynamically formed by moving nodes to improve the performance of data gathering. We evaluate the performance of MEDR, direct transmission, epidemic and FAD algorithms by extensive simulations. The experimental results show that our proposed MEDR protocol outperforms the other three approaches in terms of message delivery ratio and average delivery delay, and its transmission overhead is much less than that of FAD and epidemic routing.

Acknowledgments

This work is supported by the National Natural Science Foundation of China under Grants No.60703114, 60903158; the National High-Tech Research and Development Plan of China under Grant No.2007AA01Z443; the Youth Teacher Foundation of UESTC under Grants L08010601JX0746, L08010601JX0747.

References

  1. Liu, NB; Liu, M; Zhu, JQ; Gong, HG. A community-based event delivery protocol in publish/subscribe systems for delay tolerant sensor networks. Sensors 2009, 9, 7580–7594. [Google Scholar]
  2. Song, GM; Zhou, YX; Ding, F; Song, AG. A mobile sensor network system for monitoring of unfriendly environments. Sensors 2008, 8, 7259–7274. [Google Scholar]
  3. Wang, Y; Lin, F; Wu, H. Efficient data transmission in delay fault tolerant mobile sensor networks (DFT-MSN). Proceedings of IEEE International Conference on Network Protocols (ICNP’05), Boston, MA, USA, November 2005.
  4. McDonald, P; Geraghty, D; Humphreys, I; Farrell, S; Cahill, V. Sensor Network with Delay Tolerance (SeNDT). Proceedings of 16th International Conference on 2006 Computer Communications and Networks, ICCCN 2007, Dublin, Ireland, August 2007.
  5. Mainwaring, A; Polastre, J; Szewczyk, R; Culler, D; Anderson, J. Wireless sensor networks for habitat monitoring. Proceedings of ACM International Workshop on Wireless Sensor Networks and Applications (WSNA), Atlanta, GA, USA, September 2002.
  6. Fall, K. A delay-tolerant network architecture for challenged internets. Proceedings of ACM SIGCOMM 2003 Conference on Computer Communications, Karlsruhe, Germany, Aug. 2003.
  7. Burleigh, S; Hooke, A; Torgerson, L; Fall, K; Cerf, V; Durst, B; Scott, K; Weiss, H. Delay-Tolerant Networking—An approach to interplanetary internet. IEEE Commun. Mag 2003, 41, 128–136. [Google Scholar]
  8. Leguay, J; Friedman, T; Conan, V. DTN Routing in a Mobility Pattern Space. Proceedings of ACM SIGCOMM’05 Workshop on Delay Tolerant Networking and Related Topics, Philadelphia, PA, USA, Aug. 2005.
  9. Camp, T; Boleng, J; Davies, V. A survey of mobility models for ad hoc network research. Wire. Commun. Mob. Comp 2002, 2, 483–502. [Google Scholar]
  10. Warthman, F. DTN Research Group: March 2003. Delay-Tolerant Networks (DTNs). Available online: http://www.ipnsig.org/reports/DTN_Tutorial11.pdf/ (accessed on 25 July 2010).
  11. Neely, MJ; Modiano, E. Capacity and delay tradeoffs for ad-hoc mobile networks. IEEE Trans. Infor. Theory 2005, 51, 1917–1937. [Google Scholar]
  12. Partan, J; Kurose, J; Levine, B. A survey of practical issues in underwater networks. Proceedings of the 1st ACM International Workshop on Underwater Networks, Los Angeles, CA, USA, September 2006; pp. 17–24.
  13. Wang, Y; Wu, HY. Delay/Fault-Tolerant Mobile Sensor Network (DFT-MSN): A new paradigm for pervasive information gathering. IEEE Trans. Mob. Comp 2006, 6, 1021–1034. [Google Scholar]
  14. Vahdat, A; Becker, D. Epidemic Routing for Partially Connected ad hoc Networks; Technical Report CS-2000-06; Duke University: Durham, NC, USA, April 2000. [Google Scholar]
  15. Burgess, J; Gallagher, B; Jensen, D; Levine, BN. MaxProp: Routing for vehicle-based disruption-tolerant networks. Proceedings of IEEE INFOCOM, Barcelona, Catalunya, Spain, April 2006.
  16. Ramanathan, R; Hansen, R; Basu, P; Hain, R; Krishnan, R. Prioritized epidemic routing for opportunistic networks. Proceedings of ACM MobiOpp’07, San Juan, PR, USA, June 2007.
  17. Wang, Y; Wu, HY. Replication-Based efficient data delivery scheme (RED) for Delay/Fault-Tolerant mobile sensor network (DFT-MSN). Proceedings of Fourth Annual IEEE International Conference on Pervasive Computing and Communications Workshops, Pisa, Italy, March 2006.
  18. Wang, Y; Wu, HY. DFT-MSN: The Delay/Fault-Tolerant Mobile Sensor Network for Pervasive Information Gathering. Proceedings of IEEE INFOCOM, Barcelona, Catalunya, Spain, April 2006.
  19. Juang, P; Oki, H; Wang, Y. Energy-efficient computing for wildlife tracking: Design tradeoffs and early experiences with ZebraNet. ACM Operat. Syst. Rev 2002, 36, 96–107. [Google Scholar]
  20. Shah, RC; Roy, S; Jain, S; Brunette, W. Data MULEs: Modeling a three-tier architecture for sparse sensor networks. Proceedings of the First International Workshop on Sensor Network Protocols and Applications, Anchorage, AK, USA, May 2003.
  21. Small, T; Haas, ZJ. The shared wireless infostation model—A new Ad Hoc networking paradigm (or where there is a whale, there is a Way). Proceedings of ACM International Symposium on Mobile Ad Hoc Networking and Computing (MOBIHOC’03), Annapolis, MD, USA, June 2003.
  22. Liu, C; Wu, J. An optimal probabilistic forwarding protocol in delay tolerant networks. Proceedings of ACM MobiHoc’09, New Orleans, LA, USA, May 2009.
  23. Liu, C; Wu, J. Routing in a cyclic mobispace; ACM MobiHoc: Hong Kong SAR, China, May 2008. [Google Scholar]
  24. Nelson, SC; Bakht, M; Kravets, R. Encounter-based routing in DTNs. Proceedings of IEEE INFOCOM, Rio de Janeiro, Brazil, April 2009.
  25. Available online: http://www.gps.gov/applicatiions/timing/index.html/ (accessed on 25 July 2010).
  26. Su, W; Lee, SJ; Gerla, M. Mobility prediction and routing in ad hoc wireless networks. Int. J. Netw. Manag 2001, 11, 3–30. [Google Scholar]
  27. Heinzelman, W; Chandrakasan, A; Balakrishnan, H. An application-specific protocol architecture for wireless microsensor networks. IEEE Trans. Wirel. Commun 2002, 1, 660–670. [Google Scholar]
Figure 1. Illustration of next hop election.
Figure 1. Illustration of next hop election.
Sensors 10 08348f1
Figure 2. Illustration of computing nodes’ MED and expiration time.
Figure 2. Illustration of computing nodes’ MED and expiration time.
Sensors 10 08348f2
Figure 3. Pseudo-code of the routing algorithm.
Figure 3. Pseudo-code of the routing algorithm.
Sensors 10 08348f3
Figure 4. Impact of message generation ratio. (a) Average delivery ratio; (b) Average delay.
Figure 4. Impact of message generation ratio. (a) Average delivery ratio; (b) Average delay.
Sensors 10 08348f4
Figure 5. Impact of node density. (a) Average delivery ratio; (b) Average delay.
Figure 5. Impact of node density. (a) Average delivery ratio; (b) Average delay.
Sensors 10 08348f5
Figure 6. Impact of node move speed. (a) Average delivery ratio; (b) Average delay.
Figure 6. Impact of node move speed. (a) Average delivery ratio; (b) Average delay.
Sensors 10 08348f6
Figure 7. Impact of thop in MEDR. (a) Average delivery ratio; (b) Average delay.
Figure 7. Impact of thop in MEDR. (a) Average delivery ratio; (b) Average delay.
Sensors 10 08348f7
Table 1. Simulation parameters.
Table 1. Simulation parameters.
ParameterDefault value
Network size (m)200 × 200
Number of sensor node100
Transmission radii r (m)5
Speed of sensor node v (m/s)3
Maximum queue size of sensor (message)200
Data message size (bytes)100
Control message size (bytes)25
Message generation ratio (message/s)0.01
Maximum delay tolerant value (s)1,800
Position of sink node(100, 100)
thop value(s)0.1
Table 2. Network life with default parameters.
Table 2. Network life with default parameters.
MEDRFADEpidemicDirect Transmission
Network Lifetime (hours)108.471.822.734,675.12
Table 3. Network life without the energy consumed by hello messages.
Table 3. Network life without the energy consumed by hello messages.
MEDRFADEpidemicDirect Transmission
Network Lifetime (hours)2884.7196.227.164978.23

Share and Cite

MDPI and ACS Style

Feng, Y.; Liu, M.; Wang, X.; Gong, H. Minimum Expected Delay-Based Routing Protocol (MEDR) for Delay Tolerant Mobile Sensor Networks. Sensors 2010, 10, 8348-8362. https://doi.org/10.3390/s100908348

AMA Style

Feng Y, Liu M, Wang X, Gong H. Minimum Expected Delay-Based Routing Protocol (MEDR) for Delay Tolerant Mobile Sensor Networks. Sensors. 2010; 10(9):8348-8362. https://doi.org/10.3390/s100908348

Chicago/Turabian Style

Feng, Yong, Ming Liu, Xiaomin Wang, and Haigang Gong. 2010. "Minimum Expected Delay-Based Routing Protocol (MEDR) for Delay Tolerant Mobile Sensor Networks" Sensors 10, no. 9: 8348-8362. https://doi.org/10.3390/s100908348

Article Metrics

Back to TopTop