SY0-701 · Question #909
SY0-701 Question #909: Real Exam Question with Answer & Explanation
The correct answer is C: Buffer overflow. An overwhelming volume of packets can fill an application’s input buffers faster than it can process them. Once those buffers are saturated, the program spends excessive time handling overflow conditions (or even overwrites memory), causing dramatic slowdowns and potential instab
Question
Which of the following vulnerabilities results in an application running extremely slowly due to an abnormally large number of incoming packets?
Options
- ARace conditions
- BCross-site scripting
- CBuffer overflow
- DSide loading
Explanation
An overwhelming volume of packets can fill an application’s input buffers faster than it can process them. Once those buffers are saturated, the program spends excessive time handling overflow conditions (or even overwrites memory), causing dramatic slowdowns and potential instability - classic symptoms of a buffer overflow–style resource exhaustion.
Community Discussion
No community discussion yet for this question.