vote up 0 vote down star

Is this true? If my download is 10Mbs and let's say the web server I'm hitting for a request only has an upload of about 4Mbs, then my download will really only be as good as the 4Mbs download?

flag
1  
This might be a better question for serverfault.com – Brandon Jul 8 at 17:58
Yes. How could you pull data from the server faster than it's connection can send it? But how's this related to programming? – Lunchy Jul 8 at 18:00
Also, we don't normally say "upload" when it's a server sending data. What's happening is a download, from the server, to a client. If you ask people what the upload speed of a server is they'll get confused. – Ambrose Jul 9 at 23:32

closed as not programming related by Martin, Reed Copsey, McWafflestix, Naveen, Daok Jul 8 at 18:01

4 Answers

vote up 0 vote down

That is correct, with the exception that there might also be other users utilizing that bandwidth as well. In practice, you aren't likely to get that full 4 Mbps upload speed on your one download. Look at it more like a theoretical maximum than an expectancy.

link|flag
vote up 0 vote down

Try http://serverfault.com

link|flag
1  
Sweet...I didn't even know about serverfault. – CriosR Jul 8 at 18:05
vote up 0 vote down

Yes - you can only download as fast as the data can be given to you.

Let's put it this way....If I were to transfer a file to you and I'm on dial-up your download speeds are moot...

link|flag
Thank you. You guys have vindicated me. :) – CriosR Jul 8 at 18:05
vote up 1 vote down

You can only download things as fast as a server can send them to you. So... Yes.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.