home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dcom / modems / 12954 < prev    next >
Encoding:
Text File  |  1992-09-04  |  2.9 KB  |  64 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!stanford.edu!ames!sgi!rhyolite!vjs
  3. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  4. Subject: Re: Latency Question
  5. Message-ID: <pea6luk@rhyolite.wpd.sgi.com>
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. References: <1992Sep2.034404.18553@wdl.loral.com> <BOB.92Sep4104913@volitans.MorningStar.Com>
  8. Date: Fri, 4 Sep 1992 16:13:31 GMT
  9. Lines: 53
  10.  
  11. In article <BOB.92Sep4104913@volitans.MorningStar.Com>, bob@MorningStar.Com (Bob Sutterfield) writes:
  12. > In article <1992Sep3.003250.14571@zip.eecs.umich.edu> dmuntz@quip.eecs.umich.edu (Daniel A Muntz) writes:
  13. >    Latency hasn't changed at all between my WB's after upgrading to
  14. >    5.01.  Ping settles to ~200ms (56 data bytes).
  15. > That packet is so big (~88 octets, counting ICMP headers) that it's a
  16. > better measure of in-modem data compression (V.42bis) than of
  17. > modem-induced latency, or of the responsiveness that the user feels
  18. > when typing in a telnet session that crosses the link.
  19. > To test modem-induced latency, you want the smallest packet possible.
  20. > ...
  21.  
  22. > These interactive latencies are far better than what you see with ICMP
  23. > pings, and they better represent the type of latency that matters:
  24. > what a user feels.  It's encouraging that they're generally below the
  25. > magical 200ms perceptibility threshhold.
  26. > ...
  27.  
  28. That's true if you want to measure the latency associated with
  29. keystroke echos during dumb-terminal telnet sessions.
  30.  
  31. If you want to measure the latency of keystroke echos with xterm, you
  32. want to use something with the much larger than 1-byte of payload.  X
  33. is not like telnet.  Non-host-compressed pings with a small "-s size"
  34. are probably a lot closer to what you'll see with xterm.
  35.  
  36. If you really care about typing latency latency, the best thing to do
  37. is get rid of all of that telnet/TCP/IP/{PPP,SLIP} nonsense, and use a
  38. simple, dumb-terminal protocol directly over the modem.
  39.  
  40.  
  41. It seems to me that the premise that single data-byte latency is all
  42. that matters with telnet is wrong.  I use `rlogin` over compressing
  43. SLIP and v.32bis/v.42/v.42bis a lot.   For for many hours/day and many
  44. days/week.  The single character latency is not what really hurts,
  45. whether it is 10 or 100 ms.  What is noticable is the latency to `vi`
  46. edits or `ls`, when the answer is 1KBytes or even 100Bytes.
  47.  
  48. FDX character echo times have been perfectly fine for 25 years, since
  49. the days of 110 baud 10 Bytes/sec FSK 103/113's, except for short-lived
  50. oddities like putting 42 byte rlogin/TCP/IP/SLIP packets over 2400
  51. bit/sec modems.  (That particular scenario was the genisis of cslip.)
  52. Compare reading netnews over a modem with looking at the local disk.
  53. The latency that matters is not the time to echo characters, but the
  54. time to respond to a command.
  55.  
  56. Finally, anyone concerned with character echos over telnet who cannot
  57. dump the TCP stuff should should use the Cray inspired telnet line
  58. modes.
  59.  
  60.  
  61. Vernon Schryver,  vjs@sgi.com
  62.