Translation Lookaside Buffer
Cache buffer for Virtual Address → Physical address
usually fully associative cache since page table is in memory
bits: valid + dirty(since it is cache and if write back) + tag(process ID + virtual page number) + physical page number + page offset
TLB reach