Difference between revisions of "Building Web Cache Cluster using LVS"

From LVSKB
Jump to: navigation, search
 
m
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
Efficient web cache systems can greatly reduce network traffic, lower the response time of web service and the loading of web servers.
+
Efficient web cache systems can greatly reduce network traffic, lower the response time of web service and the loading of web servers. However, if the cache server is overloaded so that it cannot process requests in time, it will increase the response time of service requests. Therefore, it's very important to have scalability in cache systems, when the load that the system receives is increasing, the whole system can be scaled up to have higher processing capacity of caching service.
 +
 
 +
Single server system usually doesn't have good scalability. For example, if we want to build a web cache service that can handle several gigabit/sec traffic in ISP or backbone network, SUN Enterprise 10000 server cannot meet this throughput requirement. Thus, it's an efficient way to build scalable web service using clusters of commodity PC servers, it's also a way of highest performance/price ratio.
  
 
== Architecture ==
 
== Architecture ==
  
 
[[Image:Cache-cluster.jpg|center]]
 
[[Image:Cache-cluster.jpg|center]]
 +
 +
== Configuration Example ==
 +
 +
 +
== Conclusion ==

Revision as of 02:03, 3 July 2005

Introduction

Efficient web cache systems can greatly reduce network traffic, lower the response time of web service and the loading of web servers. However, if the cache server is overloaded so that it cannot process requests in time, it will increase the response time of service requests. Therefore, it's very important to have scalability in cache systems, when the load that the system receives is increasing, the whole system can be scaled up to have higher processing capacity of caching service.

Single server system usually doesn't have good scalability. For example, if we want to build a web cache service that can handle several gigabit/sec traffic in ISP or backbone network, SUN Enterprise 10000 server cannot meet this throughput requirement. Thus, it's an efficient way to build scalable web service using clusters of commodity PC servers, it's also a way of highest performance/price ratio.

Architecture

Cache-cluster.jpg

Configuration Example

Conclusion