Complete the sentence to define a DoS attack.
A DoS attack aims to [1] a network or service to make it unavailable to users.
A DoS (Denial of Service) attack disrupts a network or service, making it unavailable to legitimate users.
Complete the sentence to explain what differentiates a DDoS attack from a DoS attack.
A DDoS attack uses multiple [1] to overwhelm the target, unlike a DoS attack which uses a single source.A DDoS (Distributed Denial of Service) attack uses many sources to flood the target, making it harder to block than a single-source DoS attack.
Fix the error in the statement about DoS attack methods.
One common DoS attack method is the [1] flood, which overwhelms a target with fake connection requests.
The SYN flood attack sends many fake connection requests to exhaust the target's resources.
Fill both blanks to complete the description of a defense technique against DDoS attacks.
To defend against DDoS attacks, networks often use [1] to filter traffic and [2] to distribute traffic load.
Firewalls filter unwanted traffic, and load balancers distribute traffic to prevent overload during DDoS attacks.
Fill all three blanks to complete the explanation of a botnet in DDoS attacks.
A botnet is a network of [1] infected with malware, controlled by an attacker to [2] DDoS attacks, often without the [3] knowledge.
Botnets consist of infected computers controlled remotely to launch DDoS attacks, usually without the owners' knowledge.