I was reading about Virtual Memory and I came to know that it serves as a backup memory for the Main Memory. I am failing to understand the advantage. Why would you make a backup from a memory location which would be accessed if the item is not found in the Main Memory. Please help me clear out the concept.

link|improve this question

feedback

closed as not constructive by random Oct 28 '11 at 14:32

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Virtual Memory is not really backup of your RAM memory, it is more like addition RAM memory in that it copies RAM memory to the page file so the active programs can have the use of the RAM memory. This page has good short explanation of Virtual Memory http://www.howstuffworks.com/virtual-memory.htm

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.