Skip to content

We have implemented a proxy server for web caching. We have implemented and compared 2 caching algorithms which include LRU and LFU. This was my project during course of Computer Networks at SEAS, Ahmedabad University during Monsoon 2017 (Semester 5).

jaymodi98/Implementation-of-Web-Cache-Proxy-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-Web-Cache-Proxy-Server

We have implemented a proxy server for web caching. We have implemented and compared 2 caching algorithms which include LRU(Least Recently Used) and LFU(Least Frequently Used). This was my project during the course of Computer Networks at SEAS, Ahmedabad University during Monsoon 2017 (Semester 5).

For the analysis part, we compared both the algorithms on the same sequences of requests and calculated Hits and Misses for different cache sizes. The "Analysis" folder contains the images for test results and codes for analyzing the algorithms.

About

We have implemented a proxy server for web caching. We have implemented and compared 2 caching algorithms which include LRU and LFU. This was my project during course of Computer Networks at SEAS, Ahmedabad University during Monsoon 2017 (Semester 5).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published