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 bring user back to their home directory in UNIX?

13 Answers   IBM, Wipro,


In UNIX, what is the command to kill a process?

10 Answers  


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


What is the use of sed command in unix?

0 Answers  


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,






what are the different commands used to view the contents of a file?

5 Answers  


Differentiate cmp command from diff command.

0 Answers  


What does pipe () return?

0 Answers  


Which command is used to create a directory?

0 Answers  


how to change a normal file into hidden file

3 Answers  


what is ls -ltd?

5 Answers   HCL,


what is the command to find out the difference between files and folders?

6 Answers  


Categories