Ask Question
1 August, 20:23

Which type of page of replacement algorithm is Windows XP and Unix are using?

+2
Answers (1)
  1. 2 August, 00:04
    0
    Windows XP uses the Local Page Replacement algorithm. It is a type of FIFO. In this, Pages are taken from processes using more than their minimum working set and Processes initialize with a default of 50 pages. XP monitors page fault rate and adjusts working set size accordingly.

    UNIX uses the Global replacement Algorithm through Modified second-chance clock algorithm. Here Pages are aged with each second and Pages that are not used for a long time will eventually have a value of zero.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which type of page of replacement algorithm is Windows XP and Unix are using? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers