About this document
Virtual Memory Management in CS 147 by Yoni Benjamoni is a document available to read on EtoBox.
This document discusses virtual memory and how it allows programs to access memory addresses that map to storage on the disk rather than physical RAM. It explains how virtual addresses are translated to physical addresses using page tables and a translation lookaside buffer (TLB) cache. In the best case, a memory request hits in the TLB and no disk access is needed. In the worst case, multiple memory accesses and disk reads are required to translate the address, load pages from disk, and retrieve the reques
- Author
- Yoni Benjamoni
- Language
- EN