Concept Flow - Paging concept and page tables
Process wants memory
Divide memory into pages
Divide physical memory into frames
Page table maps pages to frames
CPU uses page table to find frame
Access physical memory frame
Return data to process
The process memory is split into pages, physical memory into frames, and a page table maps pages to frames so the CPU can find data.