Ask Question
13 April, 22:10

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

+5
Answers (1)
  1. 13 April, 22:32
    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?
Get an answer to your question ✅ “Which type of page of replacement algorithm is Windows XP and Unix are using? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers