Question: Why does a virtual memory access require two accesses to main memory? First access is to check the page table which is stored in main
Why does a virtual memory access require two accesses to main memory?
First access is to check the page table which is stored in main memory
Second access is to access the actual data
Two trips are better than one
First access is to get the first half of the data
Second access is to get the second part of the data
Virtual memory employs the write through method so a write involves writing to data in memory and disk storage.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
