Skip to main content
  • Research Article
  • Open access
  • Published:

NQAR: Network Quality Aware Routing in Error-Prone Wireless Sensor Networks

Abstract

We propose a network quality aware routing (NQAR) mechanism to provide an enabling method of the delay-sensitive data delivery over error-prone wireless sensor networks. Unlike the existing routing methods that select routes with the shortest arrival latency or the minimum hop count, the proposed scheme adaptively selects the route based on the network qualities including link errors and collisions with minimum additional complexity. It is designed to avoid the paths with potential noise and collision that may cause many non-deterministic backoffs and retransmissions. We propose a generic framework to select a minimum cost route that takes the packet loss rate and collision history into account. NQAR uses a data centric approach to estimate a single-hop delay based on processing time, propagation delay, packet loss rate, number of backoffs, and the retransmission timeout between two neighboring nodes. This enables a source node to choose the shortest expected end-to-end delay path to send a delay-sensitive data. The experiment results show that NQAR reduces the end-to-end transfer delay up to approximately 50% in comparison with the latency-based directed diffusion and the hop count-based directed diffusion under the error-prone network environments. Moreover, NQAR shows better performance than those routing methods in terms of jitter, reachability, and network lifetime.

1. Introduction

Wireless Sensor Networks (WSNs) consist of a large number of battery-powered, low-cost, and tiny sensor nodes, which have the capability of sensing, data processing, and wireless communication. The sensor nodes can be deployed randomly close to or inside the terrain of interest to create a cooperative and self-organizing wireless ad hoc network with minimal provisioning. Unlike the traditional high cost and fixed array of sensor systems, the WSN technology enables countless new applications including environmental hazard monitoring, military surveillance and reconnaissance, and health monitoring applications to name a few.

In WSNs, the sensed data and control messages are exchanged between sensor nodes and the control (sink) nodes relayed by the neighbor sensor nodes via a multihop routing protocol. To build practical services over WSNs, especially considering sensors' limitations in power, computation, and local storage, it is both critical and challenging to support efficient network layer multihop routing protocols. To cope with the characteristics of sensor nodes, various new routing protocols have been proposed in WSNs [1–3]. These protocols are mainly designed () to reduce redundant data (data aggregation) and unnecessary controls by using on-demand data centric approaches [4–7], () to limit the network scale by using structured approaches such as clustering and hierarchical architectures [8, 9], and () to decrease distributed state overheads by using location based approaches [10, 11]. To achieve an efficient resource usage, those routing protocols commonly select routes based upon the static quality factors such as maximum power availability, minimum energy usage, maximum position progress, minimum hop count, or the shortest arrival latency. However, those static quality based parameters have limitations in case of the error-prone and densely deployed WSNs, because they do not take retransmissions due to packet losses and backoffs due to collisions into consideration.

In this paper, we propose a network quality aware routing (NQAR) mechanism to provide an enabling method of the delay-sensitive data delivery over error-prone and densely deployed WSNs. The proposed scheme adaptively utilizes the dynamic network quality factors including link error rates and collision histories. It is designed to avoid the paths with potential noise and collision, which may cause many nondeterministic retransmissions and backoffs. NQAR uses a data centric on-demand method based on a directed diffusion to estimate the minimum cost end-to-end routing path. The NQAR operation steps are as follows. First, each sensor node maintains its network quality information including the packet loss rate, the retransmission rate, and the backoff rate for a certain period. Second, during the interest dissemination period, each node relays interest with its network quality information to its neighbors. Third, each node estimates a single-hop delay based on processing time, propagation delay, packet loss rate, number of backoffs, and retransmission timeouts between two neighboring nodes, which in turn enables the calculations of expected end-to-end delays during the interest dissemination period. Finally, a source node can send delay-sensitive data to a sink node along the shortest expected end-to-end delay path. It is clearly noted that the proposed scheme simultaneously considers the dynamic qualities of wireless network links in addition to the overall static parameters including per-hop processing time and power in the routing decision process.

