<> wrote:
> Hi,
> Recently, we have found the throughput between two network nodes does
> not reflect the actual WAN bandwidth:
> 1. the ordered WAN link bandwidth = 10Mbits/sec
> 2. found the link speed of the end point servers is around 1Mbits/sec
It often depens a lot on the actual protocol you use between the
endpoints, and the roundtriptime between the endpoints.
When your roundtriptime is quite large and your protocol is inefficient,
you will never reach high bitrates no matter what your WAN link bandwidth
is.
For example, when you use your WAN link to synchronize Windows roaming
user profiles, it will always be slow.
This is because a roaming profile is transferred as hundreds of very
small files, and each file transfer requires several messages back and
forth between the client and the server.
When you want to liik at the real speed, try to use FTP to transfer a
large file. Most FTP tools will report the achieved speed.
Make sure the setting of TCP Window is appropriate for your bandwidth
and roundtriptime.