What is the difference between Swapping and Paging?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
"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 |
I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument
What does iostat do?
in unix profile contains
Which is the most commonly used replacement algorithm?
0 Answers Aditi Placement Service,
What do you mean by nice value?
What does init do? What does inetd do?
why unix commands simpler rather than complex task
What scripting languages do you know?
hi.when will u come to klnce 4 campus interviews??/
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
How to remove weird filenames?
What is the difference between Swapping and Paging?