Difference between demand paging and pure demand paging in os
Answers
Answered by
1
Demand paging follows that pages should only be brought into memory if the executing process demands them. This is often referred to as lazy evaluation as only those pages demanded by the process are swapped from secondary storage to main memory. Contrast this to pure swapping, where all memory for a process is swapped from secondary storage to main memory during the process startup.
hope it helps...
Mark it as Brainliest answer...
Similar questions