slow speed between ftp server and client

  • Thread starter Thread starter jameshanley39
  • Start date Start date
J

jameshanley39

my ftp server is in britain, and my friend is connecting in the USA.
We are getting speeds of 14KB/s

We both have broadband, we should be able to get at about 64KB/s, or at
least 30KB/s, what we have seems very slow.
These numbers i'm itnerested in are throughput.

tracert only shows latency, not throughput. similarly with pathping.

Is there any prog that shows throughput?
how can I diagnose what is slowing this down?
 
my ftp server is in britain, and my friend is connecting in the USA.
We are getting speeds of 14KB/s

We both have broadband, we should be able to get at about 64KB/s, or at
least 30KB/s, what we have seems very slow.
These numbers i'm itnerested in are throughput.

tracert only shows latency, not throughput. similarly with pathping.

Is there any prog that shows throughput?
how can I diagnose what is slowing this down?


Broadband connections are Assymetric.
That is to say, the upload speed is less than the download.
This will be the limiting factor.

For example:
UK ADSL typically uas an upload of 256Kbit/sec, even if you have 2Mbit down.
This will limit your FTP upload to around 30KBytes/sec.

An upload rate of 128Kbit /sec will give you around 15Kbytes/sec.

You need to determine the supposed upload speed of your connection.

Also, any other concurrent upload will throttle back the FTP speed.
For example, if 2 FTP users were uploading, or if you have a
P2P filesharing app running at the same time.

If you determine that you should be getting more than you are,
then you need to see where the bottleneck is.

Try connecting from another user on the same ISP.
Ths will determine if the bottleneck is within your ISP or externally on the
Internet.
 
Ron said:
Broadband connections are Assymetric.
That is to say, the upload speed is less than the download.
This will be the limiting factor.

For example:
UK ADSL typically uas an upload of 256Kbit/sec, even if you have 2Mbit down.
This will limit your FTP upload to around 30KBytes/sec.

An upload rate of 128Kbit /sec will give you around 15Kbytes/sec.

You need to determine the supposed upload speed of your connection.

Also, any other concurrent upload will throttle back the FTP speed.
For example, if 2 FTP users were uploading, or if you have a
P2P filesharing app running at the same time.

If you determine that you should be getting more than you are,
then you need to see where the bottleneck is.

Try connecting from another user on the same ISP.
Ths will determine if the bottleneck is within your ISP or externally on the
Internet.



my upload speed is 32MB/s. But this guy is downloading from me, so I
don't think upload is important. Besides, 14KB/s is clearly slower
than expected.


I do not know another user at my ISP , how should I do this test?


thanks
 
my upload speed is 32MB/s.

Really?
I presume that's a typo, and you mean 32KB/s?
What ISP and product are you using?

I'd expect 256Kbit/sec, giving around 30KBytes/sec.
That's what you get from most ADSL ISPs in the UK.
But this guy is downloading from me, so I
don't think upload is important.

Sure it is.
His download is your upload.
The bottleneck is how fast you can push the data up to the
Internet, not how fast he can pull it down.
Besides, 14KB/s is clearly slower
than expected.

Perhaps.
A saturated upload at your end will give around 30KB/s total, shared amongst
all your uploads.
Is anything else uploading too?
I do not know another user at my ISP , how should I do this test?

Try a speed tester which is reasonably local.
http://www.adslguide.org.uk/tools/speedtest.asp

Stop all other Internet activity whilst you run the test.
Look at your upstream speed
Is it what you expect?
 
Ron said:
Really?
I presume that's a typo, and you mean 32KB/s?
What ISP and product are you using?

I'd expect 256Kbit/sec, giving around 30KBytes/sec.
That's what you get from most ADSL ISPs in the UK.


Sure it is.
His download is your upload.
The bottleneck is how fast you can push the data up to the
Internet, not how fast he can pull it down.


Perhaps.
A saturated upload at your end will give around 30KB/s total, shared amongst
all your uploads.
Is anything else uploading too?


Try a speed tester which is reasonably local.
http://www.adslguide.org.uk/tools/speedtest.asp

Stop all other Internet activity whilst you run the test.
Look at your upstream speed
Is it what you expect?

yeah, sorry, the 32MB/s upload was a typo. I meant 32KB/s

The speed tests was as expected. 30.8KB/s
(my download speed is huge, I pay for 512Mbps, and it's 1245Mbps !)

The other guy downloads at speeds of at least 30KB/s, definitely faster
than 14KB/s, so, is there any way to diagnose beyond this?

thanks
 
Back
Top