CAS-002 · Question #644
Resource exhaustion includes all of the following except_____
The correct answer is C. Overflowing a buffer with too much data. Buffer overflow attacks is related to resource exhaustion but is not the same thing. The reason being that the buffer overflow is based on programmers not checking array bounds, rather than exhausting resources. Answer options A, B, and D are incorrect. All of these are…
Question
Resource exhaustion includes all of the following except_____
Options
- AOpening too many connections
- BAllocating all system memory to a single application
- COverflowing a buffer with too much data
- DFlooding a network with excessive packets
How the community answered
(56 responses)- A5% (3)
- B2% (1)
- C89% (50)
- D4% (2)
Explanation
Buffer overflow attacks is related to resource exhaustion but is not the same thing. The reason being that the buffer overflow is based on programmers not checking array bounds, rather than exhausting resources. Answer options A, B, and D are incorrect. All of these are examples of resource exhaustion.
Topics
Community Discussion
No community discussion yet for this question.