GIAC Certified Incident Handler (GCIH) — Question 164

As related to buffer overflows, what is the purpose of the Instruction Pointer?

Answer options

Correct answer: A

Explanation

The correct answer is C, as the Instruction Pointer specifically points to the next instruction in memory for the currently executing program. Option A incorrectly associates the Instruction Pointer with hard drive locations, while B misrepresents its function by suggesting it deals with memory allocation. D is incorrect because the Instruction Pointer is not involved in the BIOS boot process.