Answer
Rate limiting controls how many requests can be handled over a time period. It protects services from overload and DoS attacks and is usually implemented at the API Gateway using tokens or sliding windows.
Rate limiting controls how many requests can be handled over a time period. It protects services from overload and DoS attacks and is usually implemented at the API Gateway using tokens or sliding windows.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