FCP_FWB_AD-7.4 · Question #14
What are two possible impacts of a DoS attack on your web server? (Choose two.)
The correct answer is B. The web application is unable to accept any more connections because of network socket C. The web application server is unable to accept new client sessions due to memory exhaustion. The web application is unable to accept any more connections because of network socket exhaustion: A Denial of Service (DoS) attack often floods the web server with an overwhelming number of requests, leading to network socket exhaustion. This can prevent the server from…
Question
What are two possible impacts of a DoS attack on your web server? (Choose two.)
Options
- AThe web application starts accepting unencrypted traffic.
- BThe web application is unable to accept any more connections because of network socket
- CThe web application server is unable to accept new client sessions due to memory exhaustion.
- DThe web application server database is compromised with data theft.
How the community answered
(24 responses)- A17% (4)
- B79% (19)
- D4% (1)
Explanation
The web application is unable to accept any more connections because of network socket exhaustion: A Denial of Service (DoS) attack often floods the web server with an overwhelming number of requests, leading to network socket exhaustion. This can prevent the server from accepting new legitimate connections, effectively disrupting service. The web application server is unable to accept new client sessions due to memory exhaustion: DoS attacks can consume a significant amount of server memory, causing memory exhaustion. This results in the web application being unable to accept new client sessions or handle requests
Topics
Community Discussion
No community discussion yet for this question.