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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           R. Droms Request for Comments: 1534                           Bucknell University Category: Standards Track                                   October 1993 
  8.  
  9.                   Interoperation Between DHCP and BOOTP 
  10.  
  11. Status of this Memo 
  12.  
  13.    This RFC specifies an Internet standards track protocol for the    Internet community, and requests discussion and suggestions for    improvements.  Please refer to the current edition of the "Internet    Official Protocol Standards" for the standardization state and status    of this protocol.  Distribution of this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    DHCP provides a superset of the functions provided by BOOTP. This    document describes the interactions between DHCP and BOOTP network    participants. 
  18.  
  19. 1. Introduction 
  20.  
  21.    The Dynamic Host Configuration Protocol (DHCP) provides a mechanism    for transmitting configuration parameters to hosts using the TCP/IP    protocol suite.  The format of DHCP messages is based on the format    of BOOTP messages, so that, in certain circumstances, DHCP and BOOTP    participants may exchange messages.  This document specifies the ways    in which DHCP and BOOTP participants may interoperate. 
  22.  
  23.    DHCP introduces a small change in terminology intended to clarify the    meaning of one of the fields.  What was the "vendor extensions" field    in BOOTP has been re-named the "options" field in DHCP.  Similarly,    the tagged data items that were used inside the BOOTP "vendor    extensions" field, which were formerly referred to as "vendor    extensions", are now termed simply "options".  This document will    refer to BOOTP vendor extensions and DHCP options uniformly as    "options". 
  24.  
  25.    Throughout this document, DHCP messages that include a 'DHCP message    type' option will be referred to by the type of the message; e.g., a    DHCP message with 'DHCP message type' option type 1 will be referred    to as a "DHCPDISCOVER" message. 
  26.  
  27.   
  28.  
  29.  
  30.  
  31.  
  32.  
  33. Droms                                                           [Page 1] 
  34.  RFC 1534         Interoperation Between DHCP and BOOTP      October 1993 
  35.  
  36.  2. BOOTP clients and DHCP servers 
  37.  
  38.    The format of DHCP messages is defined to be compatible with the    format of BOOTP messages, so that existing BOOTP clients can    interoperate with DHCP servers.  Any message received by a DHCP    server that includes a 'DHCP message type' (51) option is assumed to    have been sent by a DHCP client.  Messages without the DHCP Message    Type option are assumed to have been sent by a BOOTP client.  Support    of BOOTP clients by a DHCP server is optional at the discretion of    the local system administrator.  If a DHCP server that is not    configured to support BOOTP clients receives a BOOTREQUEST message    from a BOOTP client, that server silently discards the BOOTREQUEST    message. 
  39.  
  40.    If a DHCP server is configured to support BOOTP clients, it may be    configured to supply static addresses, automatic addresses or both.    Static addresses are those that have been previously assigned by a    system administrator and are stored in a database available to the    DHCP server.  Automatic addresses are those selected by the DHCP    server from its pool of unassigned addresses. 
  41.  
  42.    Since BOOTP clients may not be prepared to receive automatic    addresses, the decision to allow a DHCP server to return automatic    addresses must be under the control of the system administrator.  If    a DHCP server supports supplying automatic addresses to BOOTP    clients, this feature must be configurable, and the feature must    default off.  Enabling of the feature must be the result of an active    decision by the system administrator. 
  43.  
  44.    If a DHCP server returns a automatic address, the BOOTP client will    not be aware of the DHCP lease mechanism for network address    assignment.  Thus the DHCP server must assign an infinite lease    duration to for automatic addresses assigned to BOOTP clients.  Such    network addresses cannot be automatically reassigned by the server.    The local system administrator may choose to manually release network    addresses assigned to BOOTP clients. 
  45.  
  46.    A DHCP server that supports BOOTP clients MUST interact with BOOTP    clients according to the BOOTP protocol.  The server MUST formulate a    BOOTP BOOTREPLY message rather than a DHCP DHCPOFFER message (i.e.,    the server MUST NOT include the 'DHCP message type' option and MUST    NOT exceed the size limit for BOOTREPLY messages).  The server marks    a binding for a BOOTP client as BOUND after sending the BOOTP    BOOTREPLY, as a non-DHCP client will not send a DHCPREQUEST message    nor will that client expect a DHCPACK message. 
  47.  
  48.    DHCP servers MAY send any DHCP Options to a BOOTP client as allowed    by the "DHCP Options and BOOTP Vendor Extensions" RFC [2]. 
  49.  
  50.  
  51.  
  52. Droms                                                           [Page 2] 
  53.  RFC 1534         Interoperation Between DHCP and BOOTP      October 1993 
  54.  
  55.     In summary, a DHCP server: 
  56.  
  57.       o MAY support BOOTP clients, 
  58.  
  59.       o May return automatic addresses to BOOTP clients, 
  60.  
  61.       o MUST provide a configuration switch if returning automatic         addresses to BOOTP clients, 
  62.  
  63.       o MUST default this optional configuration to OFF, 
  64.  
  65.       o MUST abide by the BOOTP specification when interacting with         BOOTP clients, and 
  66.  
  67.       o MAY send DHCP options (those options defined in the DHCP options         document but not in the BOOTP vendor extensions documents) to         a BOOTP client. 
  68.  
  69. 3. DHCP clients and BOOTP servers 
  70.  
  71.    A DHCP client MAY use a reply from a BOOTP server if the    configuration returned from the BOOTP server is acceptable to the    DHCP client.  A DHCP client MUST assume that an IP address returned    in a message from a BOOTP server has an infinite lease.  A DHCP    client SHOULD choose to use a reply from a DHCP server in preference    to a reply from a BOOTP server. 
  72.  
  73. 4. References 
  74.  
  75.    [1] Wimer, W., "Clarifications and Extensions for the Bootstrap        Protocol", RFC 1532, Carnegie Mellon University, October 1993. 
  76.  
  77.    [2] Alexander, S., and R. Droms, "DHCP Options and BOOTP Vendor        Extensions", RFC 1533, Lachman Technology, Inc., Bucknell        University, October 1993. 
  78.  
  79.    [3] Droms, R., "Dynamic Host Configuration Protocol", RFC 1531,        Bucknell University, October 1993. 
  80.  
  81.  5. Security Considerations 
  82.  
  83.    Security issues are not discussed in this memo. 
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  Droms                                                           [Page 3] 
  92.  RFC 1534         Interoperation Between DHCP and BOOTP      October 1993 
  93.  
  94.  6. Author's Address 
  95.  
  96.    Ralph Droms    Computer Science Department    323 Dana Engineering    Bucknell University    Lewisburg, PA 17837 
  97.  
  98.    Phone:(717) 524-1145    EMail: droms@bucknell.edu 
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. Droms                                                           [Page 4] 
  141.  
  142.