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 do know about tee command?

0 Answers  


what does a process mean?

7 Answers   Infosys,


what is mount ,tell me about mount ,how can u use in real time project??

12 Answers   Symphony,


what is the default permission for /etc/shadow file in UNIX

2 Answers   Wipro,


Give the command to display space usage on the UNIX file system.

6 Answers  






what is virtual machine?

2 Answers   Infosys,


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


Which is the command used to find out currently executing Process in UNIX?

6 Answers   Amazon,


Give Command that will change the name of a directly from paypal to eBay

3 Answers   Alcatel, IBM,


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?

6 Answers   Deloitte, Polaris,


what is ls -ltd?

5 Answers   HCL,


Categories