← New search

Other meanings of DDoS attack

Cybersecurity

DDoS attack

A DDoS attack is a distributed denial-of-service attack overwhelming a target with traffic from multiple systems. It seeks to make a website, network, application, or internet-connected service unavailable to legitimate users rather than necessarily stealing data. The traffic may be genuine-looking requests, malformed packets, or a mixture of both, and the attack can exploit weaknesses in bandwidth, network protocols, or application capacity.

DDoS
Core term
Distributed denial-of-service
3 broad classes
Common classification
Volumetric, protocol, and application-layer
Botnet or reflection
Typical source
Compromised or misdirected systems
1

Definition and operation

A DDoS attack denies service by coordinating many traffic sources against one target. The sources may be compromised computers and internet-of-things devices, rented infrastructure, or systems manipulated through reflection and amplification; their geographic distribution makes simple source blocking difficult.1 The target can be a server, an internet service provider, a domain-name service, or a particular application.

Attacks are commonly grouped as volumetric, protocol, or application-layer events. Volumetric attacks consume bandwidth; protocol attacks exhaust connection tables or processing resources in network devices; application-layer attacks send apparently valid requests that consume expensive server operations. A single incident can combine these methods, so traffic volume alone does not determine its severity.3

2

Methods and development

DDoS methods differ in how they generate load and where they apply pressure. In a direct flood, participating systems send traffic to the victim. In a reflection attack, the attacker forges the victim’s address in requests to third-party services, causing replies to converge on the victim; amplification occurs when those replies are much larger than the triggering requests.3

Well-known protocol examples include SYN floods, which consume partially established connections, and attacks against the Domain Name System, web services, or encrypted applications. Botnets made from poorly secured connected devices have expanded the pool of possible sources, while so-called low-and-slow attacks show that a modest request rate can still disrupt an application when each request is computationally costly.

3

Detection, mitigation, and response

Effective defense begins with distinguishing an attack from a flash crowd, a software failure, or an ordinary capacity shortage. Useful indicators include abrupt changes in source distribution, protocols, request paths, packet characteristics, error rates, and bandwidth or connection consumption. Baselines and centralized logs help responders identify which layer is failing.

Mitigation is usually distributed across several layers: upstream filtering and traffic scrubbing absorb or discard hostile traffic before it reaches the target; content-delivery networks and anycast routing spread load; rate limits, caching, queues, and resilient application design protect scarce resources. Network operators can apply filtering rules or blackholing in extreme cases, though blackholing also removes legitimate traffic. Incident plans should include provider contacts, escalation authority, evidence preservation, communication with users, and post-incident review.2

4

Lesser-known aspects

A DDoS attack does not require a large number of attackers; it requires distributed traffic or distributed resource exhaustion. A small campaign aimed at a fragile application can be more disruptive than a larger flood against a well-provisioned network. Conversely, a high-volume event may be absorbed by upstream capacity without causing an outage.

Reflection depends on intermediary systems that answer requests, so defensive work includes preventing address spoofing and securing exposed services, not only protecting the eventual victim.3 DDoS activity can also serve as a diversion while an intruder pursues another objective, although the denial-of-service component itself does not prove that data was accessed. Security frameworks classify denial-of-service as an adversary technique, while incident responders generally treat availability, integrity, and confidentiality as separate questions.4

Glossary

Botnet
A network of compromised or otherwise controlled devices that can receive coordinated commands.
Reflection
A technique that causes third-party systems to send responses toward the intended victim, often using a falsified source address.
Amplification
A property of an attack in which a small request produces a disproportionately large response.
Traffic scrubbing
Filtering and forwarding service that removes suspected malicious traffic before legitimate traffic reaches a protected target.
Anycast
A routing method in which the same network address is announced from multiple locations, helping distribute incoming traffic.

DDoS attack refers here to distributed denial of service: coordinated traffic or requests from multiple systems intended to impair a target’s availability.