Back to the 2024 paper
Similar questions
Operating SystemWhat is the cause of thrashing? How does the system detect thrashing and once detected what can the system do to eliminate it20227mOperating SystemWhat is thrashing. Explain the main cause of thrashing. How can we limit the effects of thrashing.20235mOPERATING SYSTEMWrite short note on: Thrashing20237mOPERATING SYSTEMThe CPU utilization when the system is ______ (i) timesharing (ii) thrashing (iii) multiprocessing (iv) None of the above20232m
PreviousWhat is Belady's Anomaly? Why LRU and Optimal Page Replacement algorithm doesn't suffer from this problem.NextConsider the main memory with the capacity of 4 page frames. Assume that the page of process are referenced in the order as given below: 1, 3, 4, 4, 3, 2, 1, 7, 5, 6, 4, 2, 1, 2 Which of FIFO or LRU would be better in this case as a page replacement policy? Why?