You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project investigates Distributed Denial of Service (DDoS) attacks targeting the control plane of Software-Defined Networks (SDN) using a POX controller. The attack is implemented by flooding the controller with malicious traffic, causing resource exhaustion and network service disruption.
An SDN security project that simulates a DDoS attack on an OpenFlow-based network by flooding the controller with TCP SYN packets to disrupt services. The project implements automated mitigation techniques using traffic baselining, subnet checking, rate limiting, and load balancing to enhance network resilience and availability.