What is DDoS Attack? Definition & Explanation

A Distributed Denial-of-Service (DDoS) attack overwhelms a target system, network, or application with malicious traffic from many distributed sources — typically a botnet — to make it unavailable to legitimate users. Modern DDoS attacks routinely exceed 1 Tbps in volumetric power.

In-Depth Explanation

DDoS attacks come in several layers: volumetric (Layer 3/4 floods like UDP amplification using DNS, NTP, Memcached reflectors), protocol attacks (SYN floods, Smurf attacks, fragmented packet floods), and application-layer (Layer 7) attacks (HTTP floods, slow Loris, GET/POST floods targeting expensive endpoints). The DDoS-as-a-Service ecosystem (booter/stresser sites, often advertised on Telegram and dark-web forums) sells attacks for as little as $20/hour. Defenses include cloud-based DDoS scrubbing (Cloudflare, Akamai, AWS Shield Advanced, Google Cloud Armor, Azure DDoS Protection, Imperva), anycast network architectures that distribute attacks geographically, BGP flowspec for upstream filtering, and rate limiting / WAF rules at the application edge. Major historical DDoS attacks include the 2016 Dyn attack (Mirai botnet, 1.2 Tbps), the 2018 GitHub attack (1.35 Tbps Memcached amplification), and the 2023 HTTP/2 Rapid Reset attacks against Google (398M req/sec) and Cloudflare (201M req/sec).

Why It Matters for Security

DDoS attacks are increasingly used as cover for data-theft operations, as ransomware extortion leverage ("pay or we DDoS your customer-facing site"), and as state-level attacks during geopolitical conflicts. Any internet-facing business — e-commerce, banking, gaming, SaaS — must have DDoS mitigation in place; outages of even minutes can cost millions in lost revenue and reputational damage. Modern cloud DDoS protection has made Layer 3/4 attacks largely manageable; Layer 7 application-layer DDoS remains the harder problem.

Related Tools

Frequently Asked Questions

What does DDoS Attack mean in cybersecurity?

A DDoS (Distributed Denial-of-Service) attack in cybersecurity is a coordinated flood of malicious traffic from many sources — typically a botnet — that overwhelms a target server, network, or application until it cannot serve legitimate users. Modern DDoS attacks regularly exceed 1 Tbps in volume.

Why is DDoS Attack important?

DDoS matters because it can take any unprotected internet service offline within minutes, costing millions in lost revenue and customer trust. DDoS is also increasingly weaponized as ransomware extortion leverage and as a geopolitical attack vector — making cloud-based DDoS scrubbing a baseline requirement for any production internet service.

← Back to the full Cybersecurity Glossary