Choose the option that best describes the main purpose of a DoS attack.
Think about what happens to a website or service when it is flooded with too many requests.
A DoS attack aims to disrupt normal service by flooding the target with excessive traffic, making it unavailable to legitimate users.
Select the method that best describes how a DDoS attack is typically carried out.
Think about the word 'Distributed' in DDoS and what it implies about the attack source.
DDoS attacks use many compromised devices to flood a target with traffic, making it harder to block than a single-source attack.
What happens to a server when it is targeted by a SYN flood attack?
Consider how TCP connections are established and what a half-open connection means.
A SYN flood attack sends many connection requests but never completes them, filling the server's connection queue and blocking legitimate users.
Which statement correctly compares DoS and DDoS attacks?
Focus on the number of sources involved in each attack type.
DoS attacks originate from one source, whereas DDoS attacks use many sources to increase attack strength and complexity.
Choose the best explanation for why defending against DDoS attacks is more challenging.
Think about how blocking traffic works and what happens when many sources are involved.
DDoS attacks come from many different devices and IP addresses, so blocking one source does not stop the attack, making defense more complex.