Re: Effective bandwidth reduction over WAN
From: Robert Hajime Lanning (robert.lanning_at_gmail.com)
Date: 08/02/05
- Previous message: Kai Howells: "Re: Effective bandwidth reduction over WAN"
- In reply to: Eric Meijer: "Effective bandwidth reduction over WAN"
- Next in thread: Darren Tucker: "Re: Effective bandwidth reduction over WAN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 1 Aug 2005 15:35:42 -0700 To: secureshell@securityfocus.com
This is probably caused by the way SSH multiplexes the TCP stream.
I don't think SSH has implemented a sliding window acknowledgement
scheme. It would behave more like TFTP, send block, wait for ack, repeat.
Now, I haven't actually looked at the SSH protocol at that detail, but
that theory matches the test data and is very likely.
On 7/29/05, Eric Meijer <res0t122@verizon.net> wrote:
> I have two sites that are distantly connected to each other via a DS3 WAN.
> When we tried to replace FTP with SCP or SFTP we ran into throughput
> problems. We then set up a test in our lab to see if we could isolate the
> factor that was impacting throughput. This test setup was composed of two
> nodes hooked up through a WAN emulator. They were connected using Gigabit
> Ethernet, but the rate was throttled back to 45 mbps (DS3 rate). All of the
> testing used an MTU of 1500 and files sizes of 10 MB, 100Mb, 1 GB, and 5 GB.
> We ran FTP tests with the same setup for a baseline. For SCP and SFTP we
> tried each of the three encryption algorithms (3-des, arcfour, & blowfish).
> We then varied the WAN latency. We are using the latest version of the
> Portable SSP for Solaris. The OS is Solaris 8.
>
> The results were
>
> 0 latency FTP – Ave. 39.5 mbps SCP – Ave. 39.4 mbps SFTP – Ave.
> 38.8 mbps
> 60 millisec FTP – Ave. 37.7 mbps SCP – Ave. 2.9 mbps SFTP –
> Ave. 2.9 mbps
> 100 millisec FTP – Ave. 33.0 mbps SCP – Ave. 2.0 mbps SFTP – Ave.
> 1.8 mbps
>
> Can anyone tell me why the throughput of SCP and SFTP drop so drastically
> when we try to use SSP protocols over a WAN?
- Previous message: Kai Howells: "Re: Effective bandwidth reduction over WAN"
- In reply to: Eric Meijer: "Effective bandwidth reduction over WAN"
- Next in thread: Darren Tucker: "Re: Effective bandwidth reduction over WAN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|