Distributed Denial of Service (DDoS) Attack
Definition
A DDoS attack attempts to make a service unavailable by overwhelming it with traffic or resource-intensive requests from many distributed sources. The goal is to exhaust bandwidth, server capacity, or application resources so legitimate users cannot access the service.
Examples
- An online store receives a sudden flood of traffic from thousands of compromised devices, saturating its internet connection and causing timeouts for real customers.
- A gaming service is hit with repeated UDP floods that overwhelm network devices, forcing the provider to reroute traffic through a scrubbing service.
Discover 🔎
DDoS attacks are about disruption rather than stealing data. They target availability by drowning a service in traffic or requests until something breaks. Because the traffic comes from many sources, blocking a single IP address does not solve the problem. This makes DDoS a common threat for public websites, online services, and any system that must be reachable from the internet.
Tip: The interactive version includes progress tracking, decks, and premium deep dives.