cache miss, a TLB miss and page fault
问题 Can someone clearly explain me the difference between a cache miss, a tlb miss and page fault, and how do these affect the effective memory access time? 回答1: Let me explain all these things step by step. The CPU generates the logical address, which contains the page number and the page offset . The page number is used to index into the page table , to get the corresponding page frame number , and once we have the page frame of the physical memory (also called main memory), we can apply the