Question:medium

What is the "Thrashing" phenomenon in virtual memory systems?

Show Hint

Thrashing is the result of a "positive feedback loop" gone wrong. The system works harder to fix a problem (low CPU utilization) but the action taken (adding more processes) actually worsens the root cause (lack of memory frames).
Updated On: Jul 4, 2026
  • High CPU utilization due to heavy process loads.
  • Excessive paging activity where the system spends more time swapping than executing.
  • Frequent disk crashes due to high read/write speeds.
  • Corruption of the page table by a malicious process.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0