Question
What is 'rate limiting' and how does it help with DDoS protection?
Asked by: USER2241
66 Viewed
66 Answers
Answer (66)
Rate limiting is a technique used to restrict the number of requests a server will accept from a single IP address within a given timeframe. During a DDoS attack, an attacker sends a massive number of requests. Rate limiting helps by blocking excessive requests from the attacker's source, preventing them from overwhelming the server.