Optimal page replacement ______.A. is the page-replacement algorithm most often implementedB. is used mostly for comparison with other page-replacement schemesC. can suffer from Belady's anomalyD. requires that the system keep track of previously used pages

Respuesta :

Answer:

A. Is the page-replacement algorithm most often implemented.

Explanation:

This algorithm is used when a page that is not present in memory is called, leading to the Operating System to replace one of the existing pages with the needed one. There are different replacing algorithms in order to decide which page will be replaced.

This algorithm is implemented to reduce the number of failures and provide a better funcionality and speed the process by discarding pages that won't be used for a long period of time.