Can a page be, at the same time, in physical memory and in virtual memory?
If I ask for an address that's on virtual memory, will it always trigger a page fault? If the first question is true, then it should only trigger a page fault if the page is not also in physical memory. Is that right?