QuestionQ324

Attacks and Exploits

A penetration tester wants to attack a server by exhausting its resources and rendering it unavailable to legitimate users. Which of the following attacks would best accomplish this outcome?

  • A IP spoofing
  • B TCP hijacking
  • C Port redirection
  • D SYN flooding
Explanation

A SYN flood overwhelms a server with incomplete TCP connection requests, filling its pending-connection queue and exhausting resources. This can prevent legitimate users from establishing connections.

Community Discussion

No comments yet. Be the first to start the discussion!