what is DDOS?
I recently read this article saying that Microsoft defended against a 3.47TB DDOS attack. This fact makes me ask what is DDOS?
A
Denial-of-Service(Dos) is an attack meant to shut down a network,
making it inaccessible to intended users. It floods the targets with traffic
and deprives the main users from accessing the resource.
There are two general methods of DoS attacks: flooding
services or crashing services. Flooding-
the flood occurs with a great deal of traffic for the server to buffer
Crashing/Buffering - In this type of exploit,
the adversary drives more traffic to a network address than the system is
capable of handling. This causes the machine to consume all available buffers,
or memory storage regions that temporarily hold data while it is being
transferred within the network
Modern security technology is capable of defending
against these attacks, we can cite Microsoft records as an example.
https://arstechnica.com/information-technology/2022/01/microsoft-fends-off-record-breaking-3-47-tbps-ddos-attack/
https://www.crowdstrike.com/cybersecurity-101/denial-of-service-dos-attacks/
Comments
Post a Comment