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

16y 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 thrashing and how it will be overcome?

Thrashing is a situation in computing where a system is stuck in a state of excessive swapping (moving data between RAM and virtual memory), leading to a decrease in performance. To overcome thrashing, you can increase the available physical memory, optimize the system's use of memory, and adjust virtual memory settings to prevent frequent swapping.


What is trashing os?

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


How does system detect thrashing?

if your computer has a slow disk drive and you are doing a lot of paging (using virtual memory) to switch from one program to another rapidly, then your disk drive will become a performance bottleneck and your computer will seem to have trouble keeping up with your commands. The computer, here, is "thrashing", spending all of it's time trying to keep up. Imagine a person drowning. They are thrashing because they are spending all of their energy doing one thing to stay alive.


What are the solutions to prevent thrashing?

thrashing umm mm


How does thrashing occur?

Thrashing occurs when a computer's performance degrades due to excessive swapping of data between RAM and virtual memory. This happens because the system is spending more time moving data back and forth than actually executing tasks efficiently. It typically occurs when the amount of memory required by running processes exceeds the available RAM.


What is thrashing in c?

Thrashing in C refers to excessive swapping of data between RAM and virtual memory, significantly slowing down the system due to the high overhead involved in managing memory. It typically occurs when a program doesn't have enough physical memory and constantly swaps data in and out of virtual memory.