Definition of Rate limiter and its benefit


Where to put rate limiter : server side or client side?

Algorithm for Rate limiter :
Token bucket algorithm :




Leaking bucket algorithm


Fixed window counter algorithm :

Sliding window log algorithm :


Sliding window counter algorithm :


Rate limiting rules :

Detailed design of rate limiting :


Race condition :

Synchronization and performance optimization :

Monitoring and Wrap-up :
