distinguish between paging and swapping?



distinguish between paging and swapping?..

Answer / gowrav goyal

Swapping:
Whole process is moved from the swap device to the main
memory for execution. Process size must be less than or
equal to the available main memory. It is easier to
implementation and overhead to the system. Swapping systems
does not handle the memory more flexibly as compared to the
paging systems

Paging:
Only the required memory pages are moved to main memory
from the swap device for execution. Process size does not
matter. Gives the concept of the virtual memory.

It provides greater flexibility in mapping the virtual
address space into the physical memory of the machine.
Allows more number of processes to fit in the main memory
simultaneously. Allows the greater process size than the
available physical memory. Demand paging systems handle the
memory more flexibly.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


What is the difference between cat and more command?

0 Answers  


What do know about tee command and its usage?

0 Answers  






what is the difference between commmands cmp and diff?

9 Answers   iNautix,


How would you change all occurrences of a value using VI?

4 Answers  


what do you understand by 'building block primitive'?

3 Answers   Infosys,


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


what is difference between unix and linux?

6 Answers   IBM, Shell, Wipro,


What is the command to find hidden files in the current directory?

0 Answers  


Categories