In rate limiting, the concept of _________ helps in evenly distributing API requests over time.

  • Dynamic Quotas
  • Exponential Backoff
  • Time Windows
  • Token Bucket
Rate limiting involves using a Token Bucket algorithm where tokens are added at a fixed rate, allowing for a smooth distribution of API requests.
Add your answer
Loading...

Leave a comment

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