To the best of our knowledge, NQAR is the first work to simultaneously consider the qualities of wireless links as well as processing time in the routing decision process. We perform extensive simulations under the various qualities of links and show that the NQAR reduces the end-to-end transfer delay up to 50% in comparison with the latency-based directed diffusion [5] and the hop count-based directed diffusion [7] under the error-prone (link error and collision) network environments. Moreover, NQAR performs better than other routing methods in terms of jitter. Since NQAR inherently avoids error-prone links, the reachability (reliability) is improved as well if no packet retransmission is assumed. We also find that NQAR prolongs the network lifetime as it prevents unnecessary energy consumption, resulting from the relative reductions of packet losses and retransmissions.

The remainder of this paper is organized as follows. Section 2 summarizes a background and the related work to this research. Section 3 explains the details of the NQAR algorithm and Section 4 presents the evaluation results. Finally, we conclude our work in Section 5.

2. Background and Related Work

Routing protocols in WSNs have been designed as power efficient, data-centric, and cooperative approaches to address its unique characteristics (i.e., resource limitations). Sensor Protocols for Information via Negotiation (SPIN) [4] is one of the earliest data centric approaches, which allows any sensor nodes around the information data to initiate interest advertisements. Before sending the real data, it starts negotiation with the collected data description (meta-data). It achieves energy efficiency by reducing redundant data transmission (data fusion). However, if the sensor nodes around the information data are not interested in that data, the sensor node initiated advertisement mechanism cannot ensure the delivery of the information data. Directed diffusion (DD) [5, 6] is one of the most popular data centric approaches, which starts the interest (a network task description) dissemination from the sink nodes. During the interest propagation, each sensor node keeps a time stamped interest to establish the gradients from the data source back to the sink. When the source has data to send, it transmits the data along the lowest latency path. It is energy efficient in that the message propagation and aggregation are done between neighbors. Our proposed routing scheme is based on the directed diffusion, and a simplified schematic of directed diffusion is depicted in Figure 1. It is also better than SPIN from the data coverage point of view. However, it has additional overhead on sensor nodes to handle the control information and does not work well with time-sensitive or continuous data delivery applications due to its interest dissemination model. It also does not consider the global energy-balancing to increase network lifetime.

Figure 1
figure 1

Simplified schematic of directed diffusion. Interest propagationInitial gradients set upData delivery along reinforced path

Energy-efficient Differentiated Directed Diffusion (EDDD) [7] is an extension of the directed diffusion protocol to establish a path between a source and a sink with the minimum hop count and the minimum available energy to enhance the shortcomings of the original directed diffusion. However, both directed diffusion and EDDD do not reflect the error-prone (noise and collision) network link characteristics of WSNs [1]. It causes nondeterministic additional delays due to retransmission and/or reprocessing in the MAC layer.

Low Energy Adaptive Clustering Hierarchy (LEACH) [8] is introduced to achieve an energy efficiency to arrange a structured traffic path by forming clusters. Only a few representative nodes (cluster heads) are involved in the cluster control (assigning transmission time for each sensor node: TDMA) and data transmission (including data aggregation). To support equal energy dissipation, the cluster head roles are evenly alternated among the sensor nodes. Power-Efficient Gathering in Sensor Information Systems (PEGASIS) [9] is a network lifetime enhancement work over LEACH protocol. It reduces communication overhead by arranging local coordination among the neighboring sensor nodes and by chaining the communication path to the sinks instead of the cluster formation. Nodes need only to communicate with their neighbors and they take turns in communicating with the sink.

Greedy Perimeter Stateless Routing (GPSR) [10] is an earlier version of the location-based geographic routing protocol. It decreases the number of distributed states and the maintenance overheads by calculating the next forwarding node based only upon the destination location information on each forwarding node. It chooses a routing path according to the best position progression towards the destination. However, it will need an additional location service to map positions and node IDs. Geographic and Energy Aware Routing (GEAR) [11] adds an energy parameter to the geographical progress parameter in calculation of the best destination path. It refines the next estimated progression cost with the learned cost, which is the feedback information of the previously propagated packet cost to the destination. It also reduces interest dissemination to a certain region to conserve more energy.

