Virtual to Physical Memory Mapping MicroSim

Select a virtual page number to see how it maps through the page table to a physical memory frame.

Virtual Address Space

Page 0
Page 1
Page 2
Page 3

Page Table

PT[0] → Frame 2
PT[1] → Frame 0
PT[2] → Frame 3
PT[3] → Frame 1

Physical Memory

Frame 0
Frame 1
Frame 2
Frame 3