home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 00s / rfc6.txt < prev    next >
Text File  |  1992-10-14  |  2KB  |  53 lines

  1. Network Working Note                    Steve Crocker, UCLA
  2. RFC-6                            10 April 1969
  3.  
  4.  
  5.  
  6.             CONVERSATION WITH BOB KAHN
  7.  
  8.  
  9.  
  10.  
  11.  
  12. I talked with Bob Kahn at BB&N yesterday.  We talked about code conversion
  13. in the IMP's, IMP-HOST communication, and HOST software.
  14.  
  15. BB&N is prepared to convert 6, 7, 8, or 9 bit character codes into 8-bit
  16. ASCII for transmission and convert again upon assembly at the destination
  17. IMP.  BB&N plans a one for one conversion scheme with tables unique to the
  18. HOST.  I suggested that places with 6-bit codes may also want case shifting.
  19. Bob said this may result in overflow if too many case shifts are necessary.
  20. I suggested that this is rare and we could probably live with an overflow
  21. indication instead of a guarantee.
  22.  
  23. With respect to HOST-IMP communication, we now have a five bit link field
  24. and a bit to indicate conversion.  Also possible is a 2-bit conversion
  25. indicator, one for converting before sending and one for converting after.
  26. This would allow another handle for checking or controlling the system.
  27.  
  28. The HOST can send messages or portions of a message to its IMP specifying
  29.  
  30.     1.  Tracing
  31.     2.  Conversion
  32.     3.  Whether message is for destination IMP or HOST
  33.     4.  Send RFNM
  34.     5.  HOST up or down
  35.     6.  Synchronization
  36.     7.  Format Error Messages
  37.     8.  Master Link Clear
  38.     9.  Status Requested
  39.  
  40. The IMP can send to its HOST information on
  41.  
  42.     1.  Conversion
  43.     2.  REFNM Arrived
  44.     3.  IMP up or down
  45.     4.  Synchornization
  46.     5.  Called HOST not Responding
  47.     6.  Format Error
  48.     7.  Status in IMP
  49.  
  50. I also summarized for Bob the contents of Network Notes l, 2, and 3.
  51.  
  52.  
  53.