PDA

View Full Version : What portion of data is lost in data transfer?



lukev
01-11-2005, 08:36 AM
When you download a 100mb file, how much bandwidth do you actually use? Let's say that the file is downloaded over HTTP. How much data is used up by the client and server conversation (e.g. client: send me 100k, server: starting now, client: got 100k, send me the next 100k...)

What I'm trying to establish is: Can my 3gig cap get me a 3gig file?

Pox
01-11-2005, 08:52 AM
short answer...no
but it should get pretty close :)

<edit> ...spelling

ant1b0dy
01-11-2005, 09:04 AM
This is sort of to do with your topic:

Binary email attachments are encoded as Base64 which basically uses 25% more space than plain binary. So to save 25% try to download your email attachments via a webmail interface cos HTTP downloads have less overhead... :p