View Single Post
Old Oct 31st, 2006, 11:00 PM   #5
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3 Jimbo is on a distinguished road
Quote:
Originally Posted by Zimmy View Post
A P2P bandwidth sharing applcation will pretty much be a proxy. Proxies work like this, so would a p2p bw sharing app:

Request -> Proxy Host (p2p bw server) -> Requested Material

...

The only way you'd gain speed is if the server generating the request had a bigger load than the proxy, but still then, going through 2 hoops instead of 1, can slow down bigger files.
Except that, as DaWei pointed out, you can't actually "share [or serve] bandwidth" with a remote host. And the only way to gain speed would be to increase your bottleneck link speed (e.g. 56k) or to have the proxy compress the data. Oh, and how does a proxy count as p2p?
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote