The ____________ scheme uses a page table containing pointers to all pages; the page table itself and all updated pages are copied to a new location.

The ____________ scheme uses a page table containing pointers to all pages; the page table itself and all updated pages are copied to a new location. Correct Answer Shadow Paging

Any page which is not updated by a transaction is not copied, but instead the new page table just stores a pointer to the original page.

Related Questions