Login
Remember
Register
Ask a Question
What are the types of DDoS attacks?
+1
vote
asked
May 16, 2021
in
Ethical Hacking
by
rajeshsharma
What are the types of DDoS attacks?
ddos-attacks
ddos-types
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 16, 2021
by
rajeshsharma
DDoS attacks are categorized into three types:
Volume-based Attacks:
These are also known as Layer3 & 4 attacks. In this, the attacker tries to saturate the bandwidth of the target site.
Protocol Attacks:
These attacks include actual server resources and others like load balancers and firewalls, and they are measured in Packets per Second.
Application Layer Attacks:
It includes the zero-day DDoS attacks, Slowloris, etc., that attack the Windows, Apache, or OpenBSD vulnerabilities and more. This is measured in Requests per Second.
...