What is the Translation Lookaside Buffer or TLB

What is the Translation Lookaside Buffer (or TLB)?

E

Expert

Verified

In a cached system, the base addresses of the last few referenced pages are maintained in registers named the TLB that aids in faster lookup. TLB contains those page-table entries which have been most recently employed. Generally, each virtual memory reference causes two physical memory accesses- one to bring appropriate page-table entry, and one to bring the wanted data. Using TLB in-between, this is diminished to just one physical memory access in cases of TLB-hit.

   Related Questions in Operating System

©TutorsGlobe All rights reserved 2022-2023.