home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3854 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.4 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!network.ucsd.edu!ucsbcsl!spectrum.CMC.COM!fennel.acc.com!art
  2. From: art@acc.com (Art Berggreen)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: satellite link file transfers
  5. Message-ID: <1992Jul27.215151.22407@acc.com>
  6. Date: 27 Jul 92 21:51:51 GMT
  7. References: <1992Jul27.190345.22868@Arco.COM> <1992Jul27.194447.23444@Arco.COM>
  8. Organization: ACC, Advanced Computer Communications
  9. Lines: 27
  10.  
  11. In article <1992Jul27.194447.23444@Arco.COM> Gary White writes:
  12. >In article <1992Jul27.190345.22868@Arco.COM> Gary White <gwhite@arco.com>
  13. >writes:
  14. >>Hi-
  15. >>Between Texas and Alaska via a satellite -linked communications link, we 
  16. >>find that FTP goes awfully slowly.  Has anybody learned how to tune FTP,
  17. >>or come up with some other software, to go fast on a satellite link?
  18. >>
  19. >>Thanks-
  20. >>Gary White
  21. >>
  22. >More information:  this is with a T1 link with two RS/6000 560 machines
  23. >both running AIX 3.2;  FTP performance is similar to a 56Kb terrestial
  24. >hookup.
  25.  
  26. Do you have any idea what the TCP window size is on the RS/6000s?
  27. Assuming a single satellite hop, that's about 1/2 sec. RTT.
  28. This requires a window of 96KB at full T1 (24X64Kbps).  Since the best
  29. you can do with TCP (without the large window option) is 64KB,
  30. the T1 will max around 128KBps.  With a default window size of 4KB,
  31. you should see about 8KBps (64Kbps).  This is close to what you appear
  32. to be getting.
  33.  
  34. Art
  35.  
  36. KBps = KiloBytes/sec
  37. Kbps = KiloBits/sec
  38.