scispace - formally typeset
Proceedings ArticleDOI

Performance comparison of a Web cache simulation framework

Reads0
Chats0
TLDR
This paper presents a powerful framework to simulate Web proxy cache systems and provides a comfortable environment to simulate and explore cache management techniques, and analyzed the details of a commercial proxy cache system.
Abstract
Performance comparison studies are primarily carried out through real systems or simulation environments. Simulation is the most commonly used method to explore new proposals due to both its flexibility and the relatively reduced time taken to obtain performance results. This paper presents a powerful framework to simulate Web proxy cache systems. Our tool provides a comfortable environment to simulate and explore cache management techniques. In order to validate our framework and show how accurate it executes, a performance comparison has been done. We analyzed the details of a commercial proxy cache system and compare its results with those obtained from our simulator using the most commonly replacement algorithm (LRU). For this purpose, the proposed environment was adapted to match the performance of the real proxy cache. Experimental results show that proxy cache hit ratio deviations fall very close to the real system, since then, never exceeds 3.42%.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Mind the cache: large-scale explorative study of web caching

TL;DR: This paper argues that proper testing tools are required to enable the diverse stakeholders in carefully acting with shared caches including proxies and content delivery networks (CDNs) as such tools are currently lacking and proposes a cache testing environment which allows to analyze shared caches of any kind.
Journal Article

Application of Web Cache in IPTV System

TL;DR: The architecture of IPTV system and Web cache methods are described and a cache architecture named EPG_Cache is designed to fit IP TV system and improve EPG performance by caching part of valuable data.
References
More filters
Proceedings Article

Hypertext Transfer Protocol -- HTTP/1.1

TL;DR: The Hypertext Transfer Protocol is an application-level protocol for distributed, collaborative, hypermedia information systems, which can be used for many tasks beyond its use for hypertext through extension of its request methods, error codes and headers.
Proceedings ArticleDOI

Performance of Web proxy caching in heterogeneous bandwidth environments

TL;DR: This work evaluates through detailed simulations the latency and bandwidth effects of Web proxy caching in heterogeneous bandwidth environments where network speeds between clients and proxies are significantly different than speeds between proxies and servers.
Journal ArticleDOI

Web proxy caching: the devil is in the details

TL;DR: In this paper, Trace-driven simulation of the modem pool of a large ISP suggests that "cookies" dramatically affect the cachability of resources; wasted bandwidth due to aborted connections can more than offset the savings from cached documents; and using a proxy to keep from repeatedly opening new TCP connections can reduce latency more than simply caching data.
Proceedings ArticleDOI

Optimal replacement policies for nonuniform cache objects with optional eviction

TL;DR: This paper shows that a simple Markov stationary replacement policy, called the policy C*/sub 0/, minimizes the long-run average metric induced by nonuniform document costs when document eviction is optional, and proposes a framework for operating caching systems with multiple performance metrics by solving a constrained caching problem with a single constraint.
Proceedings ArticleDOI

The multikey Web cache simulator: a platform for designing proxy cache management techniques

TL;DR: A proxy-cache platform to check the performance of Web object based on multikey management techniques and algorithms and the proposed framework also offers the response time perceived by users.
Related Papers (5)
Trending Questions (1)
How to clear browser cache in Robot Framework?

This paper presents a powerful framework to simulate Web proxy cache systems.