Delay sensitive least frequently used algorithm for replacement in web caches

  • Authors:
  • S. Selvakumar;Swarup Kumar Sahoo;Vijay Venkatasubramani

  • Affiliations:
  • Department of Computer Science and Engineering, Regional Engineering College, Tiruchirappalli 620015, Tamil Nadu, India;Department of Computer Science and Engineering, Regional Engineering College, Tiruchirappalli 620015, Tamil Nadu, India;Department of Computer Science and Engineering, Regional Engineering College, Tiruchirappalli 620015, Tamil Nadu, India

  • Venue:
  • Computer Communications
  • Year:
  • 2004

Quantified Score

Hi-index 0.24

Visualization

Abstract

Caching at proxy servers plays an important role in reducing the response time, network delays, and load on the Web servers. The performance of caching depends critically on the design of the cache replacement algorithm. Most of the cache replacement algorithms consider only Hit-Ratio or Byte-Hit-Ratio, and ignore the fetch time of the documents to the cache. In this paper, a new delay conscious cache replacement algorithm has been proposed. The proposed algorithm considers the retrieval time of the document from servers in addition to the frequency of references to the document, the document size, and an ageing factor and maximizes a performance metric called Communication Delay Ratio (CDR). The new algorithm has been tested and compared to the existing policies such as, LRU, LFU, LNC-R-W3, and Greedy-Dual-Size Frequency.