Operating Systems Virtual Memory

If a system has 128 MB RAM and 1 GB hard Disk, and a process decides to use its fully allotted Virtual Memory 2^32 - 2GB = 2 GB, How is it practically possible?

Questions by nishacoolnidhi

Showing Answers 1 - 3 of 3 Answers

The basic idea behind the VM is that the combined size of the program, data and stack may exceed the amount of physical memory avaliable for it.  The operating system keeps those parts of the program currently in use in main memory and rest on disk. Thanks.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions