InterviewSolution
Saved Bookmarks
| 1. |
________ is an attack technique occurs when excess data gets written to a memory block.(a) Over buffering(b) Buffering(c) Buffer overflow(d) Memory fullThis question was addressed to me by my school principal while I was bunking the class.Origin of the question is Hacking Terminologies topic in division Cyber Security of Cyber Security |
|
Answer» CORRECT choice is (C) BUFFER overflow The best explanation: Buffer overflow is a flaw that occurs in memory when excessive DATA is written which makes the buffer allocated to seize. |
|