International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 12 - Issue 12 |
Published: January 2011 |
Authors: Mukesh Kumar Chaudhary, Manoj Kumar, Mayank Rai, Rajendra Kumar Dwivedi |
![]() |
Mukesh Kumar Chaudhary, Manoj Kumar, Mayank Rai, Rajendra Kumar Dwivedi . A Modified Algorithm for Buffer Cache Management. International Journal of Computer Applications. 12, 12 (January 2011), 47-49. DOI=10.5120/1733-2351
@article{ 10.5120/1733-2351, author = { Mukesh Kumar Chaudhary,Manoj Kumar,Mayank Rai,Rajendra Kumar Dwivedi }, title = { A Modified Algorithm for Buffer Cache Management }, journal = { International Journal of Computer Applications }, year = { 2011 }, volume = { 12 }, number = { 12 }, pages = { 47-49 }, doi = { 10.5120/1733-2351 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2011 %A Mukesh Kumar Chaudhary %A Manoj Kumar %A Mayank Rai %A Rajendra Kumar Dwivedi %T A Modified Algorithm for Buffer Cache Management%T %J International Journal of Computer Applications %V 12 %N 12 %P 47-49 %R 10.5120/1733-2351 %I Foundation of Computer Science (FCS), NY, USA
A fundamental challenge in improving file system performance is to design effective block replacement algorithms to minimize buffer cache misses. In this paper an algorithm is proposed for buffer cache management with prefetching. The buffer cache contains two units, the main cache unit and prefetch unit. The sizes of both the units are fixed. The total sizes of both the units are a constant. Blocks are fetched in one block look ahead prefetch principle. The block placement and replacement policies are defined. The replacement strategy depends on the most recently accessed block and the defined miss count percentage or hit count percentage of the blocks. FIFO algorithm is used for the prefetch unit.