What is the difference between Swapping and Paging?

Answers were Sorted based on User's Feedback



What is the difference between Swapping and Paging?..

Answer / bob

Swapping occurs when whole process is transferred to disk,
while paging is when some part of process is transferred to
disk while rest is still in physical memory. There are two
utilities to monitor memory, called vmstat (for bsd, etc),
sar( for system V, etc). Page-ins and page-outs are pages
moved in and out from physical memory to disk, swap-ins and
swap-outs are processes moved in and out of disk.

Is This Answer Correct ?    104 Yes 16 No

What is the difference between Swapping and Paging?..

Answer / kingmaker

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 ?    40 Yes 8 No

What is the difference between Swapping and Paging?..

Answer / manoj from sai college amritsa

paging::::

In computer operating systems there are various ways in
which the operating system can store and retrieve data from
secondary storage for use in main memory. One such memory
management scheme is referred to as paging. In the paging
memory-management scheme, the operating system retrieves
data from secondary storage in same-size blocks called
pages. The main advantage of paging is that it allows the
physical address space of a process to be noncontiguous.
Prior to paging, systems had to fit whole programs into
storage contiguously which caused various storage and
fragmentation problems.[1]
Paging is an important part of virtual memory implementation
in most contemporary general-purpose operating systems,
allowing them to use disk storage for data that does not fit
into physical Random-access memory (RAM). Paging is usually
implemented as architecture-specific code built into the
kernel of the operating system.

Is This Answer Correct ?    20 Yes 5 No

What is the difference between Swapping and Paging?..

Answer / manojkumar

"when whole process is transferred to disk"

In which situation process transfer to disk?Why it has to
trasfer to disk?how it collect back from disk?Wheter disk
is going to do any work?
Plese answer me.
Advance thanks.

Is This Answer Correct ?    13 Yes 19 No

Post New Answer

More Unix AllOther Interview Questions

What are the mount and unmount system calls?

1 Answers   HCL,


What is a Map?

0 Answers  


win 3.1 is a

0 Answers   TISL,


which is the best book for learning unix and linux?

6 Answers  


How do you create special files like named pipes and device files?

1 Answers   Wipro,






What is a pipe?

18 Answers   Fichtner,


From command line how will you add a user account?

2 Answers  


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   IIIP, TCS,


process id for kernell process?

4 Answers   TCS,


What is a FIFO?

2 Answers  


what is difference between kernel and shell?

18 Answers   Juniper Networks,


Have you used VI editor?

1 Answers   BMC,


Categories