Certified Ethical Hacker (CEH v13) — Question 230

You are a cybersecurity consultant for a smart city project. The project involves deploying a vast network of IoT devices for public utilities like traffic control, water supply, and power grid management. The city administration is concerned about the possibility of a Distributed Denial of Service (DDoS) attack crippling these critical services. They have asked you for advice on how to prevent such an attack. What would be your primary recommendation?

Answer options

Correct answer: D

Explanation

Implementing IP address whitelisting is the most effective way to prevent DDoS attacks, as it restricts access to only trusted IP addresses, thereby reducing the attack surface. While regular firmware updates, strong passwords, and IDS are important for overall security, they do not specifically address the immediate risk of DDoS attacks as effectively as whitelisting does.