How do i mitigate DDOS attacks on static servers?
        Posted  
        
            by 
                acidzombie24
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by acidzombie24
        
        
        
        Published on 2012-06-03T05:24:01Z
        Indexed on 
            2012/06/03
            10:42 UTC
        
        
        Read the original article
        Hit count: 341
        
ddos
|static-content
Here is a slightly different take on DDOS attacks. Rather than a server with dynamic content being attack i was curious how to deal with attacks on servers with STATIC CONTENT. This means cpu tends to not be an issue. Its either bandwidth or connection problems.
How would i mitigate a DDOS attack knowing nothing about the attacker (for example country, ip address or anything else). I was wondering is shorting the timeout and increasing amount of connections is an acceptable solution? Or maybe that is completely useless? Also i would limit the amount of connections per IP address.
Would the above help or be pointless? Keeping in mind everything is static checking for multiple request of the same page (html, css, js, etc) could be a sign of a attack.
What are some measures i can take on a static content server?
© Server Fault or respective owner