Explain current page table and shadow page table.
The key idea behind the shadow paging method is to maintain two page tables during the life of the transaction: the current page table and the shadow page table. Both the page tables are identical when the transaction begins. The current page table might be changed when a transaction performs a write operation.