Tag: memory-management


  • Overview Virtual memory is a memory management technique that provides an abstraction of the physical RAM, giving each process the illusion that it has a large, contiguous block of memory, regardless of the actual physical layout. Core Concepts Logical vs. Physical Address: Logical Address: Generated by the CPU; the address a program “sees”. Physical Address:…