Differences between HTTP caching in client and HTTP caching in Proxy Server
Just would like to know some differences, am learning about it in class
minimee120
Junior Poster in Training
76 posts since Feb 2012
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0
Here is a intresting thought though: In now, a modern area, are proxy servers really neccesary (in the scenario you put of pulling a logo)? With all the bandwidth avaliable to most first class countries....I dont see it logical.
I agree in other scenarios though a proxy server is very important and can save a lot of bandwidth.
riahc3
1,300 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
Is not a bandwidth (speed) problem, is a traffic (volume) one.
Imagine an scenario: 1 web server, 100.000.000 pages accessed each day. If you put some proxies in the middle, all the static parts will flow only from the server once, then from the proxies, while the dynamic part flow always from the server.
This helps to diminish not only the traffic but the server work.
Hope this helps.
lolafuertes
Practically a Posting Shark
889 posts since Oct 2008
Reputation Points: 164
Solved Threads: 189
Skill Endorsements: 5
Is not a bandwidth (speed) problem, is a traffic (volume) one.
Imagine an scenario: 1 web server, 100.000.000 pages accessed each day. If you put some proxies in the middle, all the static parts will flow only from the server once, then from the proxies, while the dynamic part flow always from the server.
This helps to diminish not only the traffic but the server work.
Hope this helps.
Did not think of the server workload.
riahc3
1,300 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11