Operating System (OS) Question: Download Operating System (OS) PDF

Explain translation lookaside buffer?

Tweet Share WhatsApp

Answer:

In a cached system, the base addresses of the last few referenced pages is maintained in registers called the TLB that aids in faster lookup. TLB contains those page-table entries that have been most recently used. Normally, each virtual memory reference causes 2 physical memory accesses- one to fetch appropriate page-table entry, and one to fetch the desired data. Using TLB in-between, this is reduced to just one physical memory access in cases of TLB-hit.

Download Operating System (OS) PDF Read All 74 Operating System (OS) Questions
Previous QuestionNext Question
Explain the typical elements of a process image?Explain the resident set and working set of a process?