What is the Translation Lookaside Buffer (TLB)?
Answer / guest
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.
| Is This Answer Correct ? | 15 Yes | 0 No |
What is the unified memory architecture? Explain.
How can I run 32 bit on 64 bit?
What is the max ram for a 64 bit?
What is multi tasking, multi programming, multi threading?
What is interrupt table?
How can a vfs layer allow multiple file systems support?
How can I boot from usb?
Tell me what has triggered the need for multitasking in pcs?
what is Demand Paging?
Can chkdsk get stuck?
Explain the positioning time for a disk.
What is rufus usb tool?