Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fundamental concepts of page tables and their critical role in operating system memory management in this 45-minute technical video. Discover how page tables provide essential mapping between virtual memory and physical memory for each process, requiring maximum efficiency and speed. Learn about virtual memory architecture and the Memory Management Unit (MMU) before diving deep into page table implementations. Examine single table approaches with both byte addressability and page addressability, understanding their trade-offs and limitations. Master multi-level paging using radix tree structures to optimize memory usage and access patterns. Investigate huge page tables and their performance implications, then explore Translation Lookaside Buffers (TLB) as a crucial caching mechanism for page table entries. Gain practical insights into how modern processors handle memory translation and the engineering decisions behind efficient virtual memory systems.
Syllabus
- Intro
- Virtual Memory
- - MMU
- Page Tables
- - Single Table Byte Addressability
-- Single Table Page addressability
- - Multi-level Paging Radix tree
- - Huge Tables
- - TLB
Taught by
Hussein Nasser