312-50V12 · Question #238
A sophisticated attacker targets your web server with the intent to execute a Denial of Service (DoS) attack. His strategy involves a unique mixture of TCP SYN, UDP, and ICMP floods, using 'r' packets
The correct answer is A. h=1987 (prime): The attacker's packet rate exceeds the server's capacity, causing potential. The question assesses the understanding of Denial of Service (DoS) attack impact, specifically identifying when a server's capacity ('h') is exceeded by an attacker's packet rate ('r'), leading to potential service unresponsiveness.
Question
Options
- Ah=1987 (prime): The attacker's packet rate exceeds the server's capacity, causing potential
- Bh=1999 (prime): Despite the attacker's packet flood, the server can handle these requests,
- Ch=1993 (prime): Despite being less than 'r', the server's prime number capacity keeps it barely
- Dh=2003 (prime): The server can manage more packets than the attacker is sending, hence it
How the community answered
(36 responses)- A86% (31)
- B3% (1)
- C3% (1)
- D8% (3)
Why each option
The question assesses the understanding of Denial of Service (DoS) attack impact, specifically identifying when a server's capacity ('h') is exceeded by an attacker's packet rate ('r'), leading to potential service unresponsiveness.
In scenario A, the attacker's rate (r=2010 packets/second) clearly surpasses the server's capacity (h=1987 packets/second). This aligns with the problem's condition (r > h) for the server to falter, and the explanation accurately states that the attacker's rate exceeds capacity, causing potential issues.
For h=1999, the attacker's rate (r=2010) exceeds the server's capacity, meaning the server should falter, but the explanation incorrectly claims the server can handle the requests.
Although r=2010 is greater than h=1993, indicating the server would falter, the explanation vaguely suggests the server might 'barely' cope, which contradicts the condition for failure.
For h=2003, the attacker's rate (r=2010) is greater than the server's capacity, yet the explanation incorrectly states that the server can manage more packets than the attacker is sending.
Concept tested: DoS attack impact and server capacity calculations
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/ddos-protection-overview
Topics
Community Discussion
No community discussion yet for this question.