Beginner System Design
Q24 / 100

Why might a system use "rate limiting"?

Correct! Well done.

Incorrect.

The correct answer is A) To control the number of requests a client can make in a given time period, protecting the system from overload or abuse

A

Correct Answer

To control the number of requests a client can make in a given time period, protecting the system from overload or abuse

Explanation

Rate limiting protects services from being overwhelmed by too many requests (whether accidental or malicious), ensuring fair usage and system stability.

Progress
24/100