All of the above methods, however, use only static factors, and nondeterministic delays due to retransmissions and backoffs that have not been taken into consideration. NQAR is unique in that it uses dynamic network quality parameters as well as static delays in order to estimate the expected event-to-sink path delay.

3. Network Quality Aware Routing (NQAR) Algorithms

An important observation is that packets may be lost due to channel problems such as interference and collision. Then the link layer retransmission is performed after a packet loss is detected, and the time necessary to detect a packet loss is at least twice as much as one-way propagation delay. Furthermore, there can be repeated packet loss and retransmission attempts. Therefore, the problem of selecting a path with the shortest end-to-end propagation delay or minimum hop count is that the performance is significantly affected by packet loss rates of links. In such a case, the existing methods will undergo the additional delays that are not presupposed, and may fail to transmit time-critical data successfully.

We first describe our approach of a path selection that is based on directed diffusion, but takes packet loss rate into account in link costs. We then discuss how the cost can be used to meet various parameters such as delay and energy consumption.

Using the packet loss rate from a node to its neighboring node (), the expected cost to successfully transmit a packet from to () is estimated by (1). and are the initial packet transmission costs, and the additional cost to retransmit the packet in case of packet loss from to , respectively. Note that is multiplied by the expected number of retransmissions given the link error rate. Nodes maintain the local packet loss rates and propagation delays from themselves to their neighboring nodes. This packet loss rate is the recent average of packet losses on a link, and can be maintained by each node in the MAC layer [12],

(1)

Then a node receiving the interest packet can estimate the end-to-end cost from itself to the sink node 0, () by the sum of hop costs along the path as shown in the following equation:

(2)

The nodes with data matching the query in the interest packet flooded by the sink node become the sources. A source node selects a path (gradient) whose value is the smallest among the s of all the directed gradients it is maintaining. Equation (1) can be applied for various considerations. For example, if the expected number of (re)transmissions is considered, we can set and to be 1 as follows:

(3)

This enables us to select a path with the smallest number of (re)transmissions. The small number of (re)transmissions is important as excessive retransmissions cause energy depletion early. Moreover, the different number of packet retransmissions over an error-prone link/path adversely affects jitter, in addition to delay. We can also compute the expected energy consumption of a packet over the link between node and , by assigning an energy usage to and from (1), as below,

(4)

Now we focus on the expected end-to-end delay. Let us consider the time necessary for node to successfully transmit a packet to its neighboring node . First, the delay should include a packet processing time () and propagation time (). Once a packet loss occurs, the packet should be retransmitted after a retransmission timeout () that is typically set as multiples of the propagation delay and is greater than the round trip time. In this case, the packet should be processed again at node . Thus, as for 1 hop delay, the initial cost () in (1) would be the sum of the processing time () and propagation delay (), and the additional cost () will become the sum of the processing time () and retransmission timeout (), which leads to the following equation:

(5)

There are several factors involved in a packet processing time (). When a packet needs to be sent, a clear channel assessment (CCA) is first needed. Then possible queueing and actual transmission times are required. Thus, the processing time () is the sum of the channel assessment time (), transmission time (), and queueing time () as follows:

(6)

Channel assessment time () varies depending on the channel condition. When a node has a packet to send, its microcontroller observes whether the channel is clear or not. If the channel is clear, the microcontroller signals the radio component such as CC2520 [13] to send out the packet. Otherwise, it will back off for some time () and then test the channel again. The problem is that whether the channel is clear or not is nondeterministic. Thus, we predict the channel condition by the history of backoffs. A microcontroller can count up the number of channel backoffs and calculate the rate of channel busy to channel clear that is referred to as the channel backoff rate () in this paper. That is, a channel backoff rate represents the possibility of channel failure in the node. Thus the channel assessment time is estimated by (7). Transmission time () is deterministic in nature given a packet size and link bandwidth,

