Concept Flow - Translation Lookaside Buffer (TLB)
CPU issues virtual address
Check TLB for virtual address
Use physical [Access page table
Page table lookup
Update TLB with new entry
Use physical address
Access memory
The CPU sends a virtual address which the TLB checks first. If the address is found (hit), it uses the physical address directly. If not (miss), it looks up the page table, updates the TLB, then accesses memory.