In a paging system, which data structure maps logical page numbers to physical frame numbers?
Segment table
Page table
File allocation table
Interrupt vector table
Answer and explanation
The page table stores the mapping between logical page numbers (used by the process) and physical frame numbers (in RAM).
