There are many web servers world wide that are vulnerable to a really simple DoS attack.It's about runnig maximum socket connections from one IP to a web server.If you run 300 socket connections to a web server from 1 host, and the server can allow only 200 for all hosts than the server becomes busy.
And only web servers that set a permission of maximum socket connections from one ip are protected.
I wanted to post this because I was playing with a perl script for this DoS attack and I think it's really scary unsure.gif

maybe some of you have tried it.but the others have not.