24.02.2011, 13:27
(
Последний раз редактировалось JaTochNietDan; 24.02.2011 в 14:14.
)
Quote:
@JaTochNietDan
I've heard sometimes you can crash a server by pinging that server IP all the time. If you have made a loop to ping the server, it can't startup until you close the batch or turn off your comp. Is this also a DDoS attack? This attack denies services(the server) to start up. PS: I'm not sure if it works for SAMP Servers. |
The point of this type of attack is to take up all of the available bandwidth of the server, so that the legitimate clients who are trying to connect to the SA-MP servers hosted on the box are not able to get their traffic through, simply because all of the traffic is being taken up by the attacking networks. It doesn't actually cause the server software to crash or anything like that, it's just that you cannot access the server due to all of the available bandwidth being consumed.
There are other types of floods too, like syn floods, which attempt to take up all of the available ports on the system so that legitimate users cannot get a port allocated to them for transferring of data. This type of attack takes advantage of the SYN/ACK system the TCP protocol has in place.
There are also what I would call "DoS Exploits", which are basically denial of service attacks on a certain type of software that may be super effective because of a piece of bad coding or something. This means that more problems can be caused by less attackers and less bandwidth, in some cases a single client would be able to cause servers to crash. These however, are software related exploits, and are generally not the target of DDoS attacks.
I hope this information helps