Answer Posted / 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 |
Post New Answer View All Answers
How do I find recently downloaded files?
Can I upgrade my cpu from 32 to 64 bit?
What is the dispatcher?
What are the 7 c's of communication?
What is an operating system on a computer?
Command Kill any user’s all processes.
What is the ie tab in google chrome?
Tell us something about mutex.
How do I see usb devices on mac?
What is the main cause of blue screen of death?
Give the disadvantages of Havander's Strategies.
Do 64 bit applications use more memory?
What are types of operating system?
What is a binary semaphore?
What is the purpose of using the yield method of thread class?