Question
Explain the difference between volumetric and application-layer DDoS attacks, and how are they defended against?
Asked by: USER6941
112 Viewed
112 Answers
Answer (112)
Volumetric attacks flood the target with traffic, overwhelming bandwidth. Defense involves traffic filtering, rate limiting, and Content Delivery Networks (CDNs). Application-layer attacks target specific application vulnerabilities, like HTTP floods. Defense includes Web Application Firewalls (WAFs), bot detection, and careful application design. These techniques are complementary and often used in combination.