# Virtual memory
Last edited: 2024-08-26
Virtual memory
So processes do not have to be aware of one another when accessing RAM they do it through virtual memory. This is a simplified address space which is then mapped onto physical memory by the Memory Management Unit (MMU) . Processes access the virtual memory through the virtual address space.