Performing CyberOps Using Cisco Security Technologies (CBRCOR) — Question 131

An API developer is improving an application code to prevent DDoS attacks. The solution needs to accommodate instances of a large number of API requests coming for legitimate purposes from trustworthy services. Which solution should be implemented?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows for a controlled number of requests within a specified interval, which helps prevent DDoS attacks while accommodating legitimate traffic. The other options either block access permanently, return incorrect HTTP codes, or do not adequately implement rate limiting, which is essential for protecting the API from abuse.