Machine-Verified Network Controllers

Arjun Guha, Mark Reitblatt, and Nate Foster
ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), 2013

In many areas of computing, techniques ranging from testing to formal modeling to full-blown verification have been successfully used to help programmers build reliable systems. But although networks are critical infrastructure, they have largely resisted analysis using formal techniques. Software-defined networking (SDN) is a new network architecture that has the potential to provide a foundation for network reasoning, by standardizing the interfaces used to express network programs and giving them a precise semantics.

This paper describes the design and implementation of the first machine-verified SDN controller. Starting from the foundations, we develop a detailed operational model for OpenFlow (the most popular SDN platform) and formalize it in the Coq proof assistant. We then use this model to develop a verified compiler and runtime system for a high-level network programming language. We identify bugs in existing languages and tools built without formal foundations, and prove that these bugs are absent from our system. Finally, we describe our prototype implementation and our experiences using it to build practical applications.

PDF Slides

  @inproceedings{guha:coqnets,
    author = "Arjun Guha and Mark Reitblatt and Nate Foster",
    title = "Machine Verified Network Controllers",
    year = 2013,
    booktitle = "ACM SIGPLAN Conference on Programming Language Design and
                 Implementation (PLDI)"
  }