This figure shows pages being stored in disk and page frames in ram. If there's no swap area, then there would be no pages and only page frames. In the absence of the swap area how virtual addresses are translated? What will the page table store, they're no pages essentially?
A related question here:
The selected answer says:
Frame or page frame is basically a physical page which is a chunk of memory in main memory while page or virtual page is yet to be mapped to a page frame in main memory.
Do virtual pages reside only disk? And if there's no swap area, are there pages at all? The answer says pages are mapped to page frames through a page table, but doesn't mention where do these pages exist or what if there's no swap area.
What is virtual memory if there's no swap area and only ram? A typical virtual memory is disk + ram. What if there there's no disk in that expression?