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 |
How to connect oracle database from unix
6 Answers Cap Gemini, IBM, Wirecard,
which is the best book for learning unix and linux?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
Could you tell something about the Unix System Kernel?
How does the inode map to data block of a file?
In this command sqlplus -s username/password what is -S and what's the use..???
The very first process created by the kernal that runs till the kernal process is haltes is
I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima
how can we create the script in crontab at mid night on sunday,satuarday,fiday 0n monyh october,november,january? please give me answer if anybody knows ? because on important purpose.
What is a pipe?
What is a FIFO?
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,