What is virtual memory in Operating System?

Asked 04-Apr-2022
Viewed 261 times

1 Answer


0

  • A segment of volatile memory produced momentarily on the storage device is referred to as virtual memory. It occurs when a computer's RAM gets depleted as a result of multiple processes executing at the same time.
  • Part of the storage disc is made accessible for usage as RAM by the operating system. Because processor power is consumed by moving data around rather than performing instructions, virtual memory is substantially slower than main memory. The operating systems guide shows how the operating system handles memory.
  • When the computer needs to use virtual memory, latency increases. The operating system employs swapping to transport data between RAM and virtual memory.


Read More: What is a thread in Operating System?