In a scenario where an API is experiencing a high volume of traffic from a single IP, a good security practice would be to implement ____________.

  • Captcha Challenges
  • Intrusion Detection System (IDS)
  • Multi-Factor Authentication (MFA)
  • Rate Limiting
Implementing rate limiting is a good security practice to mitigate the risk of abuse or denial-of-service attacks on an API. By restricting the number of requests from a single IP within a specified time frame, rate limiting helps prevent excessive traffic and ensures fair usage. This measure is essential for maintaining the availability and performance of the API under varying traffic conditions.__________________________________________________
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *