home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / system / 10398 < prev    next >
Encoding:
Text File  |  1992-07-25  |  2.1 KB  |  50 lines

  1. Newsgroups: comp.sys.mac.system
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!mont!nuntius
  3. From: Ben E. Colley <tpmaint@mizzou1.missouri.edu>
  4. Subject: Re: How to increase the download speed in Kermit by high speed
  5.      modem
  6. Message-ID: <1992Jul26.045515.26378@mont.cs.missouri.edu>
  7. Originator: news@pencil.cs.missouri.edu
  8. Sender: news@mont.cs.missouri.edu
  9. Nntp-Posting-Host: 128.206.4.2
  10. Organization: Univ of Missouri-Columbia
  11. X-Useragent: Nuntius v1.1
  12. References: <25JUL199219133907@oregon.uoregon.edu>
  13. Date: Sun, 26 Jul 1992 04:55:15 GMT
  14. Lines: 34
  15.  
  16. In article <25JUL199219133907@oregon.uoregon.edu> Chun-Ching Yang,
  17. ccyang@oregon.uoregon.edu writes:
  18. >I just bought a 14,400 Modem. However, after trying to download the data
  19. from
  20. >the VAX in the university, I found the download speed from the mainframe
  21. to my
  22. >Mac was slow. The transfering speed was about 560 byts in each     TWO
  23. seconds. If
  24. >the high speed modem worked fine, then the transfer speed should be about
  25. >1,440  in ONE second. (Is that right?)
  26. >I have check the VAX and the modem there is 14,400. I don't expect that
  27. the
  28. >speed can  reach 1440 in a second but the speed I got was so slow. How
  29. come?
  30. >
  31. >Can anyone help me solve this problem?
  32.  
  33. A couple of things to remember and/or try.
  34.  
  35. 1) The modem speed is in bits per second, Kermit reports throughput in
  36. bytes, so you actual speed was 560*8/2 bits per second.  Agreedly not
  37. good enuf.
  38. 2) Check your upload and download packet sizes.  *Don't* take the
  39. defaults.  While you don't mention what version of Kermit you are using,
  40. for the Mac, I seem to recall 94 bytes as the default packet size.  I
  41. suspect this has to do with old 1200 bps modems (94 bytes*8 + start and
  42. stop bit per byte = 94*8+94*2=940 bits which is 3/4 seconds data time on
  43. the wire at 1200 bps).  Anyway, boot your upload and download packets up
  44. to about 1K (I think 1016 is all MacKermit will permit).  This will cut
  45. *WAY* down on the chatting back and forth in support of the protocol.
  46. 3) Also remember to factor in the start and stop bits on any calculation.
  47.  1 start bit and 1 stop bit per data byte transferred in asynchronous
  48. mode is a significant overhead.
  49.      Ben
  50.