hide
Free keywords:
Computer Science, Networking and Internet Architecture, cs.NI
Abstract:
The conventional wisdom is that a software-defined network (SDN) operates
under the premise that the logically centralized control plane has an accurate
representation of the actual data plane state. Nevertheless, bugs,
misconfigurations, faults or attacks can introduce inconsistencies that
undermine correct operation. Previous work in this area, however, lacks a
holistic methodology to tackle this problem and thus, addresses only certain
parts of the problem. Yet, the consistency of the overall system is only as
good as its least consistent part.
Motivated by an analogy of network consistency checking with program testing,
we propose to add active probe-based network state fuzzing to our consistency
check repertoire. Hereby, our system, PAZZ, combines production traffic with
active probes to continuously test if the actual forwarding path and decision
elements (on the data plane) correspond to the expected ones (on the control
plane). Our insight is that active traffic covers the inconsistency cases
beyond the ones identified by passive traffic. PAZZ prototype was built and
evaluated on topologies of varying scale and complexity. Our results show that
PAZZ requires minimal network resources to detect persistent data plane faults
through fuzzing and localize them quickly.