Digital Security Explained
Calm, practical explanations of cybersecurity fundamentals — no hype.

DDoS Attacks Explained

By A. Northam • Published: 2 March 2026 • Updated: 23 April 2026

A Distributed Denial of Service (DDoS) attack attempts to make an online service unavailable by overwhelming it with traffic or requests from many sources at once.

Unlike attacks that focus on stealing data, DDoS attacks primarily target availability.

DDoS attack flow (diagram)

DDoS Attack Flow Diagram showing botnet devices sending traffic to a target service, overwhelming capacity. Botnet Target Service Massive traffic from many sources
A DDoS attack overwhelms a service by sending excessive traffic from many distributed sources.

What “denial of service” means

A service is “denied” when legitimate users cannot access it reliably. This can happen when:

This maps directly to the CIA Triad, where availability is a core protection objective.

Why DDoS attacks happen

Common motivations include:

Common categories of DDoS attacks

1) Volumetric attacks

These aim to saturate bandwidth or upstream capacity using extremely high traffic volume.

2) Protocol-based attacks

These exploit network or transport-layer behaviors to exhaust infrastructure resources.

3) Application-layer attacks

These overwhelm the application itself by sending large numbers of expensive requests.

Note: This page focuses on outcomes and defensive principles, not attack execution.

Business impact

Even short disruptions can create cascading effects:

How DDoS defense works

Effective DDoS defense is typically layered:

These map cleanly to broader security control categories:

See: Security Controls Taxonomy and Defense in Depth Explained.

DDoS and risk management

DDoS is best treated as a risk scenario where the key question is:

How much downtime can the organization tolerate, and what is the acceptable cost to reduce that risk?

See: Risk Management Explained.

Key takeaway

DDoS attacks are availability attacks. The strongest defenses combine layered controls, monitoring, and operational readiness — not a single product.

This article is provided for educational purposes only and does not constitute legal, compliance, or professional security advice.

Recommended next reading