Virtual Memory

Advantage

  • It allows the execution of a process that is not completely in memory. So that it enables users to run programs that are larger than actual physical memory.
  • In addition, it abstracts main memory into a larger, uniform array for storage, separating logical memory as viewed by the user from physical memory. This arrangement free programmers from concern over memory-storage limitations. 

Leave a Reply