home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / archives / msdos / d / 107 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.archives.msdos.d
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: *** WHAT'S THE BEST COMM PROTOCOL ***
  5. Message-ID: <1992Dec22.200857.8168@rei.com>
  6. Date: Tue, 22 Dec 1992 20:08:57 GMT
  7. References: <1992Dec21.181829.4391@porthos.cc.bellcore.com> <1992Dec22.062746.21350@afterlife.ncsc.mil>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 33
  10.  
  11. hcbarth@afterlife.ncsc.mil (Bart Bartholomew) writes:
  12.  
  13. >    However, zmodem is much more vulnerable to line noise.
  14. >Our lines are often noisy; zmodem gets what it thinks is an
  15. >abort signal and drops the line.
  16. >    I often collect several files and then start the download
  17. >(~0400) just before I go to bed.  This is rarely successful with
  18. >zmodem, while kermit almost always succeeds.
  19.  
  20. I have experienced this as well, but I find that it is generally not due
  21. to line noise, but overloading of the intervening transfer network.
  22. Zmodem, being a streaming protocol, will not stop sending data for any
  23. reason, and this can often overload the communication buffers of the
  24. intervening terminal servers (if any) between the sender and receiver.
  25.  
  26. In fact, a secondary problem of propogation delay often develops, in
  27. which the terminal server buffers up several kilobytes of data which the
  28. receiver has not yet received, and thus if the receiver finds an error,
  29. it starts signalling the sender to stop, but the terminal server
  30. continues to feed the several K of data to the receiver, making the
  31. receiver think that the sender is not listening, and so it aborts the
  32. download.
  33.  
  34. This can all be avoided by limiting the packet length of Zmodem (-l
  35. opetion), but this also severely cuts the speed advantage of Zmodem.
  36. However, the ability to restart an aborted download is still very useful
  37. in this situation.
  38.  
  39. -- 
  40. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  41. #define  TRUE   0  |
  42. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  43. #endif             |     the Frontier against Xur and the Kodan Armada."
  44.