Concepedia

TLDR

SDN separates control from forwarding, enabling new network functions, but firewalls still rely on control‑plane logic, creating communication overhead and computational load. The authors propose FORTRESS, a stateful SDN firewall that relocates firewall logic from the control plane to the data plane. FORTRESS is available in two architectural variants—Stand‑Alone and Cooperative—each offering distinct advantages. Compared to FlowTracker, FORTRESS eliminates control‑plane packet exchanges (0 vs 4) and, due to its adaptable, modular, and portable design, is positioned as an ideal SDN firewall.

Abstract

The Software Defined Networking (SDN) paradigm decouples the logic module from the forwarding module on traditional network devices, bringing a wave of innovation to computer networks. Firewalls, as well as other security appliances, can largely benefit from this novel paradigm. Firewalls can be easily implemented by using the default OpenFlow rules, but the logic must reside in the control plane due to the dynamic nature of their rules that cannot be handled by data plane devices. This leads to a nonnegligible overhead in the communication channel between layers, as well as introducing an additional computational load on the control plane. To address the above limitations, we propose the architectural design of FORTRESS: a stateful firewall for SDN networks that leverages the stateful data plane architecture to move the logic of the firewall from the control plane to the data plane. FORTRESS can be implemented according to two different architectural designs: Stand-Alone and Cooperative, each one with its own peculiar advantages. We compare FORTRESS against FlowTracker, the state-of-the-art solution for SDN firewalling, and show how our solution outperforms the competitor in terms of the number of packets exchanged between the control plane and the data plane—we require 0 packets for the Stand-Alone architecture and just 4 for the Cooperative one. Moreover, we discuss how the adaptability, elegant and modular design, and portability of FORTRESS contribute to make it the ideal candidate for SDN firewalling. Finally, we also provide further research directions.

References

YearCitations

Page 1