Certified Ethical Hacker (CEH v13) — Question 279

Your network infrastructure is under a SYN flood attack. The attacker has crafted an automated botnet to simultaneously send 's' SYN packets per second to the server. You have put measures in place to manage 'f' SYN packets per second, and the system is designed to deal with this number without any performance issues. If 's' exceeds 'f', the network infrastructure begins to show signs of overload. The system's response time increases exponentially (2^k), where 'k' represents each additional SYN packet above the 'f' limit. Now, considering 's=500' and different 'f' values, in which scenario is the server most likely to experience overload and significantly increased response times?

Answer options

Correct answer: D

Explanation

The correct answer is D because with 'f=490', the system is significantly overwhelmed by the attack, resulting in response times increasing by a factor of 1024. In contrast, options A, B, and C all describe scenarios where the server can handle the incoming SYN packets without experiencing such drastic performance issues.