Building bug-tolerant routers with virtualization

  • Authors:
  • Matthew Caesar;Jennifer Rexford

  • Affiliations:
  • Princeton University, Princeton, USA;Princeton University, Princeton, USA

  • Venue:
  • Proceedings of the ACM workshop on Programmable routers for extensible services of tomorrow
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Implementation bugs are a highly critical problem in wide-area networks. The software running on core routers is subject to vulnerabilities, coding mistakes, and misconfiguration. Unfortunately, these problems are often found after deployment in live networks, where they lead to outages, make networks prone to attack, and involve a challenging process to localize and debug. In this work, we propose a bug-tolerant router that runs multiple diverse copies of router software in parallel, such that each copy is unlikely to fail at the same time as the others. Diversity is achieved by varying the ordering and timing of routing messages, running different routing protocols, running code written by different implementers, etc. Because each copy is different, each copy will likely have a different output during an error, and hence a simple voting procedure is then used to decide which copy's output will "drive" packet forwarding and control-plane communication with other routers. In this paper we motivate our design, describe some design decisions and tradeoffs, and then conclude with a description of our ongoing work in building a prototype of this architecture.