LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is a DoS attack?

A Denial of Service attack makes a service unavailable by overwhelming it with traffic or exploiting a vulnerability; a DDoS does this from many sources at once.

DoS = Denial of Service

A DoS attack aims to make a service unavailable by overwhelming it with traffic or exploiting vulnerabilities.

Many bots flooding a single target service at once, illustrating a distributed denial-of-service attack

* A DDoS floods a target from many sources at once, overwhelming it so legitimate users can't reach it. *

Types:

  • Volume-based: Flood the target with traffic
  • Protocol attacks: Exploit protocol weaknesses (SYN flood)
  • Application layer: Target specific services

DDoS = Distributed Denial of Service

  • Attack comes from many sources
  • Harder to block than single-source DoS

CIA impact: Directly attacks Availability

Go deeper:

From Quiz: NETW1 / Networking Today | Updated: Jul 05, 2026