answersLogoWhite

0


Best Answer

Page Swapping is not the same as Thrashing. Thrashing is the significant degradation of performance caused by overuse of a computers resource, most commonly virtual memory. Page Swapping is a normal memory management function of most Operating Systems. It occurs any time a computer is running. Thrashing most often takes the form of too much Page Swapping. That occurs when a program needs more virtual memory than the computer can provide at the moment and pages of memory are moved on and off the disc so often that the program running cannot progress in its function. Thrashing is, therefore, not equivalent to Page Swapping and vice versa.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is page swapping the same as thrashing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the term that defines excessive swapping of files between RAM and virtual memory?

multitasking this answer is wrong. right answer is thrashing.


Is the condition of excessive paging referred to as thrashing when virtual memory is in use?

Nope, swapping and paging are essentially synonymous. Excessive paging is known as thrashing.


Discuss the effect of heavily multiprogramming on demand page swapping?

Mutiprogramming helps increase the CPU utilization to some extent, but if the degree of Multiprogramming is increased above a certain limit (i.e Heavy Multiprogramming) it can lead to Thrashing and thus decrease the CPU utilization drastically.Heavy Multiprogramming may lead to Thrashing, a condition where a system is spending more time Page Faulting (i.e swapping pages in and out of memory) rather than executing them, this leads to deterioration of system performance.


What is thrashing with reference to Operating System?

It is a phenomenon in virtual memory schemes when the processor spends most of its time swapping pages, rather than executing instructions. This is due to an inordinate number of page faults.


When virtual memory is in use the condition of excessive paging is called swapping Answer True False?

False. It is called Thrashing.


What is thrashing IN OS?

a state in which processor is spending most of its time in swapping pages and doing less productive work is called thrashing. +++ One symptom is unusually high hard-disc activity, the term "thrashing" referring to all the frantic clicking and clonking and whirring.


What is trashing os?

The problem of many page faults occurring in a short time, called "page thrashing".


What are the solutions to prevent thrashing?

thrashing umm mm


What is thrashing and how it will be overcome?

when there are too many processes available and memory is low, than processor remains busy in swapping in and out the pages from disk in order to overcome it: 1) increase memory 2) reduce multi programming level


What is a sentence uding the word thrashing?

The waves were thrashing against the beach


How do you use the word thrashing in a sentence?

Thrashing with regards to computers refers to virtual memory being in constant use. An example of thrashing in a sentence would be: To resolve thrashing issues, additional RAM should be installed.


What is the different between swapping and paging?

Nothing -- they are the same thing.