(7)

By (5)–(7), we can calculate an expected transfer delay of a link. in (5) then means the sum of the expected delays in successfully transferring data over 1 hop considering channel assessment time, transmission time, propagation delay, packet loss rate, and retransmission timeout. This in turn enables us to compute the expected end-to-end delay of a path via (2). Note that NQAR requires that each sensor should estimate and maintain its network quality information such as link loss rate and channel loss rate. Exponentially weighted moving average algorithm can be used for the estimations, and the memory and computation overhead involved is small. In summary, our route selection approach effectively takes into account of dynamic as well as static qualities of link and channel for the performance of delay, jitter, and energy consumption that are analyzed in Section 4.

4. Validation and Performance Study

In this section, we first validate the computation of expected delay with a simple network topology with three paths. We then conduct more extensive simulations to compare the performance results of NQAR with the ones from the original latency-based directed diffusion [5] and the hop count-based directed diffusion EDDD [7]. The performance metrics used include the end-to-end delays, jitters, reachability (thus reliability), and network lifetime.

4.1. Validation

For a simple and concise discussion, we consider error rates ('s) and propagation delays ('s) only in the example network shown in Figure 2, assuming all other delays are identical. In the figure, there are three paths from node to node: , , and . There can be transmission failures on links, and link error rates may change over time. Every node maintains only the link error rates and propagation delays with regard to the information from itself to its neighboring nodes.

Figure 2
figure 2

A simple topology with three paths.

Let us consider the least hop count path, the least end-to-end latency path, and NQAR route selection scheme. Note that in the example network shown in Figure 2, the least hop count path is , but the transmission delay of path (5.0) is longer than that of the least latency path (4.5). Meanwhile, NQAR selects the path which has the minimum expected delay considering loss rates along the path. By (2) with the specified loss rate and propagation delays, the expected end-to-end transfer delays for three paths in Figure 2 are , , and , respectively. It is interesting that the expected end-to-end transfer delay of the path () is the shortest, although the path represents the largest hop count and the longest propagation delay among three paths. To verify this, we performed the experiment of transmitting 1,000 packets from node to node over the paths , , and , separately. Figure 3 shows the average delays from this experiment. Two bars on each path indicate the delay expected by (1) and (2), and the actual delay experienced by packets, respectively. It shows that the estimated delay matches the measured delay, thus validates our expected delay computation.

Figure 3
figure 3

Estimated delay versus measured delay.

4.2. Simulation Setup

For the more extensive evaluations, we implemented three interest dissemination and gradient generation algorithms of the directed diffusion. The simulations were conducted with grid network topology. Network conditions including packet loss rates and channel backoff rates are randomly allocated within the range of error rate parameter configuration. For example, if the range of error rate is 20%, random rate values from 0% up to 20% are assigned to the packet loss rate and the channel backoff rate, respectively. Propagation delays are proportional to the distance between two sensor nodes. We also assume that the retransmission timeout is four times as long as the one-way propagation delay. Each sensor node maintains the history of packet loss rates and propagation delays, and a channel backoff count. As shown in Table 1, we use various simulation parameters the same as the sensor motes implementation by using CC2520 [13] chipset specification. We set the channel backoff time the same as the TinyOS setting that is 6.6 ms. Transmission time is 4.0 ms, resulting from dividing packet size (1,024 bits) by bandwidth (250 Kbps).

Table 1 Configuring of experiment parameters.

4.3. Evaluation Results

