Computer Science, asked by rkRahul8835, 1 year ago

Which algorithm can be used to limit the effect of thrashing?

Answers

Answered by Anonymous
5
To limit the effect of thrashing. To limit the effect of thrashing we can use local replacement algorithm. With Local replacement algorithm, if the process starts thrashing, it cannot steal frames from another process andcause the latter to thrash as well. The problem is not entirely solved.
Answered by StaceeLichtenstein
0

local replacement algorithm is the correct answer to the given question.

Explanation:

  • In the local replacement algorithm the process begins to thrash, it could not grab the frames from some other process and then trigger latter to thrash them.
  • The main objective of local replacement algorithm it set the limit of effect of thrashing.
  • In the local replacement it select the pages which are in the local memory this algorithm is not fruitful to limit the he effect of thrashing.

Learn More :

  • brainly.in/question/9295199
Similar questions