google-code-backups / add-mvc-framework

Automatically exported from code.google.com/p/add-mvc-framework
0 stars 0 forks source link

New Idea: DDOS Protection #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description Of This Idea:
An idea of creating built in anti DDOS attack on the framework, DDOS attacks 
are one of the attacks that can be done anytime to websites and it should be 
addressed on framework level.

How Can This Idea Help:
Prevents damage on DDOS attacks, reduce server downtime and prevents it from 
being out of control.

How To Implement This Idea:
 * Will use sleep() and/or usleep() to throttle requests and at the same time not throwing them of.
 * Use filemtime and other time functions to calculate the probability of DDOS attacks
 * During a probable attack it will activate a state of alert that will activate the aggressive defense against DDOS

Original issue reported on code.google.com by albertdi...@gmail.com on 15 Apr 2013 at 8:51

GoogleCodeExporter commented 8 years ago

Original comment by albertdi...@gmail.com on 14 May 2013 at 4:24