home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / datacomm / 7692 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.9 KB  |  39 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. Path: sparky!uunet!think.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!rpi!pooler
  3. From: pooler@vccsouth18.its.rpi.edu (Robert Peter Poole)
  4. Subject: Re: XPR-Bidirectional
  5. Message-ID: <27v1fw=@rpi.edu>
  6. Nntp-Posting-Host: vccsouth18.its.rpi.edu
  7. Organization: Rensselaer Polytechnic Institute, Troy, NY
  8. References: <523@thunder.LakeheadU.Ca> <80t19hb@rpi.edu> <69603@cup.portal.com>
  9. Date: Mon, 16 Nov 1992 16:01:55 GMT
  10. Lines: 27
  11.  
  12. In article <69603@cup.portal.com> Tony-Preston@cup.portal.com (ANTHONY FRANCIS PRESTON) writes:
  13. >Why is BiModem so complex?  You send a packet while recieving a packet,
  14. >If you have to Ack/Nack, you just have an Ack/Nack packet.  Communications
  15. >just becomes send the next packet.  It would seem that the Zmodem form
  16. >could be used in both directions.  It should be fairly easy to do on the
  17. >Amiga, just use asyncronous I/O and wait on both requests.
  18.  
  19. Well, Bimodem has to address the issues of (a) a user requesting more files
  20. for download during a download, (b) a user adding more files to the upload
  21. queue, (c) securities (i.e., if a user requests files on the other end which
  22. are not supposed to be available to that user; or if the BBS requests files
  23. from the user that the user doesn't want made available), (d) resuming aborted
  24. downloads or updating files (useful for business applications where you only
  25. need to transmit the additions to a database or text file, for example), and
  26. several others.
  27.  
  28. Also, an engineering friend of mine mentioned that there is a critical
  29. bandwidth limit on a phone line that prohibits actually doubling your
  30. throughput with a bidirectional protocol when you are using high baud rates.
  31. (And yes, I mean baud, not bps, in this case.  :-)  So if you get 19200 bps
  32. unidirectional, don't expect to be able to transfer twice that amount
  33. (19200 bps send and 19200 receive) with a bidirectional protocol.
  34.  
  35. So maybe things are a little tougher than we imagine...
  36.  
  37. Rob Poole
  38. pooler@rpi.edu
  39.