[MC] A translation lookaside buffer (TLB) is a mechanism for speeding up lookups in the page table.

A TLB is a cache of frequently used page translations. It allows a processor to avoid looking in the page table.

A TLB is typically part of the memory management unit of the processor. The page table is stored in memory.