HostingChecker

Glossary

DDoS (Distributed Denial of Service)

A DDoS attack floods a server with traffic from many sources to overwhelm it and knock a website offline; mitigation absorbs or filters the flood.

A DDoS (Distributed Denial of Service) attack tries to make a website or service unavailable by overwhelming it with traffic from many compromised machines (a botnet) at once.

Types of attack

  • Volumetric — saturating bandwidth with sheer traffic (e.g. UDP floods).
  • Protocol — exhausting server resources (e.g. SYN floods).
  • Application layer — hammering expensive endpoints with seemingly legitimate https requests.

How it is mitigated

  • A cdn absorbs and disperses volumetric traffic across its global network.
  • A waf filters malicious application-layer requests.
  • Rate limiting and traffic scrubbing services drop attack traffic upstream.

Why it matters for hosting

Even a brief DDoS can breach an uptime-sla and lose revenue. Choosing a host or cdn with built-in DDoS protection — and not exposing your origin ip-address directly — is a core resilience decision.

See also