Computer Security

What Is a DDoS Attack?

A DDoS attack, or distributed denial-of-service attack, floods a target with traffic from many compromised sources at once to make a service unavailable to legitimate users. It targets availability – the ability of a server, network, or application to respond – by exhausting its bandwidth, connection state, or processing capacity. The traffic comes from a botnet of infected devices, which is what makes it distributed and hard to filter.

In shortA DDoS attack overwhelms a target with traffic from many sources (a botnet) so it cannot serve real users. It attacks availability, not data; the three categories are volumetric, protocol, and application-layer (L7); the largest ever recorded hit 31.4 Tbps in 2025 – defended with CDNs, traffic scrubbing, rate limiting, and anycast routing.
31.4 Tbps
Largest DDoS on record (2025)
3
Attack categories
2M+
Devices in the Aisuru botnet
35 s
Duration of the record attack

What Is a DDoS Attack?

A DDoS attack is a distributed denial-of-service attack that overwhelms a target with traffic from many sources to make a service unavailable to legitimate users. It targets availability, flooding a server, network, or application until it cannot respond. The defining traits are listed below:

  • Distributed sources send traffic from many devices at once rather than from a single machine.
  • A target in availability is the service’s ability to respond to legitimate requests.
  • Resource exhaustion consumes bandwidth, connections, or processing until the service fails.
  • No data breach is required, since the goal is disruption rather than theft.

A DDoS attack is one category of cyberattack, targeting availability rather than confidentiality or integrity. It is among the most disruptive of the common network attacks, since a successful flood takes a service offline.

What Is the Difference Between DoS and DDoS?

A denial-of-service (DoS) attack floods a target from a single source; a distributed denial-of-service (DDoS) attack floods it from many sources at once. The distinction is the number of attacking sources:

  • A DoS attack originates from one device, making it easier to identify and block.
  • A DDoS attack originates from many devices, making the traffic harder to filter.
  • Scale gives a DDoS attack far greater traffic volume than a single source can produce.
  • Attribution is harder for a DDoS attack, since the traffic comes from many addresses.
Why it mattersBlocking one IP stops a DoS attack but not a DDoS attack – the flood simply continues from thousands of other sources. That is why DDoS defense has to absorb or filter traffic upstream rather than block at the origin.

How Do Botnets Power a DDoS Attack?

A botnet powers a DDoS attack by combining many compromised devices under one attacker’s control to generate the traffic flood. It supplies the distributed sources that define the attack. The role of a botnet is listed below:

How Do Botnets Power a DDoS Attack? - What Is a DDoS Attack?
  • Compromised devices are computers, servers, and connected devices infected with malware that places them under remote control.
  • Command and control lets the operator direct every infected device from a central point.
  • Combined traffic from thousands of devices produces a volume no single machine could reach.
  • Unaware owners often do not know their devices are part of the botnet.

The Mirai botnet, which infected insecure Internet of Things devices, powered some of the largest recorded DDoS attacks in 2016. The 2025 Aisuru botnet ensnared more than two million devices, mostly off-brand Android TV boxes. Keeping devices patched and protected reduces botnet recruitment, one part of defending against a cyberattack.

What Are the Types of DDoS Attacks?

The three categories of DDoS attack are volumetric, protocol, and application-layer (L7) attacks – each exhausts a different resource and is measured differently:

Volumetric (L3/L4)

Saturate bandwidth with sheer traffic volume – UDP floods, DNS and NTP amplification, ICMP floods. Measured in bits per second (Tbps). The largest attacks fall here.

Protocol (L3/L4)

Exhaust connection state on servers, firewalls, and load balancers by abusing protocol weaknesses – SYN floods, Ping of Death. Measured in packets per second (pps).

Application-layer (L7)

Mimic real requests to exhaust app and server compute – HTTP floods, Slowloris, DNS query floods. Hardest to detect; measured in requests per second (rps).

Multi-vector attacks combine several categories at once to complicate the defense. Application-layer attacks are the fastest-growing because their requests resemble legitimate traffic and slip past volumetric filters – they rose 74% year over year in Q2 2025, according to Cloudflare.

