Re: Use hash to reduce traffic

Diwakar Shetty <diwakar.shetty@oracle.com> writes:

    Dont we have "Modified-Since" and "Etags" to do this job already ?
    What will "hash" do extra which is not being done currently by the
    above mentioned two mechanisms ??

The existing mechanisms don't solve the problem of "aliasing" where
two different URLs point to the same content, and a related problem
where a given URL yields content in a sequence like

	A
	B
	C
	A

These two effects can cause redundant content transfer (that is,
a hypothetical perfect cache could avoid these transfers).
We found that these two effects together, in one large trace,
caused about 36% of the bytes transferred to be "redundant" in
this sense.  See the WWW 2002 paper I've already cited.

-Jeff

Received on Tuesday, 6 May 2003 17:12:39 UTC