Answer Posted / neha kela
Thrashing:-
If the process does not have number of frames it needs to support pages in active use, it will quickly page-fault. The high paging activity is called thrashing.
In other words we can say that when page fault ratio decreases below level, it is called thrashing.
Causes:-
1) If CPU utilization is too low then we increase the degree of multiprogramming by introducing a new process to the system. A global page replacement algorithm is used. The CPU scheduler sees the decreasing CPU utilization and increases the degree of multiprogramming.
2) CPU utilization is plotted against the degree of multiprogramming.
3) As the degree of multiprogramming increases, CPU utilization also increases.
4) If the degree of multiprogramming is increased further, thrashing sets in and CPU utilization drops sharply.
5) So, at this point, to increase CPU utilization and to stop thrashing, we must decrease the degree of multiprogramming.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I boot from usb?
How do I unhide a file?
What is aging in operating system?
How do I know if I have a 64 bit processor?
Which is faster shared memory or message passing?
Explain booting the system in operating system.
Is it safe to delete program data?
Does chkdsk work for ssd?
What does the 400 mhz signify in a ram specification?
What do you mean by memory leak?
What is the difference between micro kernel and macro kernel?
What is bursting?
How do I see all files on my mac?
Can you please explain the difference between load-time dynamic linking and run-time dynamic linking?
Explain trashing?