Routing without routes: the backpressure collection protocol

Download PDF.

“Routing without routes: the backpressure collection protocol” by Scott Moeller, Avinash Sridharan, Bhaskar Krishnamachari, and Omprakash Gnawali. In Proceedings of the 9th ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN 2011), 2010, pp. 279-290.

Abstract

Current data collection protocols for wireless sensor networks are mostly based on quasi-static minimum-cost routing trees. We consider an alternative, highly-agile approach called backpressure routing, in which routing and forwarding decisions are made on a per-packet basis. Although there is a considerable theoretical literature on backpressure routing, it has not been implemented on practical systems to date due to concerns about packet looping, the effect of link losses, large packet delays, and scalability. Addressing these concerns, we present the Backpressure Collection Protocol (BCP) for sensor networks, the first ever implementation of dynamic backpressure routing in wireless networks. In particular, we demonstrate for the first time that replacing the traditional FIFO queue service in backpressure routing with LIFO queues reduces the average end-to-end packet delays for delivered packets drastically (75% under high load, 98% under low load). Further, we improve backpressure scalability by introducing a new concept of floating queues into the backpressure framework. Under static network settings, BCP shows a more than 60% improvement in max-min rate over the state of the art Collection Tree Protocol (CTP). We also empirically demonstrate the superior delivery performance of BCP in highly dynamic network settings, including conditions of extreme external interference and highly mobile sinks.

Download PDF.

BibTeX entry:

@inproceedings{routesipsn2010,
   author = {Scott Moeller and Avinash Sridharan and Bhaskar
	Krishnamachari and Omprakash Gnawali},
   title = {Routing without routes: the backpressure collection protocol},
   booktitle = {Proceedings of the 9th ACM/IEEE International Conference
	on Information Processing in Sensor Networks (IPSN 2011)},
   pages = {279--290},
   publisher = {ACM},
   year = {2010},
   isbn = {978-1-60558-988-6}
}