Chapter 33 Flashcards
Page table entry have each frame number
Yes
What are 2 methods to implement page table
- The CPU should be designed in a way that page table should be in CPU
- Page table should be in main memory
What is effective memory access time
The time taken to convert logical address into physical address and access memory is called effective memory time
What is PTBR
Page table base register
What is TLB
A translation lookaside buffer (TLB) is a memory cache that stores recent translations of virtual memory to physical addresses for faster retrieval. When a virtual memory address is referenced by a program, the search starts in the CPU. First, instruction caches are checked.
What is hit ratio
The percentage of time you have a hit for TLB is called hit ratio
What is miss ratio
The percentage of time you do not find something in cache is called miss ratio