🎩Distributed denial of service (DDOS)

This is the most problem that hacker use to attack our server. DDOS is the way that hacker try to send a lot of request to our server such as 1,000,000 request/minitues and If our server does not have any protection it will affect to CPU , DB or other .

Drawing

How to Protect

  1. Use RateLimit to limit the request

  2. Use Cloud Protection such as AWS shield or Cloudfare

Last updated