Operating SystemTU Board 2021
Define the terms page fault and thrashing. Consider the following page reference string: 1, 3, 5, 1, 7, 1, 5, 5, 1, 4, 2, 7, 6, 3, 4, 1. How many page faults would occur for each of the following…
10Define the terms page fault and thrashing. Consider the following page reference string: 1, 3, 5, 1, 7, 1, 5, 5, 1, 4, 2, 7, 6, 3, 4, 1. How many page faults would occur for each of the following page replacement algorithms assuming 3 page frames? a) FIFO page replacement b) LRU page replacement c) Optimal page replacement
A worked answer is on its wayMeanwhile, read the Operating System notes for this topic.
Discussion
Loading…
More Operating System questions
What is a monolithic kernel? How is it different from microkernel? Explain. [1+4]TU Board 20265What is multithreading? Explain different types of threads. [1+4]TU Board 20265Explain the different process states in detail. [5]TU Board 20265What are the necessary conditions for the deadlock? How deadlock is different from starvation? [4+1]TU Board 20265What is segmentation? How can it be used for the memory management? [1+4]TU Board 20265What are different page replacement algorithms? Explain. [5]TU Board 20265