Answer Posted / 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 View All Answers
Write a command that will display files in the current directory, in a colored, long format.
What command is used to switching between users in unix?
Why is it called a shebang?
Why is awk called awk?
What is difference between grep and find command in unix?
What do chgrp command do?
How do I use grep to find a file?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Why is it called grep?
Who wrote grep?
What is in grep command?
What does the “echo” command do?
Describe the usage and functionality of the command rm –r * in unix?
Explain command to show the space allocation of files?
What do know about tee command and its usage?