How Does a DDoS Attack Unfold?

A DDoS attack unfolds in a fixed sequence, from building the botnet to issuing the flood:

Related Articles
  • Recruit. Malware infects vulnerable devices (IoT gadgets, routers, servers), enrolling each into the botnet.
  • Command. The attacker reaches every bot through a command-and-control channel and selects a target.
  • Flood. All bots send traffic at once – junk packets, malformed requests, or legitimate-looking calls.
  • Exhaust. Bandwidth, connection tables, or application threads fill up and the service stops responding.
  • Sustain. The flood continues, sometimes shifting vectors, until it is mitigated or the attacker stops.

What Are Real Examples of DDoS Attacks?

Real examples of DDoS attacks include large attacks on DNS providers and record-setting floods against major websites. The notable examples are listed below:

  • The 2016 Dyn attack used the Mirai botnet to flood a major DNS provider, disrupting access to many large websites.
  • The 2025 record flood peaked at 31.4 Tbps from the Aisuru botnet and was mitigated automatically by Cloudflare in about 35 seconds.
  • Attacks on DNS infrastructure are common because disrupting name resolution affects many services at once.
  • Application-layer floods have targeted login pages and APIs to exhaust specific services.
The current recordIn its 2025 Q4 threat report, Cloudflare disclosed a 31.4 Tbps attack – the largest ever publicly recorded – launched by the Aisuru botnet of compromised Android TV boxes. The broader campaign averaged 4 Tbps with peaks near 24 Tbps and 205 million requests per second.

How Do You Mitigate a DDoS Attack?

A DDoS attack is mitigated through content delivery networks, anycast routing, traffic scrubbing, rate limiting, and upstream providers. Mitigation absorbs or filters the flood so the service stays reachable. The core mitigations are listed below:

  • Content delivery networks (CDNs) distribute traffic across many global servers to absorb a flood near its source.
  • Anycast routing spreads one address across many edge nodes, diluting a volumetric flood instead of concentrating it.
  • Traffic scrubbing routes traffic through a service that filters out malicious packets and passes clean traffic on.
  • Rate limiting caps requests per source to blunt protocol and application-layer floods without harming real users.
  • Upstream providers such as Cloudflare and Akamai filter attack traffic before it reaches the origin.

A layered defense combines cloud scrubbing for volumetric floods, a web application firewall for L7 attacks, rate limiting for protocol attacks, and anycast for global spread. Routing traffic through a CDN and scrubbing service is the primary defense large services use, complementing the layered controls of cybersecurity.

What Are the Warning Signs of a DDoS Attack?

The warning signs of a DDoS attack are sudden slowdowns, service outages, and a spike in traffic from many sources. The warning signs are listed below:

  • Sudden slowdowns show a service responding far more slowly than normal.
  • Service outages make a website or application unreachable without a known cause.
  • A traffic spike appears as an unusual surge in requests from many addresses.
  • Patterns in the traffic show repeated requests to the same resource from distributed sources.

Monitoring traffic for these patterns allows a faster response, since early detection lets mitigation begin before a full outage. Distinguishing an attack from a legitimate traffic surge relies on the monitoring controls within cybersecurity.

DDoS Attack Types Comparison Table

The table compares the DDoS attack types across the resource each exhausts, a typical method, and its primary mitigation:

DDoS Attack Types Comparison Table - What Is a DDoS Attack?
TypeResource ExhaustedExample MethodPrimary Mitigation
VolumetricBandwidthHigh-volume traffic floodCDN, upstream scrubbing
ProtocolServer / network equipmentAbuse of protocol weaknessesFiltering, rate limiting
Application-layerApplication or web serviceFlood of legitimate-looking requestsRate limiting, request filtering
Multi-vectorMultiple resourcesCombination of attack typesLayered mitigation services

Who Are the Common Targets of DDoS Attacks?

The common targets of DDoS attacks are websites, online services, DNS providers, and gaming and financial platforms. A target is chosen because its availability has high value to its users or owner:

  • Websites and online services are targeted to take a business offline and disrupt revenue.
  • DNS providers are targeted because disrupting name resolution affects many services at once.
  • Gaming and streaming platforms are targeted to disrupt competitive play or extort the operator.
  • Financial services are targeted to disrupt transactions or to mask another attack in progress.

