Abstract
- Stands for Memory Management Unit
- A hardware that takes in Virtual Address and translates it into a Physical Address using Page Table. This allows the CPU access data stored in Main Memory using virtual addresses. This translation process is what makes Virtual Memory possible
Attention
A Page Fault occurs when the Memory Management Unit (MMU) is unable to locate a specific Memory Page in its page table.