What is meant by the term thrashing Which victim selection
 What is meant by the term \" thrashing \"? Which victim selection policy is immune from this ?
  What is meant by the term \" thrashing \"? Which victim selection policy is immune from this ?
Solution
If a process does not have enough frames to support pages in active use, it results in page fault.
Excessive paging activity results in thrasing.
Bimodel-Insertion Policy(BIP).
BIP retains thrasing protection of LIP(LRU-Insertion Policy) while responding to changes in working set.

