LGCRMar 11, 2023

Detection of DDoS Attacks in Software Defined Networking Using Machine Learning Models

arXiv:2303.06513v116 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This addresses security risks in SDN for network administrators, but it is incremental as it applies existing methods to a new dataset.

The paper tackled the problem of detecting DDoS attacks in Software Defined Networking (SDN) environments by testing machine learning algorithms, with Random Forest achieving the highest accuracy of 68.9%.

The concept of Software Defined Networking (SDN) represents a modern approach to networking that separates the control plane from the data plane through network abstraction, resulting in a flexible, programmable and dynamic architecture compared to traditional networks. The separation of control and data planes has led to a high degree of network resilience, but has also given rise to new security risks, including the threat of distributed denial-of-service (DDoS) attacks, which pose a new challenge in the SDN environment. In this paper, the effectiveness of using machine learning algorithms to detect distributed denial-of-service (DDoS) attacks in software-defined networking (SDN) environments is investigated. Four algorithms, including Random Forest, Decision Tree, Support Vector Machine, and XGBoost, were tested on the CICDDoS2019 dataset, with the timestamp feature dropped among others. Performance was assessed by measures of accuracy, recall, accuracy, and F1 score, with the Random Forest algorithm having the highest accuracy, at 68.9%. The results indicate that ML-based detection is a more accurate and effective method for identifying DDoS attacks in SDN, despite the computational requirements of non-parametric algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes