ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > ZSTU class(2019-2020-1) > student directories > 2017329621139_徐政辉 >
homework8 Version 0
👤 Author: by calmwalteroutlookcom 2019-11-22 09:56:24
In Virtual memory management, demostrate one of the page replacement algorithms.

FIFO Page Replacement algoritm.

the FIFO algorithm means that when the memory is  full, the system will replace the memory where first allocated. Then the second...and so on. This Page Raplacement algorithm is very easy to understand. But there is a problem of this algorithm that we acctually don't know if the memory is used currently, so that it may be random for all the page that we don't care about the state of every page. This will lead to a low efficiency of the operating system.

Please login to reply. Login

Reversion History

Loading...
No reversions found.