home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc801 < prev    next >
Text File  |  1991-04-21  |  41KB  |  1,218 lines

  1.  
  2. Network Working Group                                          J. Postel
  3. Request for Comments: 801                                            ISI
  4.                                                            November 1981
  5.  
  6.  
  7.  
  8.                         NCP/TCP TRANSITION PLAN
  9.  
  10.  
  11.  
  12. Introduction
  13. ------------
  14.  
  15.    ARPA sponsored research on computer networks led to the development
  16.    of the ARPANET.  The installation of the ARPANET began in September
  17.    1969, and regular operational use was underway by 1971.  The ARPANET
  18.    has been an operational service for at least 10 years.  Even while it
  19.    has provided a reliable service in support of a variety of computer
  20.    research activities, it has itself been a subject of continuing
  21.    research, and has evolved significantly during that time.
  22.  
  23.    In the past several years ARPA has sponsored additional research on
  24.    computer networks, principally networks based on different underlying
  25.    communication techniques, in particular, digital packet broadcast
  26.    radio and satellite networks.  Also, in the ARPA community there has
  27.    been significant work on local networks.
  28.  
  29.    It was clear from the start of this research on other networks that
  30.    the base host-to-host protocol used in the ARPANET was inadequate for
  31.    use in these networks.  In 1973 work was initiated on a host-to-host
  32.    protocol for use across all these networks.  The result of this long
  33.    effort is the Internet Protocol (IP) and the Transmission Control
  34.    Protocol (TCP).
  35.  
  36.    These protocols allow all hosts in the interconnected set of these
  37.    networks to share a common interprocess communication environment.
  38.    The collection of interconnected networks is called the ARPA Internet
  39.    (sometimes called the "Catenet").
  40.  
  41.    The Department of Defense has recently adopted the internet concept
  42.    and the IP and TCP protocols in particular as DoD wide standards for
  43.    all DoD packet networks, and will be transitioning to this
  44.    architecture over the next several years.  All new DoD packet
  45.    networks will be using these protocols exclusively.
  46.  
  47.    The time has come to put these protocols into use in the operational
  48.    ARPANET, and extend the logical connectivity of the ARPANET hosts to
  49.    include hosts in other networks participating in the ARPA Internet.
  50.  
  51.    As with all new systems, there will be some aspects which are not as
  52.    robust and efficient as we would like (just as with the initial
  53.    ARPANET).  But with your help, these problems can be solved and we
  54.  
  55.  
  56. Postel                                                          [Page 1]
  57.  
  58.  
  59. RFC 801                                                    November 1981
  60.                                                  NCP/TCP Transition Plan
  61.  
  62.  
  63.    can move into an environment with significantly broader communication
  64.    services.
  65.  
  66. Discussion
  67. ----------
  68.  
  69.    The implementation of IP/TCP on several hosts has already been
  70.    completed, and the use of some services is underway.  It is urgent
  71.    that the implementation of of IP/TCP be begun on all other ARPANET
  72.    hosts as soon as possible and no later than 1 January 1982 in any
  73.    case.  Any new host connected to the ARPANET should only implement
  74.    IP/TCP and TCP-based services.  Several important implementation
  75.    issues are discussed in the last section of this memo.
  76.  
  77.    Because all hosts can not be converted to TCP simultaneously, and
  78.    some will implement only IP/TCP, it will be necessary to provide
  79.    temporarily for communication between NCP-only hosts and TCP-only
  80.    hosts.  To do this certain hosts which implement both NCP and IP/TCP
  81.    will be designated as relay hosts.  These relay hosts will support
  82.    Telnet, FTP, and Mail services on both NCP and TCP.  These relay
  83.    services will be provided  beginning in November 1981, and will be
  84.    fully in place in January 1982.
  85.  
  86.    Initially there will be many NCP-only hosts and a few TCP-only hosts,
  87.    and the load on the relay hosts will be relatively light.  As time
  88.    goes by, and the conversion progresses, there will be more TCP
  89.    capable hosts, and fewer NCP-only hosts, plus new TCP-only hosts.
  90.    But, presumably most hosts that are now NCP-only will implement
  91.    IP/TCP in addition to their NCP and become "dual protocol" hosts.
  92.    So, while the load on the relay hosts will rise, it will not be a
  93.    substantial portion of the total traffic.
  94.  
  95.    The next section expands on this plan, and the following section
  96.    gives some milestones in the transition process.  The last section
  97.    lists the key documents describing the new protocols and services.
  98.    Appendices present scenarios for use of the relay services.
  99.  
  100. The General Plan
  101. ----------------
  102.  
  103.    The goal is to make a complete switch over from the NCP to IP/TCP by
  104.    1 January 1983.
  105.  
  106.       It is the task of each host organization to implement IP/TCP for
  107.       its own hosts.  This implementation task must begin by
  108.       1 January 1982.
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Postel                                                          [Page 2]
  115.  
  116.  
  117. RFC 801                                                    November 1981
  118.                                                  NCP/TCP Transition Plan
  119.  
  120.  
  121.       IP:
  122.  
  123.          This is specified in RFCs 791 and 792.  Implementations exist
  124.          for several machines and operating systems.  (See Appendix D.)
  125.  
  126.       TCP:
  127.  
  128.          This is specified in RFC793.  Implementations exist for several
  129.          machines and operating systems.  (See Appendix D.)
  130.  
  131.    It is not enough to implement the IP/TCP protocols, the principal
  132.    services must be available on this IP/TCP base as well.  The
  133.    principal services are: Telnet, File Transfer, and Mail.
  134.  
  135.       It is the task of each host organization to implement the
  136.       principal services for its own hosts.  These implementation tasks
  137.       must begin by 1 January 1982.
  138.  
  139.       Telnet:
  140.  
  141.          This is specified in RFC 764.  It is very similar to the Telnet
  142.          used with the NCP.  The primary differences are that the ICP is
  143.          eliminated, and the NCP Interrupt is replaced with the TCP
  144.          Urgent.
  145.  
  146.       FTP:
  147.  
  148.          This is specified in RFC 765.  It is very similar to the FTP
  149.          used with the NCP.  The primary differences are that in
  150.          addition to the changes for Telnet, that the data channel is
  151.          limited to 8-bit bytes so FTP features to use other
  152.          transmission byte sizes are eliminated.
  153.  
  154.       Mail:
  155.  
  156.          This is specified in RFC 788.  Mail is separated completely
  157.          from FTP and handled by a distinct server.  The procedure is
  158.          similar in concept to the old FTP/NCP mail procedure, but is
  159.          very different in detail, and supports additional functions --
  160.          especially mail relaying, and multi-recipient delivery.
  161.  
  162.    Beyond providing the principal services in the new environment, there
  163.    must be provision for interworking between the new environment and
  164.    the old environment between now and January 1983.
  165.  
  166.       For Telnet, there will be provided one or more relay hosts.  A
  167.       Telnet relay host will implement both the NCP and TCP environments
  168.       and both user and server Telnet in both environments.  Users
  169.       requiring Telnet service between hosts in different environments
  170.  
  171.  
  172. Postel                                                          [Page 3]
  173.  
  174.  
  175. RFC 801                                                    November 1981
  176.                                                  NCP/TCP Transition Plan
  177.  
  178.  
  179.       will first connect to a Telnet relay host and then connect to the
  180.       destination host.  (See Appendix A.)
  181.  
  182.       For FTP, there will be provided one or more relay hosts.  An FTP
  183.       relay host will implement both the NCP and TCP environments, both
  184.       user and server Telnet, and both user and server FTP in both
  185.       environments.  Users requiring FTP service between hosts in
  186.       different environments will first connect via Telnet to an FTP
  187.       relay host, then use FTP to move the file from the file donor host
  188.       to the FTP relay host, and finally use FTP to move the file from
  189.       the FTP relay host to the file acceptor host.  (See Appendix B.)
  190.  
  191.       For Mail, hosts will implement the new Simple Mail Transfer
  192.       Protocol (SMTP) described in RFC 788.  The SMTP procedure provides
  193.       for relaying mail among several protocol environments.  For
  194.       TCP-only hosts, using SMTP will be sufficient.  For NCP-only hosts
  195.       that have not been modified to use SMTP, the special syntax
  196.       "user.host@forwarder" may be used to relay mail via one or more
  197.       special forwarding host.  Several mail relay hosts will relay mail
  198.       via SMTP procedures between the NCP and TCP environments, and at
  199.       least one special forwarding host will be provided.  (See
  200.       Appendix C.)
  201.  
  202. Milestones
  203. ----------
  204.  
  205.    First Internet Service                                        already
  206.  
  207.       A few hosts are TCP-capable and use TCP-based services.
  208.  
  209.    First TCP-only Host                                           already
  210.  
  211.       The first TCP-only host begins use of TCP-based services.
  212.  
  213.    Telnet and FTP Relay Service                                  already
  214.  
  215.       Special relay accounts are available to qualified users with a
  216.       demonstrated need for the Telnet or FTP relay service.
  217.  
  218.    Ad Hoc Mail Relay Service                                     already
  219.  
  220.       An ad hoc mail relay service using the prototype MTP (RFC 780) is
  221.       implemented and mail is relayed from the TCP-only hosts to
  222.       NCP-only hosts, but not vice versa.  This service will be replaced
  223.       by the SMTP service.
  224.  
  225.    Last NCP Conversion Begins                                     Jan 82
  226.  
  227.       The last NCP-only host begins conversion to TCP.
  228.  
  229.  
  230. Postel                                                          [Page 4]
  231.  
  232.  
  233. RFC 801                                                    November 1981
  234.                                                  NCP/TCP Transition Plan
  235.  
  236.  
  237.    Mail Relay Service                                             Jan 82
  238.  
  239.       The SMTP (RFC 788) mail service begins to operate and at least one
  240.       mail relay host is operational, and at least one special forwarder
  241.       is operational to provide NCP-only host to TCP-only host mail
  242.       connectivity.
  243.  
  244.    Normal Internet Service                                        Jul 82
  245.  
  246.       Most hosts are TCP-capable and use TCP-based services.
  247.  
  248.    Last NCP Conversion Completed                                  Nov 82
  249.  
  250.       The last NCP-only host completes conversion to TCP.
  251.  
  252.    Full Internet Service                                          Jan 83
  253.  
  254.       All hosts are TCP-capable and use TCP-based services.  NCP is
  255.       removed from service, relay services end, all services are
  256.       TCP-based.
  257.  
  258. Documents
  259. ---------
  260.  
  261.    The following RFCs document the protocols to be implemented in the
  262.    new IP/TCP environment:
  263.  
  264.       IP                                                         RFC 791
  265.       ICMP                                                       RFC 792
  266.       TCP                                                        RFC 793
  267.       Telnet                                                     RFC 764
  268.       FTP                                                        RFC 765
  269.       SMTP                                                       RFC 788
  270.       Name Server                                                IEN 116
  271.       Assigned Numbers                                           RFC 790
  272.  
  273.    These and associated documents are to be published in a notebook, and
  274.    other information useful to implementers is to be gathered.  These
  275.    documents will be made available on the following schedule:
  276.  
  277.       Internet Protocol Handbook                                  Jan 82
  278.  
  279.       Implementers Hints                                          Jan 82
  280.  
  281.       SDC IP/TCP Specifications                                   Jan 82
  282.  
  283.       Expanded Host Table                                         Jan 82
  284.  
  285.  
  286.  
  287.  
  288. Postel                                                          [Page 5]
  289.  
  290.  
  291. RFC 801                                                    November 1981
  292.                                                  NCP/TCP Transition Plan
  293.  
  294.  
  295. Implementation Issues
  296. ---------------------
  297.  
  298.    There are several implementation issues that need attention, and
  299.    there are some associated facilities with these protocols that are
  300.    not necessarily obvious.  Some of these may need to be upgraded or
  301.    redesigned to work with the new protocols.
  302.  
  303.    Name Tables
  304.  
  305.       Most hosts have a table for converting character string names of
  306.       hosts to numeric addresses.  There are two effects of this
  307.       transition that may impact a host's table of host names: (1) there
  308.       will be many more names, and (2) there may be a need to note the
  309.       protocol capability of each host (SMTP/TCP, SMTP/NCP, FTP/NCP,
  310.       etc.).
  311.  
  312.       Some hosts have kept this table in the operating system address
  313.       space to provide for fast translation using a system call.  This
  314.       may not be practical in the future.
  315.  
  316.       There may be applications that could take alternate actions if
  317.       they could easily determine if a remote host supported a
  318.       particular protocol.  It might be useful to extend host name
  319.       tables to note which protocols are supported.
  320.  
  321.       It might be necessary for the host name table to contain names of
  322.       hosts reachable only via relays if this name table is used to
  323.       verify the spelling of host names in application programs such as
  324.       mail composition programs.
  325.  
  326.       It might be advantageous to do away with the host name table and
  327.       use a Name Server instead, or to keep a relatively small table as
  328.       a cache of recently used host names.
  329.  
  330.       A format, distribution, and update procedure for the expanded host
  331.       table will be published soon.
  332.  
  333.    Mail Programs
  334.  
  335.       It may be possible to move to the new SMTP mail procedures by
  336.       changing only the mailer-daemon and implementing the SMTP-server,
  337.       but in some hosts there may be a need to make some small changes
  338.       to some or all of the mail composition programs.
  339.  
  340.       There may be a need to allow users to identify relay hosts for
  341.       messages they send.  This may require a new command or address
  342.       syntax not now currently allowed.
  343.  
  344.  
  345.  
  346. Postel                                                          [Page 6]
  347.  
  348.  
  349. RFC 801                                                    November 1981
  350.                                                  NCP/TCP Transition Plan
  351.  
  352.  
  353.    IP/TCP
  354.  
  355.       Continuing use of IP and TCP will lead to a better understanding
  356.       of the performance characteristics and parameters.  Implementers
  357.       should expect to make small changes from time to time to improve
  358.       performance.
  359.  
  360.    Shortcuts
  361.  
  362.       There are some very tempting shortcuts in the implementation of IP
  363.       and TCP.  DO NOT BE TEMPTED!  Others have and they have been
  364.       caught!  Some deficiencies with past implementations that must be
  365.       remedied and are not allowed in the future are the following:
  366.  
  367.          IP problems:
  368.  
  369.             Some IP implementations did not verify the IP header
  370.             checksum.
  371.  
  372.             Some IP implementations did not implement fragment
  373.             reassembly.
  374.  
  375.             Some IP implementations used static and limited routing
  376.             information, and did not make use of the ICMP redirect
  377.             message information.
  378.  
  379.             Some IP implementations did not process options.
  380.  
  381.             Some IP implementations did not report errors they detected
  382.             in a useful way.
  383.  
  384.          TCP problems:
  385.  
  386.             Some TCP implementations did not verify the TCP checksum.
  387.  
  388.             Some TCP implementations did not reorder segments.
  389.  
  390.             Some TCP implementations did not protect against silly
  391.             window syndrome.
  392.  
  393.             Some TCP implementations did not report errors they detected
  394.             in a useful way.
  395.  
  396.             Some TCP implementations did not process options.
  397.  
  398.          Host problems:
  399.  
  400.             Some hosts had limited or static name tables.
  401.  
  402.  
  403.  
  404. Postel                                                          [Page 7]
  405.  
  406.  
  407. RFC 801                                                    November 1981
  408.                                                  NCP/TCP Transition Plan
  409.  
  410.  
  411.    Relay Service
  412.  
  413.       The provision of relay services has started.  There are two
  414.       concerns about the relay service: (1) reliability, and (2) load.
  415.  
  416.       The reliability is a concern because relaying puts another host in
  417.       the chain of things that have to all work at the same time to get
  418.       the job done.  It is desirable to provide alternate relay hosts if
  419.       possible.  This seems quite feasible for mail, but it may be a bit
  420.       sticky for Telnet and FTP due to the need for access control of
  421.       the login accounts.
  422.  
  423.       The load is a potential problem, since an overloaded relay host
  424.       will lead to unhappy users.  This is another reason to provide a
  425.       number of relay hosts, to divide the load and provide better
  426.       service.
  427.  
  428.       A Digression on the Numbers
  429.  
  430.       How bad could it be, this relay load?  Essentially any "dual
  431.       protocol" host takes itself out of the game (i.e., does not need
  432.       relay services). Let us postulate that the number of NCP-only
  433.       hosts times the number of TCP-only hosts is a measure of the relay
  434.       load.
  435.  
  436.       Total Hosts  Dual Hosts  NCP Hosts  TCP Hosts  "Load"    Date
  437.           200          20        178          2        356     Jan-82
  438.           210          40        158         12       1896     Mar-82
  439.           220          60        135         25       3375     May-82
  440.           225          95         90         40       3600     Jul-82
  441.           230         100         85         45       3825     Sep-82
  442.           240         125         55         60       3300     Nov-82
  443.           245         155         20         70       1400     Dec-82
  444.           250         170          0         80          0  31-Dec-82
  445.           250           0          0        250          0   1-Jan-83
  446.  
  447.       This assumes that most NCP-only hosts (but not all) will become to
  448.       dual protocol hosts, and that 50 new host will show up over the
  449.       course of the year, and all the new hosts are TCP-only.
  450.  
  451.       If the initial 200 hosts immediately split into 100 NCP-only and
  452.       100 TCP-only then the "load" would be 10,000, so the fact that
  453.       most of the hosts will be dual protocol hosts helps considerably.
  454.  
  455.       This load measure (NCP hosts times TCP hosts) may over state the
  456.       load significantly.
  457.  
  458.       Please note that this digression is rather speculative!
  459.  
  460.  
  461.  
  462. Postel                                                          [Page 8]
  463.  
  464.  
  465. RFC 801                                                    November 1981
  466.                                                  NCP/TCP Transition Plan
  467.  
  468.  
  469.    Gateways
  470.  
  471.       There must be continuing development of the internet gateways.
  472.       The following items need attention:
  473.  
  474.          Congestion Control via ICMP
  475.  
  476.          Gateways use connected networks intelligently
  477.  
  478.          Gateways have adequate buffers
  479.  
  480.          Gateways have fault isolation instrumentation
  481.  
  482.       Note that the work in progress on the existing gateways will
  483.       provide the capability to deal with many of these issues early in
  484.       1982.  Work is also underway to provide improved capability
  485.       gateways based on new hardware late in 1982.
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520. Postel                                                          [Page 9]
  521.  
  522.  
  523. RFC 801                                                    November 1981
  524.                                                  NCP/TCP Transition Plan
  525.  
  526.  
  527. APPENDIX A.  Telnet Relay Scenario
  528.  
  529.    Suppose a user at a TCP-only host wishes to use the interactive
  530.    services of an NCP-only service host.
  531.  
  532.       1)  Use the local user Telnet program to connect via Telnet/TCP to
  533.           the RELAY host.
  534.  
  535.       2)  Login on the RELAY host using a special account for the relay
  536.           service.
  537.  
  538.       3)  Use the user Telnet on the RELAY host to connect via
  539.           Telnet/NCP to the service host.  Since both Telnet/TCP and
  540.           Telnet/NCP are available on the RELAY host the user must
  541.           select which is to be used in this step.
  542.  
  543.       4)  Login on the service host using the regular account.
  544.  
  545.          +---------+          +---------+          +---------+
  546.          |         |  Telnet  |         |  Telnet  |         |
  547.          | Local   |<-------->|  Relay  |<-------->| Service |
  548.          |  Host   |   TCP    |   Host  |   NCP    |   Host  |
  549.          +---------+          +---------+          +---------+
  550.  
  551.    Suppose a user at a NCP-only host wishes to use the interactive
  552.    services of an TCP-only service host.
  553.  
  554.       1)  Use the local user Telnet program to connect via Telnet/NCP to
  555.           the RELAY host.
  556.  
  557.       2)  Login on the RELAY host using a special account for the relay
  558.           service.
  559.  
  560.       3)  Use the user Telnet on the RELAY host to connect via
  561.           Telnet/NCP to the service host.  Since both Telnet/TCP and
  562.           Telnet/NCP are available on the RELAY host the user must
  563.           select which is to be used in this step.
  564.  
  565.       4)  Login on the service host using the regular account.
  566.  
  567.          +---------+          +---------+          +---------+
  568.          |         |  Telnet  |         |  Telnet  |         |
  569.          | Local   |<-------->|  Relay  |<-------->| Service |
  570.          |  Host   |   NCP    |   Host  |   TCP    |   Host  |
  571.          +---------+          +---------+          +---------+
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578. Postel                                                         [Page 10]
  579.  
  580.  
  581. RFC 801                                                    November 1981
  582.                                                  NCP/TCP Transition Plan
  583.  
  584.  
  585. APPENDIX B.  FTP Relay Scenario
  586.  
  587.    Suppose a user at a TCP-only host wishes copy a file from a NCP-only
  588.    donor host.
  589.  
  590.       Phase 1:
  591.  
  592.          1)  Use the local user Telnet program to connect via Telnet/TCP
  593.              to the RELAY host.
  594.  
  595.          2)  Login on the RELAY host using a special account for the
  596.              relay service.
  597.  
  598.          3)  Use the user FTP on the RELAY host to connect via FTP/NCP
  599.              to the donor host.
  600.  
  601.          4)  FTP login on the donor host using the regular account.
  602.  
  603.          5)  Copy the file from the donor host to the RELAY host.
  604.  
  605.          6)  End the FTP session, and disconnect from the donor host.
  606.  
  607.          7)  Logout of the RELAY host, close the Telnet/TCP connection,
  608.              and quit Telnet on the local host.
  609.  
  610.             +---------+          +---------+          +---------+
  611.             |         |  Telnet  |         |   FTP    |         |
  612.             | Local   |<-------->|  Relay  |<-------->| Service |
  613.             |  Host   |   TCP    |   Host  |   NCP    |   Host  |
  614.             +---------+          +---------+          +---------+
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. Postel                                                         [Page 11]
  637.  
  638.  
  639. RFC 801                                                    November 1981
  640.                                                  NCP/TCP Transition Plan
  641.  
  642.  
  643.       Phase 2:
  644.  
  645.          1)  Use the local user FTP to connect via FTP/TCP to the RELAY
  646.              host.
  647.  
  648.          2)  FTP login on the RELAY host using the special account for
  649.              the relay service.
  650.  
  651.          3)  Copy the file from the RELAY host to the local host, and
  652.              delete the file from the RELAY host.
  653.  
  654.          4)  End the FTP session, and disconnect from the RELAY host.
  655.  
  656.             +---------+          +---------+
  657.             |         |   FTP    |         |
  658.             | Local   |<-------->|  Relay  |
  659.             |  Host   |   TCP    |   Host  |
  660.             +---------+          +---------+
  661.  
  662.    Note that the relay host may have a policy of deleting files more
  663.    than a few hours or days old.
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. Postel                                                         [Page 12]
  695.  
  696.  
  697. RFC 801                                                    November 1981
  698.                                                  NCP/TCP Transition Plan
  699.  
  700.  
  701. APPENDIX C.  Mail Relay Scenario
  702.  
  703.    Suppose a user on a TCP-only host wishes to send a message to a user
  704.    on an NCP-only host which has implemented SMTP.
  705.  
  706.       1)  Use the local mail composition program to prepare the message.
  707.           Address the message to the recipient at his or her host.  Tell
  708.           the composition program to queue the message.
  709.  
  710.       2)  The background mailer-daemon finds the queued message.  It
  711.           checks the destination host name in a table to find the
  712.           internet address.  Instead it finds that the destination host
  713.           is a NCP-only host.  The mailer-daemon then checks a list of
  714.           mail RELAY hosts and selects one.  It send the message to the
  715.           selected mail RELAY host using the SMTP procedure.
  716.  
  717.       3)  The mail RELAY host accepts the message for relaying.  It
  718.           checks the destination host name and discovers that it is a
  719.           NCP-only host which has implemented SMTP.  The mail RELAY host
  720.           then sends the message to the destination using the SMTP/NCP
  721.           procedure.
  722.  
  723.          +---------+          +---------+          +---------+
  724.          |         |   SMTP   |         |   SMTP   |         |
  725.          | Source  |<-------->|  Relay  |<-------->|  Dest.  |
  726.          |  Host   |   TCP    |   Host  |   NCP    |   Host  |
  727.          +---------+          +---------+          +---------+
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752. Postel                                                         [Page 13]
  753.  
  754.  
  755. RFC 801                                                    November 1981
  756.                                                  NCP/TCP Transition Plan
  757.  
  758.  
  759.    Suppose a user on a TCP-only host wishes to send a message to a user
  760.    on an NCP-only non-SMTP host.
  761.  
  762.       1)  Use the local mail composition program to prepare the message.
  763.           Address the message to the recipient at his or her host.  Tell
  764.           the composition program to queue the message.
  765.  
  766.       2)  The background mailer-daemon finds the queued message.  It
  767.           checks the destination host name in a table to find the
  768.           internet address.  Instead it finds that the destination host
  769.           is a NCP-only host.  The mailer-daemon then checks a list of
  770.           mail RELAY hosts and selects one.  It send the message to the
  771.           selected mail RELAY host using the SMTP procedure.
  772.  
  773.       3)  The mail RELAY host accepts the message for relaying.  It
  774.           checks the destination host name and discovers that it is a
  775.           NCP-only non-SMTP host.  The mail RELAY host then sends the
  776.           message to the destination using the old FTP/NCP mail
  777.           procedure.
  778.  
  779.          +---------+          +---------+          +---------+
  780.          |         |   SMTP   |         |   FTP    |         |
  781.          | Source  |<-------->|  Relay  |<-------->|  Dest.  |
  782.          |  Host   |   TCP    |   Host  |   NCP    |   Host  |
  783.          +---------+          +---------+          +---------+
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810. Postel                                                         [Page 14]
  811.  
  812.  
  813. RFC 801                                                    November 1981
  814.                                                  NCP/TCP Transition Plan
  815.  
  816.  
  817.    Suppose a user on a NCP-only non-SMTP host wishes to send a message
  818.    to a user on an TCP-only host.  Suppose the destination user is
  819.    "Smith" and the host is "ABC-X".
  820.  
  821.       1)  Use the local mail composition program to prepare the message.
  822.           Address the message to "Smith.ABC-X@FORWARDER".  Tell the
  823.           composition program to queue the message.
  824.  
  825.       2)  The background mailer-daemon finds my queued message.  It
  826.           sends the message to host FORWARDER using the old FTP/NCP mail
  827.           procedure.
  828.  
  829.       3)  The special forwarder host converts the "user name" supplied
  830.           by the FTP/NCP mail procedure (in the MAIL or MLFL command) to
  831.           "Smith@ABC-X" (in the SMTP RCTP command) and queues the
  832.           message to be processed by the SMTP mailer-daemon program on
  833.           this same host.  No conversion of the mailbox addresses in
  834.           made in thr message header or body.
  835.  
  836.       4)  The SMTP mailer-daemon program on the forwarder host finds
  837.           this queued message and checks the destination host name in a
  838.           table to find the internet address.  It finds the destination
  839.           address and send the mail using the SMTP procedure.
  840.  
  841.          +---------+          +---------+          +---------+
  842.          |         |   FTP    |         |   SMTP   |         |
  843.          | Source  |<-------->|Forwarder|<-------->|  Dest.  |
  844.          |  Host   |   NCP    |   Host  |   TCP    |   Host  |
  845.          +---------+          +---------+          +---------+
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868. Postel                                                         [Page 15]
  869.  
  870.  
  871. RFC 801                                                    November 1981
  872.                                                  NCP/TCP Transition Plan
  873.  
  874.  
  875. APPENDIX D.  IP/TCP Implementation Status
  876.  
  877.    Please note that the information in this section may become quickly
  878.    dated.  Current information on the status of IP and TCP
  879.    implementations can be obtained from the file
  880.    <INTERNET-NOTEBOOK>TCP-IP-STATUS.TXT on ISIF.
  881.  
  882.    BBN C70 UNIX
  883.  
  884.       Date:  18 Nov 1981
  885.       From:  Rob Gurwitz <gurwitz at BBN-RSM>
  886.  
  887.       The C/70 processor is a BBN-designed system with a native
  888.       instruction set oriented toward executing the C language.  It
  889.       supports UNIX Version 7 and provides for user processes with a
  890.       20-bit address space.  The TCP/IP implementation for the C/70 was
  891.       ported from the BBN VAX TCP/IP, and shares all of its features.
  892.  
  893.       This version of TCP/IP is running experimentally at BBN, but is
  894.       still under development.  Performance tuning is underway, to make
  895.       it more compatible with the C/70's memory management system.
  896.  
  897.    BBN GATEWAYS
  898.  
  899.       Date:  19 Nov 1981
  900.       From:  Alan Sheltzer <sheltzer at BBN-UNIX>
  901.  
  902.       In an effort to provide improved service in the gateways
  903.       controlled by BBN, a new gateway implementation written in
  904.       macro-11 instead of BCPL is being developed.  The macro-11 gateway
  905.       will provide users with internet service that is functionally
  906.       equivalent to that provided by the current BCPL gateways with some
  907.       performance improvements.
  908.  
  909.          ARPANET/SATNET gateway at BBN (10.3.0.40),
  910.          ARPANET/SATNET gateway at NDRE (10.3.0.41),
  911.          Comsat DCN Net/SATNET gateway at COMSAT (4.0.0.39),
  912.          SATNET/UCL Net/RSRE Net gateway at UCL (4.0.0.60),
  913.          PR Net/RCC Net gateway at BBN (3.0.0.62),
  914.          PR Net/ARPANET gateways at SRI (10.3.0.51, 10.1.0.51),
  915.          PR Net/ARPANET gateway at Ft. Bragg (10.0.0.38).
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. Postel                                                         [Page 16]
  927.  
  928.  
  929. RFC 801                                                    November 1981
  930.                                                  NCP/TCP Transition Plan
  931.  
  932.  
  933.    BBN H316 and C/30 TAC
  934.  
  935.       Date:  18 November 1981
  936.       From:  Bob Hinden <Hinden@BBN-UNIX>
  937.  
  938.       The Terminal Access Controller (TAC) is user Telnet host that
  939.       supports TCP/IP and NCP host to host protocols.  It runs in 32K
  940.       H-316 and 64K C/30 computers.  It supports up to 63 terminal
  941.       ports.  It connects to a network via an 1822 host interface.
  942.  
  943.       For more information on the TAC's design, see IEN-166.
  944.  
  945.    BBN HP-3000
  946.  
  947.       Date:  14 May 1981
  948.       From:  Jack Sax <sax@BBN-UNIX>
  949.  
  950.       The HP3000 TCP code is in its final testing stages.  The code
  951.       includes under the MPE IV operating system as a special high
  952.       priority process.  It is not a part of the operating system kernel
  953.       because MPE IV has no kernel.  The protocol process includes TCP,
  954.       IP, 1822 and a new protocol called HDH which allows 1822 messages
  955.       to be sent over HDLC links.  The protocol process has about 8k
  956.       bytes of code and at least 20k bytes of data depending on the
  957.       number of buffers allocated.
  958.  
  959.       In addition to the TCP the HP3000 has user and server TELNET as
  960.       well as user FTP.  A server FTP may be added later.
  961.  
  962.       A complete description of the implementation software can be found
  963.       in IEN-167.
  964.  
  965.    BBN PDP-11 UNIX
  966.  
  967.       Date:  14 May 1981
  968.       From:  Jack Haverty <haverty@BBN-UNIX>
  969.  
  970.       This TCP implementation was written in C.  It runs as a user
  971.       process in version 6 UNIX, with modifications added by BBN for
  972.       network access.  It supports user and server Telnet.
  973.  
  974.       This implementation was done under contract to DCEC.  It is
  975.       installed currently on several PDP-11/70s and PDP-11/44s.  Contact
  976.       Ed Cain at DCEC <cain@EDN-UNIX> for details of further
  977.       development.
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984. Postel                                                         [Page 17]
  985.  
  986.  
  987. RFC 801                                                    November 1981
  988.                                                  NCP/TCP Transition Plan
  989.  
  990.  
  991.    BBN TENEX & TOPS20
  992.  
  993.       Date:  23 Nov 1981
  994.       From:  Charles Lynn <CLynn@BBNA>
  995.  
  996.       TCP4 and IP4 are available for use with the TENEX operating system
  997.       running on a Digital KA10 processor with BBN pager.  TCP4 and IP4
  998.       are also available as part of TOPS20 Release 3A and Release 4 for
  999.       the Digital KL10 and KL20 processors.
  1000.  
  1001.       Above the IP layer, there are two Internet protocols within the
  1002.       monitor itself (TCP4 and GGP).  In addition up to eight (actually
  1003.       a monitor assembly parameter) protocols may be implemented by
  1004.       user-mode programs via the "Internet User Queue" interface. The
  1005.       GGP or Gateway-Gateway Protocol is used to receive advice from
  1006.       Internet Gateways in order to control message flow.  The GGP code
  1007.       is in the process of being changed and the ICMP protocol is being
  1008.       added.
  1009.  
  1010.       TCP4 is the other monitor-supplied protocol and it has two types
  1011.       of connections -- normal data connections and "TCP Virtual
  1012.       Terminal" (TVT) connections.  The former are used for bulk data
  1013.       transfers while the latter provide terminal access for remote
  1014.       terminals.
  1015.  
  1016.       Note that TVTs use the standard ("New") TELNET protocol.  This is
  1017.       identical to that used on the ARPANET with NCP and in fact, is
  1018.       largely implemented by the same code.
  1019.  
  1020.       Performance improvements, support for the new address formats, and
  1021.       User and Server FTP processes above the TCP layer are under
  1022.       development.
  1023.  
  1024.    BBN VAX UNIX
  1025.  
  1026.       Date:  18 Nov 1981
  1027.       From:  Rob Gurwitz <gurwitz at BBN-RSM>
  1028.  
  1029.       The VAX TCP/IP implementation is written in C for Berkeley 4.1BSD
  1030.       UNIX, and runs in the UNIX kernel.  It has been run on VAX 11/780s
  1031.       and 750s at several sites, and is due to be generally available in
  1032.       early 1982.
  1033.  
  1034.       The implementation conforms to the TCP and IP specifications (RFC
  1035.       791, 793).  The implementation supports the new extended internet
  1036.       address formats, and both GGP and ICMP.  It also supports multiple
  1037.       network access protocols and device drivers.  Aside from ARPANET
  1038.       1822 and the ACC LH/DH-11 driver, experimental drivers have also
  1039.       been developed for ETHERNET.  There are user interfaces for
  1040.  
  1041.  
  1042. Postel                                                         [Page 18]
  1043.  
  1044.  
  1045. RFC 801                                                    November 1981
  1046.                                                  NCP/TCP Transition Plan
  1047.  
  1048.  
  1049.       accessing the IP and local network access layers independent of
  1050.       the TCP.
  1051.  
  1052.       Higher level protocol services include user and server TELNET,
  1053.       MTP, and FTP, implemented as user level programs.  There are also
  1054.       tools available for monitoring and recording network traffic for
  1055.       debugging purposes.
  1056.  
  1057.       Continuing development includes performance enhancements.  The
  1058.       implementation is described in IEN-168.
  1059.  
  1060.    COMSAT
  1061.  
  1062.       Date:  30 Apr 1980
  1063.       From:  Dave Mills <Mills@ISIE>
  1064.       
  1065.  
  1066.       The TCP/IP implementation here runs in an LSI-11 with a homegrown
  1067.       operating system compatible in most respects to RT-11. Besides the
  1068.       TCP/IP levels the system includes many of the common high-level
  1069.       protocols used in the ARPANET community, such as TELNET, FTP and
  1070.       XNET.
  1071.  
  1072.    DCEC PDP-11 UNIX
  1073.  
  1074.       Date:  23 Nov 1981
  1075.       From:  Ed Cain <cain@EDN-UNIX>
  1076.  
  1077.       This TCP/IP/ICMP implementation runs as a user process in version
  1078.       6 UNIX, with modifications obtained from BBN for network access.
  1079.       IP reassembles fragments into datagrams, but has no separate IP
  1080.       user interface.  TCP supports user and server Telnet, echo,
  1081.       discard, internet mail, and a file transfer service. ICMP
  1082.       generates replies to Echo Requests, and sends Source-Quench when
  1083.       reassembly buffers are full.
  1084.  
  1085.       Hardware - PDP-11/70 and PDP-11/45 running UNIX version 6, with
  1086.       BBN IPC additions.  Software - written in C, requiring 25K
  1087.       instruction space, 20K data space.  Supports 10 connections.
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100. Postel                                                         [Page 19]
  1101.  
  1102.  
  1103. RFC 801                                                    November 1981
  1104.                                                  NCP/TCP Transition Plan
  1105.  
  1106.  
  1107.    DTI VAX
  1108.  
  1109.       Date:  15 May 1981
  1110.       From:  Gary Grossman <grg@DTI)>
  1111.  
  1112.       Digital Technology Incorporated (DTI) IP/TCP for VAX/VMS
  1113.  
  1114.       The following describes the IP and TCP implementation that DTI
  1115.       plans to begin marketing in 4th Quarter 1981 as part of its
  1116.       VAX/VMS network software package.
  1117.  
  1118.       Hardware:  VAX-11/780 or /750.  Operating System:  DEC standard
  1119.       VAX/VMS Release 2.0 and above.  Implementation Language:   Mostly
  1120.       C, with some MACRO.  Connections supported:  Maximum of 64.
  1121.  
  1122.       User level protocols available:  TELNET, FTP, and MTP will be
  1123.       available. (The NFE version uses AUTODIN II protocols.)
  1124.  
  1125.    MIT MULTICS
  1126.  
  1127.       Date:  13 May 1981
  1128.       From:  Dave Clark <Clark@MIT-Multics>
  1129.  
  1130.       Multics TCP/IP is implemented in PL/1 for the HISI 68/80. It has
  1131.       been in experimental operation for about 18 months; it can be
  1132.       distributed informally as soon as certain modifications to the
  1133.       system are released by Honeywell.  The TCP and IP package are
  1134.       currently being tuned for performance, especially high throughput
  1135.       data transfer.
  1136.  
  1137.       Higher level services include user and server telnet, and a full
  1138.       function MTP mail forwarding package.
  1139.  
  1140.       The TCP and IP contain good logging and debugging facilities,
  1141.       which have proved useful in the checkout of other implementations.
  1142.       Please contact us for further information.
  1143.  
  1144.    SRI LSI-11
  1145.  
  1146.       Date:  15 May 1981
  1147.       From:  Jim Mathis <mathis.tscb@Sri-Unix>
  1148.  
  1149.       The IP/TCP implementation for the Packet Radio terminal interface
  1150.       unit is intended to run on an LSI-11 under the MOS real-time
  1151.       operating system.  The TCP is written in MACRO-11 assembler
  1152.       language.  The IP is currently written in assembler language; but
  1153.       is being converted into C. There are no plans to convert the TCP
  1154.       from assembler into C.
  1155.  
  1156.  
  1157.  
  1158. Postel                                                         [Page 20]
  1159.  
  1160.  
  1161. RFC 801                                                    November 1981
  1162.                                                  NCP/TCP Transition Plan
  1163.  
  1164.  
  1165.       The TCP implements the full specification.  The TCP appears to be
  1166.       functionally compatible with all other major implementations.  In
  1167.       particular, it is used on a daily basis to provide communications
  1168.       between users on the Ft. Bragg PRNET and ISID on the ARPANET.
  1169.  
  1170.       The IP implementation is reasonably complete, providing
  1171.       fragmentation and reassembly; routing to the first gateway; and a
  1172.       complete host-side GGP process.
  1173.  
  1174.       A measurement collection mechanism is currently under development
  1175.       to collect TCP and IP statistics and deliver them to a measurement
  1176.       host for data reduction.
  1177.  
  1178.    UCLA IBM
  1179.  
  1180.       Date:  13 May 1981
  1181.       From:  Bob Braden <Braden@ISIA>
  1182.  
  1183.       Hardware:  IBM 360 or 370, with a "Santa Barbara" interface to the
  1184.       IMP.
  1185.  
  1186.       Operating System:  OS/MVS with ACF/VTAM.  An OS/MVT version is
  1187.       also available.  The UCLA NCP operates as a user job, with its own
  1188.       internal multiprogramming and resource management mechanisms.
  1189.  
  1190.       Implementation Language:  BAL (IBM's macro assembly language)
  1191.  
  1192.       User-Level Protocols Available:  User and Server Telnet
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. Postel                                                         [Page 21]
  1217.  
  1218.