CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

A Modified Algorithm for Buffer Cache Management

by Mukesh Kumar Chaudhary, Manoj Kumar, Mayank Rai, Rajendra Kumar Dwivedi
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 12 - Number 12
Year of Publication: 2011
Authors: Mukesh Kumar Chaudhary, Manoj Kumar, Mayank Rai, Rajendra Kumar Dwivedi
10.5120/1733-2351

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 },
issue_date = { January 2011 },
volume = { 12 },
number = { 12 },
month = { January },
year = { 2011 },
issn = { 0975-8887 },
pages = { 47-49 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume12/number12/1733-2351/ },
doi = { 10.5120/1733-2351 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:01:30.718771+05:30
%A Mukesh Kumar Chaudhary
%A Manoj Kumar
%A Mayank Rai
%A Rajendra Kumar Dwivedi
%T A Modified Algorithm for Buffer Cache Management
%J International Journal of Computer Applications
%@ 0975-8887
%V 12
%N 12
%P 47-49
%D 2011
%I Foundation of Computer Science (FCS), NY, USA
Abstract

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.

References
  1. S.Subha, An Algorithm for Buffer Cache Management, Sixth International Conference on Information Technology: New Generations, 2009.
  2. Ali R.Butt, Charis Gniady and Y. Charlie Hu,The Perfomance Impact of kernel Prefetching on Buffer Cache Replacement Algorithms, ACM SIGMETRICS, 2005.
  3. H. Seok Jeon, Sam H.noh, A Database Disk Buffer Management Algorithm based on Prefetching, Proceedings of the seventh international conference of Information and Knowledge Management 1998 pp-167-174 .
  4. Hui Lei, Dan Ducha mp, An Analytical Approch to File Prefetching, Proceedings of the USENIX 1997 Annual Technical Conference, pp-275-288, 1997.
  5. Mark palmer, Stanley B. Zdonik, FIDO, A Cache that learns to Fetch, Proceeding of 17th International Conference on Very Large Databases, pp-255-264, 1991.
  6. Pei Cao, Edward W. Felten, Anna R. Karlin, Kai Li, A Study of Integrated Prefetching and Caching Strategies, Measurement and Modeling of Computer Systems, 1995.
  7. Pei Cao, Edward W. Felten, Anna R. Karlin, Kai Li, Implementation And Performance of Integrated Application-Controlled File Caching, Prefetching and Disk Scheduling, ACM Transactions on Computer Systems, 1996.
  8. Eric Anderson, Christopher Hoover, Xiaozhou Li, New Algorithm for File System Cooperative Caching, ACM International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunication Systems, 2010.
  9. Theodore Johnson, Dennis Shasha, 2Q: A Low Overhead High Performance Buffer Management Replacement Algorithm, Proceedings of the Twentieth International Conference on Very Large Databases, 1994.
  10. Song Jiang, Xiaodong Zhang, Workloads: A Novel Replacement Algorithm to Improve Buffer Cache Performance, Transactions on Computers, 2005.
Index Terms

Computer Science
Information Sciences

Keywords

Buffer cache management prefetching data access File systems management operating systems performance