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

Explain about Inodes?

0 Answers   Amazon,


What are the events done by the Kernel after a process is being swapped out from the main memory?

0 Answers  


What are the main differences between Apache 1.x and 2.x?

1 Answers   IBM,


What is the number of the masked code ee@?

2 Answers   Accenture, Amazon, Amdocs,


what is the time for incident, problem and change management tickets?

0 Answers   CGI,






What does mknod do? What?s a named pipe?

1 Answers   Datamatics,


what happens when we create a file system?

1 Answers  


what is a profile?

1 Answers  


What is a pipe?

18 Answers   Fichtner,


What is the difference between a soft link and a hard link?

1 Answers  


How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.

5 Answers   HCL,


What is ant_build.sh? Have u seen that file?

0 Answers   BMC,


Categories