Problem: Consider the problem of page replacement in a virtual…

Question Answered step-by-step Problem: Consider the problem of page replacement in a virtual… Problem: Consider the problem of page replacement in a virtual memory system, which uses demand paging. Assuming that the process has been given a fixed allocation of three page frames (all initially empty), show the contents of the frames after each page reference for the three replacement strategies listed below. In addition, give the total number of page faults under each replacement strategy. Fill out the memory frames below after each memory access.  a) FIFO replacement (4 pts) page references:        5          3          4          0         3              1            3            4            0            1            3              1                                        total page faults: __________  b) Optimal replacement. (4 pts) page references:         5        3         4         0           3              1            3            4            0            1            3              1                                       total page faults: __________  c) LRU replacement (4 pts) page references:         5        3         4         0           3              1            3            4            0            1            3              1                                       total page faults: __________ Engineering & Technology Computer Science CSE 3320 Share QuestionEmailCopy link Comments (0)