DoS vs DDoS Attacks Explained | AP Cybersecurity
DoS vs DDoS Attacks Explained (Plus Smurf Attacks)
A denial-of-service (DoS) attack overwhelms a system so legitimate users cannot reach it. A distributed version (DDoS) uses many machines at once. Both target availability, one of the CIA goals.
Contents
DoS vs DDoS
A DoS attack floods a target with more traffic or requests than it can handle, from a single source, until it slows or stops. A DDoS spreads the flood across many compromised machines (a botnet), which makes it far harder to block because the traffic comes from everywhere.
A smurf attack is one technique: the attacker sends requests with the victim's address spoofed so many systems reply to the victim at once, amplifying the flood.
A site goes down under traffic from thousands of different IP addresses worldwide. Is this a DoS or DDoS?
Reveal answer
A DDoS. The traffic comes from many distributed sources, almost certainly a botnet, which is what makes it distributed rather than a single-source DoS.
Both target availability. The difference is sources: one (DoS) vs many (DDoS). A smurf attack is an amplification technique.
Defending against denial of service
Defenses include rate limiting, filtering malicious traffic, and using services that absorb and distribute large volumes of traffic. Because a DDoS comes from many sources, blocking a single IP does little.
Detection ties into Unit 3.5: a sudden spike in traffic volume is a key signal that monitoring tools watch for.
Why is blocking one IP address ineffective against a DDoS?
Reveal answer
A DDoS uses many distributed sources, so blocking one address barely reduces the flood. Defenses must handle volume from many places at once.
The 2016 Dyn DDoS
A massive DDoS powered by the Mirai botnet of hijacked devices overwhelmed the DNS provider Dyn, briefly knocking major sites like Twitter and Netflix offline. The flood came from countless distributed sources.
Many sources are what make a DDoS hard to block.
Key Terms
| DoS | Overwhelming a target from a single source. |
| DDoS | A distributed denial of service from many machines. |
| Botnet | A network of compromised devices used to attack. |
| Smurf attack | Amplifying a flood by spoofing the victim's address. |
Match It Up
Common Mistakes
Treating DoS and DDoS as identical
DoS is one source; DDoS is many. The distinction changes the defense.
Thinking DoS steals data
Denial of service targets availability, not confidentiality.
Blocking a single IP for a DDoS
With many sources, single-IP blocking is ineffective.
Missing amplification
A smurf attack amplifies traffic by spoofing the victim's address.
Check for Understanding
Frequently Asked Questions
Get in Touch
Whether you're a student, parent, or teacher — I'd love to hear from you.
Just want free AP CS resources?
Enter your email below and check the subscribe box — no message needed. Students get daily practice questions and study tips. Teachers get curriculum resources and teaching strategies.
Message Sent!
Thanks for reaching out. I'll get back to you within 24 hours.
Prefer email? Reach me directly at [email protected]