distinguish between paging and swapping?

Answers were Sorted based on User's Feedback



distinguish between paging and swapping?..

Answer / mohit chandila

Swapping is when a process is completely put out of
Physical memory to Swap Space when memory is required for
some other process.

Paging is the term used when only a part of this process is
put out of the physical memory to the secondary storage,
with some part of the process still in physical memory.
Since it is only the pages being swapped in and out this
operation is called paging.

Is This Answer Correct ?    19 Yes 0 No

distinguish between paging and swapping?..

Answer / sushil

swapping means moving least recently used pages to swap FS
area(should not be confused with virtaul memory)
paging means copy/reading pages to virtual memory.

Is This Answer Correct ?    0 Yes 0 No

distinguish between paging and swapping?..

Answer /

im confused between swap place and virtual memory, i
thought swap place is same as virtual memory

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

What Command will remove a Directory in UNIX?

8 Answers   IBM,


In UNIX, what is the command to edit contents of the file?

9 Answers  


Enumerate some of the most commonly used network commands in unix?

0 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  






what is exact definition of operating system?

13 Answers  


in a growing log file how will you see the 1st 99 lines?

7 Answers  


How do you find which version and name of unix you are using at the command prompt?

7 Answers  


Which command is used to kill the last background job?

0 Answers  


How do I search for a file in unix command?

0 Answers  


what does the command 'wc' do?

4 Answers  


Explain the read, write, and execute permissions on a UNIX directory.

5 Answers  


Categories