home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0773.txt < prev    next >
Text File  |  1996-05-07  |  23KB  |  395 lines

  1.                                                                           Network Working Group                                            V. Cerf Request for Comments: 773                                          DARPA                                                             October 1980 
  2.  
  3.           COMMENTS ON NCP/TCP MAIL SERVICE TRANSITION STRATEGY 
  4.  
  5.  INTRODUCTION 
  6.  
  7.    This memo reviews and expands on the mail service transition plan    [20]. 
  8.  
  9.    The principal aim of the plan is to provide for the orderly support    of the most commonly used network service (mail) during the period of    transition from ARPANET to Internet Protocol-based operation. 
  10.  
  11.    The goal of the transition is, at the end, to provide in the internet    environment service which is equivalent to or better than what has    been available in the ARPANET environment.  During the interim    period, when both internet and the older ARPANET-based protocols are    in use, the goal of the transition is to minimize user impact and, to    the extent possible, to minimize software development or modification    required to deal with transitional problems. 
  12.  
  13.    It is assumed that the reader is familiar with both the ARPANET and    internet protocol hierarchies [1-17].  The internet hierarchy is    designed to interface to many different packet networks (e.g., packet    satellite, packet radio, Ethernet, LCS Ring net, X.25 public    nets, ...), while the ARPANET hierarchy is limited to ARPANET IMPs    (This is less true of the levels above NCP, but NCP itself is closely    bound to ARPANET services). 
  14.  
  15.    The objective of the transition plan is to specify means by which the    ARPANET electronic mail services may be supported across the boundary    between the purely ARPANET environment and the more general internet    environment during the period of transition by ARPANET hosts to the    richer internet world. 
  16.  
  17. ELECTRONIC MESSAGE SERVICES 
  18.  
  19.    DARPA is beginning a new phase of research into automatic electronic    message handling systems.  Ultimately, it is intended that electronic    messages incorporate multiple media such as text, facsimile,    compressed digitized voice, graphics and so on.  Success in this new    research will require substantial progress in developing multimode    user interfaces to computer-based services (voice input/output,    graphics, tablet/light pen, facsimile input/output, video/bit mapped    displays, ...). 
  20.  
  21.    At the same time, progress must be made towards an environment based    on internet protocols so as to avoid confining the results of the 
  22.  
  23.  
  24.  
  25.                                    1 
  26.  
  27.  
  28.                                                                          October 1980                                                     RFC 773 Comments on NCP/TCP Mail Service Transition Strategy                     
  29.  
  30.  
  31.  
  32.    multimedia effort to any one network.  As a result, DARPA is planning    to make several transitions over the next few years, from the    existing, text-based ARPANET electronic message system to an    internet-based, multimedia electronic message system. 
  33.  
  34.    This paper addresses only the first of the transitions from NCP-based    text mail to TCP-based multimedia mail.  The transition to the new    multimedia mail system [7,19] lies ahead, but need not be planned in    detail until we have some experience with the basic concepts.  This    first step only provides for the transition to TCP-based text mail. 
  35.  
  36.    The basic ground rules for transition from ARPANET-based electronic    mail to internet electronic mail are the following: 
  37.  
  38.       1.  ARPANET mailbox names must continue to work correctly. 
  39.  
  40.       2.  No change required to mail editors which parse message headers           to compose replies and the like. 
  41.  
  42.       3.  Accommodation of non-ARPANET mailbox designators without           change to the header parsing and checking mechanisms of mail           composition programs. 
  43.  
  44.       4.  Automatic forwarding of messages between NCP and TCP           environments without user intervention. 
  45.  
  46.       5.  During the transition, old style mail mechanisms must still           work. 
  47.  
  48. ELECTRONIC MESSAGE MECHANISMS 
  49.  
  50.    In order to make progress at all, it has been necessary to postulate    fairly sophisticated changes to the "mailer" function which accepts    as input an electronic text message and causes it to be delivered to    the destination (or to an intermediate forwarder). 
  51.  
  52.    We also posit the existence of special, well-known mail forwarding    hosts on the ARPANET which are responsible for accepting messages    from NCP (TCP)-based message senders and forwarding them to    TCP (NCP)-based message receivers. 
  53.  
  54.    In the ARPANET, electronic messages are transported via special    procedures of the File Transfer Protocol:  MAIL and MLFL.  The former    method sends electronic messages via the FTP Telnet command channel 
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                    2 
  61.  
  62.  
  63.                                                                          RFC 773                                                     October 1980                     Comments on NCP/TCP Mail Service Transition Strategy 
  64.  
  65.  
  66.  
  67.    while the latter achieves this by actual file transfer.  In both    cases, it is generally assumed that the receiving FTP server is    colocated with the destination mailbox. 
  68.  
  69.    Thus, the sending procedure identifies to the receiver the    destination mailbox identifier, but not the destination host (or    network) identifier.  For example, messages sent from Postel at    USC-ISIF to Adams at USC-ISIA would arrive at ISIA with an indicator    "Adams" but no indication of "ISIA".  This creates some problems when    messages must be staged at an intermediate host for further    processing, as is the case when moving from an NCP-based sender to a    TCP-based receiver, or vice-versa.  Similar considerations arise when    dealing with compatible, but different, message systems requiring    re-formatting of messages at intermediate points. 
  70.  
  71.    In the following paragraphs, a mechanism is proposed for dealing with    the naming, addressing and routing [18] of messages between systems. 
  72.  
  73.    At the source, it is assumed that the user has prepared the text of    the message (including "To:" and "CC:" fields) in the conventional    way [12].  The mailbox identifiers will continue to exhibit the    format: 
  74.  
  75.       User@Host 
  76.  
  77.    but "host" may in fact be a compound name (which is not necessarily    parsed), such as: 
  78.  
  79.       USC-ISIA       ARPANET-ISIA       SATNET-NDRE       PPSN-RSRE       HOST1.SRINET       LCSNET/MAILROOM 
  80.  
  81.    or even the name of an organization, such as: 
  82.  
  83.       BBN       ARPA       MIT       SRI 
  84.  
  85.    The only restriction is that the "@" not appear in either "user" or    "host" strings in the mailbox identifier. 
  86.  
  87.    During message composition, the "user" or "host" portions of the 
  88.  
  89.  
  90.  
  91.                                    3 
  92.  
  93.  
  94.                                                                          October 1980                                                     RFC 773 Comments on NCP/TCP Mail Service Transition Strategy                     
  95.  
  96.  
  97.  
  98.    mailbox identifier may be verified for correctness (or at least for    validity).  The "user" string may incorporate parenthetical    information such as 
  99.  
  100.       RAK(Richard A. Karp)@SU-AI 
  101.  
  102.    as is currently allowed. 
  103.  
  104.    After composition, messages are either sent immediately or left as    "unsent mail" files to be sent later by mailer demons.  The actual    sending process uses the "host" string to determine where and how to    send the message. 
  105.  
  106. NEW MAIL MECHANISMS 
  107.  
  108.    At this point, we encounter the first critical new requirement to    support the transition plan.  A new table is needed within the mailer    or in the host supporting the mailer or accessible to the mailer via    the internet name server (for instance).  This table must provide for    mapping of the "host" string into an internet destination address    (i.e., 32 bits: 8 bits of net, 24 bits of host), and must also    indicate whether the destination is NCP or TCP capable. 
  109.  
  110.    In the event that the source and destination hosts do not have a    compatible host level protocol (e.g. source is NCP only, destination    is TCP only) then the message must be passed to a "forwarder" which    can stage the transport by accepting via one protocol and forwarding    by another. 
  111.  
  112.    This leads to a problem for the forwarding host since the basic FTP    mail mechanism sends only the "user" portion of the mailbox    identifier ("user@host") because the assumption is that the "host" is    the destination.  In the case of forwarding, the "host" is not the    forwarder.  Even if we cleverly arrange for "host" to translate into    the internet address of a forwarder, we will have two problems.    First, the forwarder may need the "host" information to figure where    now to forward the message and second, depending on which network the    source is in, "host" may need to translate into different forwarder    addresses.  The latter observation raises the spectre of many    different mappings of a given "host" string which would require    different tables for different mail sources.  This would lead to    considerable complexity in the maintenance and distribution of tables    of forwarder addresses.  Furthermore, a single-entry table mapping    "host" to forwarder would limit reliability since only one forwarder    would be bound to serve a giver "host". 
  113.  
  114.   
  115.  
  116.                                    4 
  117.  
  118.  
  119.                                                                          RFC 773                                                     October 1980                     Comments on NCP/TCP Mail Service Transition Strategy 
  120.  
  121.  
  122.  
  123.    For the NCP/TCP transition, it may be sufficient to declare some set    of well-known hosts to be NCP/TCP forwarders.  Each mailer, when it    discovers an incompatible destination, can send the message to any    forwarder which is available.  In addition, however, the mailer must    provide full mailbox identifier information "user@host" to the    forwarding host. 
  124.  
  125.    In the present mailers, only the "user" portion of the mailbox    identifier is sent, so all mailers must change to send "user@host"    when sending to a forwarder.  The mailers all have to learn how to do    table look-up a new way, also, to map "host" into internet addresses    and to interpret the NCP or TCP capability information. 
  126.  
  127.    For purposes of this discussion, we postulate three different cases    of electronic mail service implementation which must be made to    interoperate during the transition: 
  128.  
  129.       1.  Unchanged OLD NCP (RFC733) mail 
  130.  
  131.       2.  NCP mail with new internet tables 
  132.  
  133.       3.  TCP mail with new internet tables. 
  134.  
  135.    The second case assumes that the host has adopted a new host-string    to address table (including NCP/TCP capability bits) and new mailer -    mail server programs, but continues to use the old NCP host level    protocol, modified to send "user@host" when sending to a forwarder.    For such hosts, the only table entries which result in direct    source-destination mail delivery are those showing NCP capability.    If the destination is TCP capable only then the source host selects a    forwarder address from another table and sends the message to it for    further processing. 
  136.  
  137.    In the third case, the source host has fully transitioned to TCP,    uses the new internet address tables to translate host-strings into    internet addresses, and uses the new mailer - mail server.    Destinations which are NCP-compatible only are reached via NCP/TCP    forwarders. 
  138.  
  139.    Mail composition programs (e.g. SNDMSG, MSG, Hermes, MH,...) which    today use ARPANET string-to-address tables to verify the legality of    host names in mailbox entries can continue to use these "old" tables    as long as these are updated to include internet host names as well    as ARPANET host names. 
  140.  
  141.    Indeed, expanding the old tables is essential to handle the hardest 
  142.  
  143.  
  144.  
  145.                                    5 
  146.  
  147.  
  148.                                                                          October 1980                                                     RFC 773 Comments on NCP/TCP Mail Service Transition Strategy                     
  149.  
  150.  
  151.  
  152.    transition case:  OLD NCP to new TCP mail.  The three types of hosts    lead to a 3 by 3 matrix of cases of mail transfer.  In all but one    case, mail is either handled directly or explicitly by forwarder.    The only case needing further explanation is OLD NCP to NEW TCP which    uses an "implicit forwarder." 
  153.  
  154. IMPLICIT FORWARDING VS EXPLICIT FORWARDING 
  155.  
  156.    If the source host has adopted the new internet tables, it can tell    whether the destination host has a compatible mail acceptance    protocol.  Incompatibility is explicitly resolved by selection of an    intermediate forwarder. 
  157.  
  158.    If, however, the source host is still using pure NCP tables, it will    not be able to tell that a particular destination host is only    TCP-capable.  To provide service for this case, it is proposed to    expand the conventional NCP host table to include internet host    names, but to map them into the addresses of implicit mail forwarders    (i.e. Aliases). 
  159.  
  160.    Since we are postulating a case in which the NCP host has made no    change (except for extending the host table). we also assume that the    source host cannot send the "user@host" information via FTP to the    intermediate forwarder. 
  161.  
  162.    This leaves the intermediate forwarder with the problem of figuring    out where to forward a message identified by "user" only.  In this    case, we postulate that internet TCP-only mailboxes are registered at    implicit forwarders so that incoming mail from conventional NCP    sources can be forwarded successfully to the destination. 
  163.  
  164.    In the reverse direction, the source can use explicit forwarding    because it is assumed that all TCP hosts use the new internet tables. 
  165.  
  166.    The use of registered names in the implicit forwarder raises two    problems: 
  167.  
  168.       1.  How can we deal with ambiguous mailbox names?  (e.g. USERX@BBN           and USERX@ISI look the same if only the string "USERX" is           presented to the intermediate forwarder) 
  169.  
  170.       2.  How can we collect, update and distribute changes to the           registries at implicit forwarders? 
  171.  
  172.    In the first case, we propose to duck the problem by insisting on 
  173.  
  174.  
  175.  
  176.                                     6 
  177.  
  178.  
  179.                                                                          RFC 773                                                     October 1980                     Comments on NCP/TCP Mail Service Transition Strategy 
  180.  
  181.  
  182.  
  183.    unambiguous mailbox names everywhere.  This may force some internet    mail users to change their mailbox names, but we believe this will be    rare. 
  184.  
  185.    The second problem can be solved by collecting information on a    regular basis from all network mail users and cataloging this data in    a database which can be accessed automatically (e.g. by mailer    programs). 
  186.  
  187.    One possible mechanism is to make the data available through an    internet mailbox name server analogous to the internet host name    server [6].  This data might be collectible as a natural part of the    TIP LOGIN database which is under development to permit expanded    access to the ARPANET TIPs by legitimate ARPANET users. 
  188.  
  189.    In any case, internet mail users need supply their mailbox    information to a single collection site which would disseminate it to    all implicit forwarders on ARPANET.  Note that such forwarders are    only needed on ARPANET since all other systems are starting with the    TCP-base.  It is the internet mailbox users who must register,    however, since they are the ones who cannot otherwise be reached via    NCP. 
  190.  
  191. FORWARDER CHARACTERISTICS 
  192.  
  193.    By their definition, NCP/TCP forwarders must be both NCP and TCP    capable. Consequently, all NCP/TCP forwarders must be ARPANET hosts. 
  194.  
  195.    Implicit forwarders must accept conventional NCP/FTP mail [11] and be    equipped with tables of valid internet user mailbox names which can    be associated with the proper destination host.  To allow implicit    forwarders to also accept ordinary mail for users with mailboxes on    the implicit forwarder, the forwarder should check first whether    incoming mail is for a local user. 
  196.  
  197.    Explicit mail forwarders must be able to accept both conventional    NCP-FTP mail commands (for local user mail) and both NCP-based and    TCP-based mail server commands (whose arguments include the full    destination mailbox strings "user@host"). 
  198.  
  199.    To prevent potentially anomalous behavior, the NCP-based and    TCP-based mail servers will offer service on socket/port 57 (71    octal).  To summarize the communication patterns: 
  200.  
  201.       (a)  TCP sends/receives mail via well known port 57. 
  202.  
  203.  
  204.  
  205.                                     7 
  206.  
  207.  
  208.                                                                          October 1980                                                     RFC 773 Comments on NCP/TCP Mail Service Transition Strategy                     
  209.  
  210.  
  211.  
  212.       (b)  implicit forwarder receives conventional NCP/FTP mail on            well-known socket 3, and sends TCP mail to port 57. 
  213.  
  214.       c)  explicit forwarder receives NCP mail on well-known socket 57,            but sends NCP mail via NCP/FTP on socket 3.  TCP mail is            sent/received via port 57. 
  215.  
  216. USER HOST CHARACTERISTICS 
  217.  
  218.    NCP hosts must at minimum, update host name tables to include aliases    for internet hosts (i.e. map to NCP implicit forwarder host    addresses). 
  219.  
  220.    The next most useful step is to update NCP hosts to include internet    address tables and NCP/TCP capability bits so as to make use of    explicit forwarders.  This requires implementation of the mail server    and modification of the mailer programs for sending mail to explicit    forwarders.  This also requires addition of explicit forwarder    address tables. 
  221.  
  222.    Finally, a host can implement full TCP mail services, incorporating    internet name tables and explicit forwarder address tables as well. 
  223.  
  224. DANGLING PARTICIPLES 
  225.  
  226.    1.  Error message handling needs to be worked out in detail to assure        reasonable reporting of problems with the use of forwarders. 
  227.  
  228.    2.  Designation of forwarding hosts. 
  229.  
  230.    3.  Collection of internet mailbox names for implicit forwarders. 
  231.  
  232.    4.  Format and distribution of internet name table and NCP/TCP        capability information. 
  233.  
  234.    5.  Dealing with mail systems not compatible with NCP, TCP or RFC733.        (e.g. Telemail, On-Tyme, Phonenet, TWX, TELEX,...) 
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.                                     8 
  247.  
  248.  
  249.                                                                          RFC 773                                                     October 1980                     Comments on NCP/TCP Mail Service Transition Strategy 
  250.  
  251.  
  252.  
  253. PLANS 
  254.  
  255.    To encourage this transition, the following schedule is proposed: 
  256.  
  257.       1.  January 1, l981 - implicit and explicit NCP/TCP forwarders           made available on various service hosts (e.g. TOPS-20). 
  258.  
  259.       2.  January 1, l982 - implicit NCP/TCP forwarder service removed;           explicit forwarding service continues. 
  260.  
  261.       3.  January 1, l983 - explicit NCP/TCP forwarding service           terminated, transition to TCP complete. 
  262.  
  263. ACKNOWLEDGEMENTS 
  264.  
  265.    A number of people have reviewed and commented on this contribution.    Particular comments by J. Pickens, J. Postel, J. Haverty, D. Farber    and D. Adams are gratefully acknowledged. 
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.                                    9 
  298.  
  299.  
  300.                                                                          October 1980                                                     RFC 773 Comments on NCP/TCP Mail Service Transition Strategy                     
  301.  
  302.  
  303.  
  304.                                REFERENCES 
  305.  
  306.    1.  DoD Standard Internet Protocol, IEN 128, RFC 760, NTIS        ADA 079730, Jan 1980. 
  307.  
  308.    2.  DoD Standard Transmission Control Protocol, IEN 129, RFC 761,        NTIS ADA 082609, Jan 1980. 
  309.  
  310.    3.  Postel, J., Telnet Protocol Specification, IEN 148, RFC 764,        Jun 1980. 
  311.  
  312.    4.  Postel, J., File Transfer Protocol, IEN 149, RFC 765, Jun 1980. 
  313.  
  314.    5.  Postel, J., User Datagram Protocol, RFC 768, Aug 1980. 
  315.  
  316.    6.  Postel, J., Internet Name Server, IEN 116, Aug 1979. 
  317.  
  318.    7.  Postel, J., Internet Message Protocol, IEN 113, RFC 759, Aug        1980. 
  319.  
  320.    8.  Postel, Sunshine, Cohen, The ARPA Internet Protocol, in        preparation. 
  321.  
  322.    9.  NCP:  ARPANET Protocol Handbook, NIC 7104, Jan 1978. 
  323.  
  324.    10.  Telnet:  ARPANET Protocol Handbook, NIC 7104, Jan 1978. 
  325.  
  326.    11.  FTP:  ARPANET Protocol Handbook, NIC 7104, Jan 1978. 
  327.  
  328.    12.  D. Crocker, J. Vittal, K. Pogran, A. Henderson, Standard for the         Format of ARPA Network Text Messages, RFC 733, Nov 1977. 
  329.  
  330.    13.  Crocker, et.al., Function-Oriented Protocols for the ARPA         Computer Network, SJCC, May, 1972. 
  331.  
  332.    14.  Carr, Crocker, Cerf, Host-Host Communication Protocol in the         ARPA Network, SJCC, May, 1970. 
  333.  
  334.    15.  Cerf, V., The Catenet Model for Internetworking, IEN 48,         DARPA/IPTO, Jul 1978. 
  335.  
  336.    16.  BBN 1822:  Specifications for the Interconnection of a Host and         an IMP, BBN Report No. 1822. 
  337.  
  338.    17.  Heart, et.al., The Interface Message Processor for the ARPA         Computer Network, SJCC, May, 1970. 
  339.  
  340.  
  341.  
  342.                                    10 
  343.  
  344.  
  345.                                                                          RFC 773                                                     October 1980                     Comments on NCP/TCP Mail Service Transition Strategy 
  346.  
  347.  
  348.  
  349.    18.  Shoch, J., Inter-Network Naming, Addressing, and Routing,         COMPCOM, Fall 1978. 
  350.  
  351.    19.  Postel, J., A Structured Format for Transmission of Multi-Media         Documents, RFC 767, Aug 1980. 
  352.  
  353.    20.  Cerf, V. and, J. Postel, Mail Transition Plan, RFC 771,         Sep 1980. 
  354.  
  355.    21.  Sluizer, S. and, J. Postel, Mail Transfer Protocol, RFC 772,         Sep 1980. 
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.                                     11 
  394.  
  395.