Question:medium

What is the main purpose of a Translation Lookaside Buffer (TLB)?

Show Hint

Think of the TLB as a "Fast-Path" or "Address Translation Cache." Its only job is to bypass the slow Page Table search in the RAM.
Updated On: Jul 4, 2026
  • To increase the size of physical memory.
  • To reduce the effective memory access time for virtual-to-physical address translation.
  • To store frequently used files for faster I/O.
  • To manage the CPU registers during a context switch.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0