SSCP · Question #1107
Flooding network ports is an example of which type of attack?
The correct answer is C. Denial of service. Flooding network ports with excessive traffic to overwhelm a system and prevent legitimate access is a classic method used in Denial of Service (DoS) attacks.
Question
Flooding network ports is an example of which type of attack?
Options
- AMan-in-the-Middle
- BBrute force
- CDenial of service
- DBirthday
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C88% (21)
Why each option
Flooding network ports with excessive traffic to overwhelm a system and prevent legitimate access is a classic method used in Denial of Service (DoS) attacks.
A Man-in-the-Middle (MitM) attack involves an attacker secretly relaying and possibly altering the communication between two parties who believe they are directly communicating with each other.
A brute force attack involves systematically trying every possible combination to guess credentials or cryptographic keys, rather than overwhelming network resources.
A Denial of Service (DoS) attack, or its distributed form (DDoS), seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to the Internet. Flooding network ports with a high volume of packets is a common method to achieve this.
A birthday attack is a cryptographic attack that exploits the mathematics behind the birthday problem in probability theory, used to find collisions in hash functions.
Concept tested: Denial of Service (DoS) attack methods
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/ddos-best-practices
Topics
Community Discussion
No community discussion yet for this question.