Question
What is a translation lookaside buffer?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A small fast cache of recently used page-table entries
Explanation:
A TLB stores recent virtual-page to physical-frame translations close to the processor.
It reduces the need to access the page table in main memory for every reference.
Leave a Reply