Related Question 1
What does 'API rate limiting' help prevent in web services?
-
A.
Unauthorized access
-
B.
Excessive use of resources by a client
-
C.
Data encryption
-
D.
Server hardware failure
Correct Answer: B
Explanation:
Rate limiting controls how many requests a client can make, preventing resource overload.