In computers sescribe why the process of managing pages need
In computers, sescribe why the process of managing pages needs to be fair, but also the need to prioritize processes?
Solution
The reason why manging pages needs to be fair and also prioritizing the processes is important because let say we are working with huge data set which causes more page faults that further slows down the system.
This problem is termed as Thrashing and to avoid this issue , we need to manage the pages fairly using page replacement policies which helps in resolving cache issues and also frees pages efficiently.
