Virtual Memory
Virtual Memory
Virtual Memory
• Virtual Memory is a space where large programs can
store themselves in form of pages while their execution
and only the required pages or portions of processes are
loaded into the main memory.
• This technique is useful as a large virtual memory is
provided for user programs when a very small physical
memory is there. T
• Virtual memory is a technique that allows the execution
of processes that are not in the physical memory
completely.
• Virtual Memory mainly gives the illusion of more
physical memory than there really is with the help of
Demand Paging.
• In an Operating system, the memory is usually stored in
the form of units that are known as pages.
Virtual Memory