What is the term for a flood of SYN packets used to overwhelm a target?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

What is the term for a flood of SYN packets used to overwhelm a target?

Explanation:
A SYN flood is a denial-of-service attack that overwhelms a target by sending a large volume of TCP SYN packets, initiating connections but never completing the three-way handshake. The server allocates resources for each SYN and waits for the final ACK; when attacker floods with SYNs, many half-open connections pile up in the backlog, exhausting memory and processing capacity so legitimate clients can’t establish new connections. This is different from the other terms: bypass detection suggests evading security, enumerating services means scanning to find open ports/services, and traceroute is used to map the network path to a destination. Mitigations include using SYN cookies, increasing the backlog judiciously, and applying rate limiting.

A SYN flood is a denial-of-service attack that overwhelms a target by sending a large volume of TCP SYN packets, initiating connections but never completing the three-way handshake. The server allocates resources for each SYN and waits for the final ACK; when attacker floods with SYNs, many half-open connections pile up in the backlog, exhausting memory and processing capacity so legitimate clients can’t establish new connections. This is different from the other terms: bypass detection suggests evading security, enumerating services means scanning to find open ports/services, and traceroute is used to map the network path to a destination. Mitigations include using SYN cookies, increasing the backlog judiciously, and applying rate limiting.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy