A Rank Based Replacement Policy for Multimedia Server Cache Using Zipf-Like Law
T R Gopalakrishnan Nair, P Jayarekha

TL;DR
This paper introduces a novel rank-based cache replacement policy for multimedia servers that leverages Zipf-like law to improve cache performance by considering video popularity, size, and access cost.
Contribution
The paper proposes a new cache replacement algorithm that incorporates video characteristics and Zipf-like law for ranking, outperforming traditional methods like LRU and LFU.
Findings
Improved cache hit ratio and cache byte ratio
Reduced average request latency
Outperforms LRU, LFU, and Greedy Dual algorithms
Abstract
The cache replacement algorithm plays an important role in the overall performance of Proxy-Server system. In this paper we have proposed VoD cache memory replacement algorithm for a multimedia server system. We propose a Rank based cache replacement policy to manage the cache space in individual proxy server cache. Proposed replacement strategy incorporates in a simple way the most important characteristics of the video and its accesses such as its size, access frequency, recentness of the last access and the cost incurred while transferring the requested video from the server to the proxy. We compare our algorithm with some popular cache replacement algorithm using simulation. The video objects are ranked based on the access trend by considering the factors such as size, frequency and cost. Many studies have demonstrated that Zipf's-like law can govern many features of the VoD and is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Peer-to-Peer Network Technologies · Image and Video Quality Assessment
