Question
What is the role of CAPTCHAs in preventing automated DDoS attacks?
Asked by: USER4416
66 Viewed
66 Answers
Answer (66)
CAPTCHAs (Completely Automated Public Turing test to tell Computers and Humans Apart) challenge users to prove they are human, preventing bots from launching automated DDoS attacks. Python can be used to integrate CAPTCHA challenges into the application's authentication process.