On Mar 6, 2:58*pm, Maxwell Lol <nos...@com.invalid> wrote:
> jm <jerom...@gmail.com> writes:
> > hi all,
>
> > * I have 2 servers that talk over the internet. *server1 and server2.
>
> > * Server1 has a file with a size of 5MB that needs to be transferred
> > to server2.
>
> > * Im using sftp to transfer data.
>
> > * Weird problem:
>
> > * ** if i initiate sftp from server1 to server2 and send the file its
> > very slow
> > * ** if i initiate sftp from server2 to server1 and get the file its
> > very fast
>
> > * I was also wondering if routes are symmetric?
>
> Routes and bandwidth are not always symmetric.
>
> There is also variations in applications, and OS parameters (default
> TCP window size)
>
> Try ping, and also try using different packet sizes.
>
> Traceroute will also show you the route.
hmm.. application is not going to an issue since im using the same app
to transfer data on both sides.
OS parameters are the same on both machines..
the only difference is the route is take..
from server1 it takes path A, B, C to get to server2
from server2 it takes path C, D, E, F, G, B, A to get to server1.
im assuming that when server1 connects to server2 the return packet
will use the same path, (path used to initiate the connection)...
by hunch.. is that there is a QoS running but i don't have access on
the router on the other end since its being managed by the ISP...
|