home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc66.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  4.6 KB  |  172 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                   S. Crocker
  8. Request for Comments #66                                UCLA
  9.                                                         26 August 70
  10.  
  11.  
  12.                     3rd Level Ideas and other Noises
  13.  
  14.  
  15. On 12 August 70, I met a BBN with representatives from BBN and MIT and
  16. we discussed third llevel protocol.
  17.  
  18.  
  19. Dial-up The following proposed dial-up protocol was agreed upon at the
  20. meeting.
  21.  
  22.  
  23. The purpose of this piece of protocol is to get a process at one site
  24. (hereafter the using site) in contact with the logger at the other site
  25. (hereafter the serving site).
  26.  
  27.  
  28. To initiate contact, the using process attaches a receive socket US and
  29. requests connection to socket 1 in the serving host. The using NCP thus
  30. sends
  31.  
  32.  
  33.                1            4               4                 1
  34.              ---------------------------------------------------
  35.              |RTS |         US     |        1          |      p|
  36.              ---------------------------------------------------
  37.              |ALL |     P    |    space    |
  38.              -------------------------------
  39.  
  40. over link 1, where US is the user's receive socket, p is the link, and
  41. space is some nominal spae allocation.
  42.  
  43.  
  44. The serving Host may decide to refuse contact, in which case it will
  45. respond with the standard CLS. If it accepts contact, however, it will
  46. send exactly an even 32 bit number over the connection and close the
  47. connection. This even 32 bit number is the name of a receive socket in
  48. the serving Host. This socket and the next higher numbered socket are
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60. RFC 66              3rd Level Ideas and other Noise
  61.  
  62.  
  63. Network Working Group                                   S. Crocker
  64. Request for Comments #66                                UCLA
  65.                                                         26 August 70
  66.  
  67. reserved for contact with the user. Thus the serving NCP sends
  68.  
  69.  
  70.  
  71.                  1           4          1
  72.                ----------------------------
  73.                | STR |       1        | US|
  74.                ----------------------------
  75.  
  76.  
  77. on link 1, followed by
  78.  
  79.  
  80.  
  81.                           4
  82.                      -----------
  83.                      |    SS   |
  84.                      -----------
  85.  
  86.  
  87.  
  88. on link p. Note that SS must be even.
  89.  
  90.  
  91. After sending the server socket number, SS, the NCP sends
  92.  
  93.  
  94.  
  95.             1          4                     4
  96.            -------------------------------------
  97.            |CLS |         1        |        US |
  98.            -------------------------------------
  99.            |STR |      SS+1        |        US |
  100.            ------------------------------------------
  101.            |RTS |      SS          |      US+1 |  q |
  102.            ------------------------------------------
  103.            |ALL | q |       space      |
  104.            -----------------------------
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.                                                                 [Page 2]
  115.  
  116. RFC 66              3rd Level Ideas and other Noise
  117.  
  118.  
  119. Network Working Group                                   S. Crocker
  120. Request for Comments #66                                UCLA
  121.                                                         26 August 70
  122.  
  123.  
  124. The using Host also sets up these connections by sending
  125.  
  126.  
  127.            1           4                    4
  128.         ----------------------------------------
  129.         | CLS  |      US         |          1  |
  130.         ----------------------------------------
  131.         | STR  |    US+1         |         SS  |
  132.         --------------------------------------------
  133.         | RTS  |    US           |       SS+1  | r |
  134.         --------------------------------------------
  135.  
  136.  
  137. At this point the user should be connected to the logger at the serving
  138. site.
  139.  
  140. Standard Console
  141.  
  142.     We next agreed on an initial network standard console: 7-bit ASCII
  143. in 8 bit fields with the eight bit on, transmitted in contiguous
  144. streams.  The speific codes are listed in appendix H of the IMP
  145. Operations manual, BBN report #1877. This seems to work only some
  146. hardship on PDP-10's and be fine for all others.
  147.  
  148.  
  149.     For break or interrupt many systems use one of the standard
  150. characters; for those which need another kind of signal,
  151.  
  152.  
  153.         1       1
  154.        ------------
  155.        |INR  |  r |
  156.        ------------
  157.  
  158.  
  159. sent over the control link should suffice.
  160.  
  161.        [ This RFC was put into machine readable form for entry ]
  162. [ into the online RFC archives by Gottfried Janik 2/98 ]
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.                                                                 [Page 3]
  171.  
  172.