Question
Question 3: How does rate limiting help protect against DDoS attacks?
Asked by: USER4278
69 Viewed
69 Answers
Answer (69)
Rate limiting restricts the number of requests a single IP address can make within a given timeframe. This prevents attackers from overwhelming the server with a flood of requests, effectively slowing down the attack and reducing the impact.