how does virtual memory work?



how does virtual memory work?..

Answer / ron

Today’s processors - the 286, 386, 486 and the Pentium -
can use virtual memory in addition to real memory. Virtual
memory is a service provided by a protected mode operating
system such as the Windows and the Windows 95 working in
conjunction with built-in features of the processor to use
external storage, to simulate large amounts of real memory.
Virtual memory is an operation that involves some carefully
timed cooperation among the processor, a virtual memory
support program and the disk drive.
When a program is being set up to run in the computer, the
operating system creates a virtual memory space, which is a
model of the amount of memory and the memory addresses the
program has at its disposal. Using a feature that is an
integral part of the processor, the operating system’s
virtual memory support program tells the processor to make
the real memory of the computer assigned to the running
program appear to be at some other address. This other
address is the virtual address that the program will use. A
memory mapping feature in the processor makes the real
memory appear to have a working memory address other than
its true address. This makes some real memory addresses
appear to be, and work as, some other virtual addresses.The
more important part of the virtual memory support program
is to handle a situation when a program tries to use more
virtual memory than there is real memory. A program starts
out with some of its usually large virtual memory space
mapped into a part of the computer’s comparatively smaller
real memory. As long as the program is working with only
that part of the its virtual memory, all goes fine. The
program actually is using different locations in memory
than it thinks it is, but that does not matter. When the
program refers to that part of the large virtual memory
that has not been assigned to a part of the real memory,
the processor discovers that the program is trying to use
an address that does not currently exists; and the
processor generates what is called a page fault. When there
is a page fault, indicating that a program is trying to use
a virtual address that is not actively mapped into real
memory, a special virtual memory support program swings
into action. It temporarily places the program on hold
while it deals with the crisis. The support program chooses
some part of the memory currently in real memory and saves
its contents temporarily on the disk; this process is
called swapping out. That free-up part of the real memory
is recycled to act as the needed part of the virtual
memory. When the swapped-out part of the memory is needed
again, it is copied back in from the disk. Thus the disk
acts as the warehouse for storing the parts of virtual
memory that are not in current use.
Depending on how things go, the virtual memory operation
can run very smoothly or may involve so much swapping in
and out of memory that a lot of time is wasted waiting for
the swaps to take place. The latter is called thrashing.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Operating Systems AllOther Interview Questions

Will disk cleanup delete my files?

0 Answers  


If semaphore variable is 8 after 6 wait operations and 3 signal operations.what is semaphore

3 Answers  


Method used for Disk searching.. a.linked list b.AVL c.B-tree d. binary tree

3 Answers   Hughes, KKR,


Explain the term kernel.

1 Answers   Verifone,


windows 3.1 is

0 Answers   IBM, TATA,






What are compile time Errors?

0 Answers   Akamai Technologies, Impetus, iNautix,


Is i3 good for gaming?

0 Answers  


One Gigabyte =?( 2 power30 , 2 power 20 ,2 power 10 none)

4 Answers   Mascot,


How do you fix a computer that won't start up?

0 Answers  


Assume that passwords are selected from four-character combinations of 26 alphabetic characters. Assume that an adversary is able to attempt passwords at a rate of one per second. a) Assuming no feedback to the adversary until each attempt has been completed, what is the expected time to discover the correct password?

4 Answers   FCI,


How do you clear cache on a laptop?

0 Answers  


How many os are there?

0 Answers  


Categories