CISA notes that DDoS attacks sometimes serve as a distraction that masks a separate intrusion or data theft. An attack on shared infrastructure such as DNS affects many downstream services, a pattern among the common network attacks.

How Do You Prepare a DDoS Response Plan?

A DDoS response plan prepares an organization to detect, mitigate, and recover from an attack before it occurs. The elements of a response plan are listed below:

  • Detect. Set monitoring and alerts that identify abnormal traffic early.
  • Arrange mitigation. Establish a relationship with an upstream provider or scrubbing service before an attack.
  • Plan capacity. Provision redundancy and overhead to absorb a surge in traffic.
  • Communicate. Define how to inform users and staff during an outage.
  • Review. Analyze the attack afterward to strengthen defenses.

CISA recommends preparing a response plan and arranging mitigation services in advance, since reacting only after an attack begins increases downtime. A prepared plan turns the layered defenses of cybersecurity into a coordinated response.

Last Thoughts on DDoS Attacks

A DDoS attack is a distributed denial-of-service attack that overwhelms a target with traffic from many sources to make a service unavailable, targeting availability rather than confidentiality or integrity. A DoS attack uses a single source, while a DDoS attack uses many, often supplied by a botnet of compromised devices.

The types are volumetric, protocol, and application-layer attacks, and mitigation uses content delivery networks, traffic scrubbing, rate limiting, upstream providers, and redundancy. Readers can continue with the overview of cyberattacks, the guide to common network attacks, the overview of social engineering, or the introduction to cybersecurity.

Key Takeaways:

  • A DDoS attack overwhelms a target with traffic from many sources to make a service unavailable.
  • A DoS attack uses one source, while a DDoS attack uses many, making it harder to block.
  • Botnets supply the compromised devices that generate the traffic flood.
  • The types are volumetric, protocol, and application-layer attacks.
  • Examples include the 2016 Dyn attack and record floods exceeding terabits per second.
  • Mitigation uses CDNs, traffic scrubbing, rate limiting, upstream providers, and redundancy.

Frequently Asked Questions (FAQs)

What is a DDoS attack in simple terms?

A DDoS attack is a distributed denial-of-service attack that overwhelms a target with traffic from many sources to make a service unavailable to legitimate users. It targets availability rather than stealing data.

What is the difference between DoS and DDoS?

A DoS attack floods a target from a single source, while a DDoS attack floods it from many sources at once. The distributed traffic makes a DDoS attack harder to filter and to attribute.

How do botnets cause DDoS attacks?

A botnet combines many devices infected with malware under one attacker’s control. The combined traffic from thousands of compromised devices produces the flood volume that powers a DDoS attack.

What are the types of DDoS attacks?

The three types are volumetric attacks that consume bandwidth, protocol attacks that exhaust network equipment, and application-layer attacks that overwhelm a specific service. Multi-vector attacks combine them.

How do you stop a DDoS attack?

Mitigate a DDoS attack with content delivery networks, traffic scrubbing, rate limiting, upstream providers such as Cloudflare, and redundancy. These absorb or filter the flood before it exhausts the target.

Is a DDoS attack illegal?

Yes. Conducting a DDoS attack is illegal in most jurisdictions, including under the United States Computer Fraud and Abuse Act. This article covers defense and mitigation only, not how to perform an attack.

Nizam Ud Deen

Muhammad Nizam Ud Deen Usman is the founder of theCoreiTech and the author of The Local SEO Cosmos. Nizam works as an SEO consultant and content strategy expert with more than a decade of experience in digital marketing and IT, and he also founded ORM Digital Solutions, a digital agency serving medium and large businesses. He holds a degree from the University of Education, Lahore (Multan Campus), and was listed among the top 20 SEO experts in Pakistan in 2024. Nizam started theCoreiTech in 2012 to make computers easier to understand and use for everyone. Connect with Nizam on LinkedIn (seoobserver), X (@SEO_Observer), or at nizamuddeen.com.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button