TLB stands for Translation Lookaside , which is a cache used to improve the efficiency of virtual memory access.

When a TLB miss occurs, the page table must be consulted to find the correct address.

The process of translating virtual addresses to physical addresses is called mapping.

One of the main benefits of virtual memory is that it allows for the use of physical memory.

The process of moving pages between physical memory and disk is known as .

In virtual memory, the operating system uses a technique called to manage memory.

If a page is not currently in physical memory, a page fault occurs and the operating system must retrieve it from .