What is the swapping and explain of benefits of swapping(OS-7)
swapping
-A process can be swapped temporary out of memory to a backing store and then brought back into memory for continued execution.
-Switching a process from the main memory to backing store is called swap out and switching a process from disk to the main memory is called swap in.
-The swap out and swap in to process is called as swapping.
-swapping is increase the context of switch.
Benefits of swapping:
-It offer a higher degree of multi programming.
-It allows a dynamic relocation.
-It is help to get better utilization of the main memory.
Comments
Post a Comment