Answer Posted / ravi shikhar
Thrashing is a high paging activity.A process is thrashing
if it is spending more time with paging rather than execution.
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.
| Is This Answer Correct ? | 184 Yes | 13 No |
Post New Answer View All Answers
How many types of fragmentation occur in operating system?
What is ram parity?
What is the difference between mailbox and queue?
What is inaddr_any?
why is the context switch overhead of a user-level threading as compared to the overhead for processes? Explain.
How do I find my os version?
What is run level 1?
How do I make a bootable usb drive?
Why is 32 bit called x86 and not x32?
Explain booting the system in operating system.
How do you know if you need 32 bit or 64 bit software?
What are ddks?
List the issues related to the handheld system.
How do I delete an operating system?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.