Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question No.3: Numerical [12 Marks] Consider the free memory layout shown below (the blocks are ordered from top to bottom). Draw to the what the
Question No.3: Numerical [12 Marks]
- Consider the free memory layout shown below (the blocks are ordered from top to bottom). Draw to the what the free memory layouts would be after satisfying requests for (in order) memory blocks of size 187KB, 329KB, 486KB, 407KB and 285KB.
445K | 250K | 395K | 600K | 290K | 325K | 355K |
- Draw one memory layout for the Best-fit and Worst-fit.
- Which algorithm makes the efficient use of the memory? Why
- Is there any kind of fragmentation?
- Given the following stream of page references by an application, calculate the number of page faults the application would incur with the following page replacement algorithms. Assume that all pages are initially free.
Reference Stream: D A B F A E A E F D A B C A C F B A F D A B F A E
Pages = 4
- LRU page replacement.
- OPT page replacement.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started