Page Fault Algorithm

Newbie Member
10May2010,01:00   #1
icemori's Avatar
Hi Guys
I'm Still New in this Field of Operating System and stuff

What is the best Algorithm that can be used to minimize Page Faults ?

Thanks
Contributor
11May2010,13:06   #2
satyedra pal's Avatar
Optimal page replacement algorithm is the best page
replacement algorithm that has minimum no. of page fault
as compared to any otherpage replacement algorithm.It
is from belady's anomaly" but is very difficult to implement.
A optimal paging algorithm is described when the program behavior
is represented by the LRU (least recently used) stack model.