Beginner Operating Systems
Q33 / 100

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

Correct! Well done.

Incorrect.

The correct answer is B) A fast hardware cache for recently used page table entries, speeding up virtual-to-physical address translation

B

Correct Answer

A fast hardware cache for recently used page table entries, speeding up virtual-to-physical address translation

Explanation

Without TLB, every memory access requires multiple page table lookups. The TLB caches recent translations, achieving near-hardware-speed memory access most of the time.

Progress
33/100