Figure 4 shows the end-to-end transfer delays of the three routing protocols under different range of error rates. The presented values are the average delays of 1,000 packet transmissions. In Figure 4, we observe that the improvement of delay values of NQAR becomes significant according to the increments of the range of error rates. For example, average delay of NQAR improves by approximately 43% in comparison with the latency-based protocol and by about 51% compared with the hop count-based protocol under 90% of the range of error rates. Usually, if error rates are high, retransmissions and channel backoffs happen more frequently. The results clearly indicate that NQAR works very well, especially in error-prone networks. Figure 5 presents the average jitter values of the three routing protocols under different range of error rates. The values are measured by the standard deviation of the end-to-end delays. NQAR has smaller average jitters and increases the average jitters slower than other protocols along the increments of the range of error rates. For example, average jitter of NQAR is smaller than that of the latency-based protocol by about 47% and that of the hop count-based protocol by approximately 74% under 90% of the range of error rates. The hop count-based protocol shows the worst average jitter values, because it has less consideration on various timing conditions related to the dynamic link quality. The results indicate that NQAR will work better for the various applications time-critical data transmissions and jitter-sensitive streaming data transmissions.

Figure 4
figure 4

End-to-end delay.

Figure 5
figure 5

Average jitter.

Figure 6 presents the event-to-sink reachability of the three routing protocols under different range of error rates. The event-to-sink reachability is the ratio of the number of packets arrived at the sink node to the number of packets sent by a source node after assuming that no sensor node performs packet loss detection or retransmission. It is very important to choose a reliable routing path considering the overheads of the loss recovery mechanisms (packet loss detection and retransmission) that include memory overhead for caching, delay increase by retransmission, and additional energy consumption due to memory access and retransmission. As illustrated in Figure 6, NQAR has higher event-to-sink reachability than the other protocols. It is because NQAR protocol selects a path with a lower probability of packet losses, as in (1). Figure 7 exhibits the network lifetimes of the three routing protocols under different range of error rates. We define network lifetime as the operation time until the first sensor node runs out of the energy. From a routing protocol point of view, the network lifetime can be prolonged by reducing the number of unnecessary packet (re)transmissions and by spreading traffic equally over the network. It shows that the network lifetimes of NQAR are longer and the decrements are smoother than the other protocols along the increments of the range of error rates. It is because NQAR efficiently reduces unnecessary retransmissions by selecting a less error-prone routing path. We further analyze the impacts of routing protocols on the network lifetime with the number of retransmissions and standard deviations of the number of transmissions. Figure 8 shows the number of retransmissions of the three routing protocols under different range of error rates. NQAR has much fewer number and slower increments of retransmissions than the other protocols along the increments of the range of error rates, since it takes the link quality into consideration. Compared to the latency-based protocol, the hop count-based protocol has fewer retransmissions, which is because the shorter distance path has the less chance of packet losses. Figure 9 shows the standard deviation of the packet transmissions by each node. The smaller standard deviation means packets were sent evenly by each node. Although it shows similar traffic distribution trends, NQAR has smaller standard deviations than the hop count-based protocol and larger standard deviations than the latency-based protocol. It is because the hop count-based protocol may have a little more chance of selecting a certain node in the diagonal direction path to the sink node.

Figure 6
figure 6

Event-to-sink reachability.

Figure 7
figure 7

Network lifetime.

Figure 8
figure 8

Total number of retransmissions.

Figure 9
figure 9

Standard deviation of the packet transmissions.

According to both Figures 8 and 9, for the given similar traffic distribution trends, it is clear that NQAR prolongs the network lifetime in error-prone networks by reducing the chance of retransmissions.

5. Conclusions

We have proposed a network quality aware routing (NQAR) protocol for error-prone and densely deployed WSNs. In addition to the existing routing methods that select routes with the least energy cost, the shortest arrival latency, or the minimum hop count, NQAR adaptively utilizes the network qualities including link error rates and collision histories in the route selection. It is designed to avoid the paths with potential noise and collision that may cause many nondeterministic delays due to backoffs and retransmissions. NQAR uses a data centric approach to estimate a single-hop delay based on processing time, propagation delay, packet loss rate, the number of backoffs, and retransmission timeouts between two neighboring nodes. This in turn enables the source to select the shortest expected end-to-end delay path to send data. NQAR is unique in that it holistically considers the qualities of wireless links as well as processing time in the routing decision process. Through extensive simulations, we have validated that NQAR improves the end-to-end transfer delay performance and decreases jitter significantly under the error-prone (link error and collision) network environments. We have shown that NQAR increases end-to-end reachability (reliability) in case of no data retransmission, because of its inherent nature of avoiding error-prone links. We have also found that NQAR prolongs the network lifetime, as it prevents unnecessary energy consumption resulting from the relative reductions of packet losses and retransmissions.

