answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How we can remove thrashing in paging?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is ''thrashing machine''?

A computer that is said to be thrashing is constantly paging information to virtual memory. A thrashing machine, currently known as a threshing machine, is used to remove grain from stalks and husks.


The condition of excessive paging is called?

No, The condition of exvessive paging is called Thrashing


Define thrashing in os with example?

a process is thrashing if its take more time than paging than executing


What do you mean by thrashing?

With regards to computers, thrashing refers to a computer's virtual memory being in the constant state of paging. Thrashing will cause the computer to perform poorly.


When an operating system spends much of its time paging it is called?

Thrashing


When virtual memory is in use excessive paging is referred to as?

FALSE


When an operating system spends time paging instead of executing application software is what?

thrashing


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

False. It is called Thrashing.


When windows spends most of its time managing virtual memory by paging instead of executing application software it is said to be?

thrashing


What happens when the computer is thrashing?

Thrashing occurs when a computer's virtual memory subsystem is in a constant state of paging, rapidly exchanging data in memory for data on disk, to the exclusion of most application-level processing. This causes performance of the computer to degrade and collapse.


What is thrashing in computer terminology?

Thrashing is a high paging activity. A process is thrashing if it is spending more time with paging rather than execution.Thrashing is caused by under allocation of the minimum number of pages required by a process, forcing it to continuously page fault. The system can detect thrashing by evaluating the level of CPU utilization as compared to the level of multiprogramming.Caused by:-Global replacement algorithm.Under allocation of the minimum number of pages required by a process.Very high degree of multiprogramming.Eliminated by:-Reducing level or degree of multiprogramming.Use local replacement algorithm.While allocating check minimum sufficient frame required for a process.