References

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

    Article  Google Scholar 

  2. Al-Karaki JN, Kamal AE: Routing techniques in wireless sensor networks: a survey. IEEE Wireless Communications 2004, 11(6):6-27. 10.1109/MWC.2004.1368893

    Article  Google Scholar 

  3. Akkaya K, Younis M: A survey on routing protocols for wireless sensor networks. Ad Hoc Networks 2005, 3(3):325-349. 10.1016/j.adhoc.2003.09.010

    Article  Google Scholar 

  4. Heinzelman W, Kulik J, Balakrishnan H: Adaptive protocols for information dissemination in wireless sensor networks. Proceedings of the 5th Annual ACM/IEEE International Conference on Mobile Computing and Networking (MOBICOM '99), August 1999, Seattle, Wash, USA 174-185.

    Chapter  Google Scholar 

  5. Intanagonwiwat C, Govindan R, Estrin D: Directed diffusion: a scalable and robust communication paradigm for sensor networks. Proceedings of the 6th Annual International Conference on Mobile Computing and Networking (MOBICOM '00), August 2000, Boston, Mass, USA 56-67.

    Chapter  Google Scholar 

  6. Intanagonwiwat C, Govindan R, Estrin D, Heidemann J, Silva F: Directed diffusion for wireless sensor networking. IEEE/ACM Transactions on Networking 2003, 11(1):2-16. 10.1109/TNET.2002.808417

    Article  Google Scholar 

  7. Chen M, Kwon T, Choi Y: Energy-efficient differentiated directed diffusion (EDDD) in wireless sensor networks. Computer Communications 2006, 29(2):231-245. 10.1016/j.comcom.2005.05.019

    Article  Google Scholar 

  8. Heinzelman W, Chandrakasan A, Balakrishnan H: Energy-efficient communication protocol for wireless microsensor networks. Proceedings of the 33rd Hawaii International Conference on System Sciences (HICSS '00), January 2000, Maui, Hawaii, USA-223.

    Google Scholar 

  9. Lindsey S, Raghavendra CS: Pegasis: power-efficient gathering in sensor information systems. Proceedings of the IEEE Aerospace Conference, March 2002, Big Sky, Mont, USA 3: 1125-1130.

    Google Scholar 

  10. Karp B, Kung HT: Gpsr: greedy perimeter stateless routing for wireless sensor networks. Proceedings of the 6th Annual International Conference on Mobile Computing and Networking (MOBICOM '00), August 2000, Boston, Mass, USA 243-254.

    Chapter  Google Scholar 

  11. Yu Y, Estrin D, Govindan R: Geographical and energy-aware routing: a recursive data dissemination protocol for wireless sensor networks. UCLA Computer Science Department; May 2001.

    Google Scholar 

  12. Felemban E, Lee C-G, Ekici E, Boder R, Vural S: Probabilistic QoS guarantee in reliability and timeliness domains in wireless sensor networks. Proceedings of the 24th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM '05), March 2005, Miami, Fla, USA 4: 2646-2657.

    Article  Google Scholar 

  13. Texas Instruments : Cc2520 datasheet. http://focus.ti.com/docs/prod/folders/print/cc2520.html

Download references

Acknowledgments

This work was supported in part by the US National Science Foundation under Grant no. 0729197. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the US National Science Foundation.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Baek-Young Choi.

Rights and permissions

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

Reprints and permissions

About this article

Cite this article

Choi, J., Choi, BY., Song, S. et al. NQAR: Network Quality Aware Routing in Error-Prone Wireless Sensor Networks. J Wireless Com Network 2010, 409724 (2009). https://doi.org/10.1155/2010/409724

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1155/2010/409724

Keywords