米葫芦网

RFC1534 - Interoperation Between DHCP and BOOTP

热度:2℃ 发布时间:2024-11-17 22:38:07

Network Working Group R. Droms
Request for Comments: 1534 BUCknell University
Category: Standards Track October 1993
Interoperation Between DHCP and BOOTP
Status of this Memo
This RFCspecifies 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.
Abstract
DHCP provides a superset of the functions provided by BOOTP. This
document describes the interactions between DHCP and BOOTP network
participants.
1. Introduction
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.
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".
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.
2. BOOTP clients and DHCP servers
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.
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.
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.
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.
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.
DHCP servers MAY send any DHCP Options to a BOOTP client as allowed
by the "DHCP Options and BOOTP Vendor Extensions" RFC[2].
In summary, a DHCP server:
o MAY support BOOTP clients,
o May return automatic addresses to BOOTP clients,
o MUST provide a configuration switch if returning automatic
addresses to BOOTP clients,
o MUST default this optional configuration to OFF,
o MUST abide by the BOOTP specification when interacting with
BOOTP clients, and
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.
3. DHCP clients and BOOTP servers
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.
4. References
[1] Wimer, W., "Clarifications and Extensions for the Bootstrap
Protocol", RFC1532, Carnegie Mellon University, October 1993.
[2] Alexander, S., and R. Droms, "DHCP Options and BOOTP Vendor
Extensions", RFC1533, Lachman Technology, Inc., Bucknell
University, October 1993.
[3] Droms, R., "Dynamic Host Configuration Protocol", RFC1531,
Bucknell University, October 1993.
5. Security Considerations
Security issues are not discussed in this memo.
6. Author"s Address
Ralph Droms
Computer Science Department
323 Dana Engineering
Bucknell University
Lewisburg, PA 17837
Phone:(717) 524-1145
EMail: droms@bucknell.edu

网友评论
评论
发 布

更多软件教程
  • 软件教程推荐
更多+
Greenfoot设置中文的方法

Greenfoot设置中文的方法

Greenfoot是一款简单易用的Java开发环境,该软件界面清爽简约,既可以作为一个开发框使用,也能够作为集成开发环境使用,操作起来十分简单。这款软件支持多种语言,但是默认的语言是英文,因此将该软件下载到电脑上的时候,会发现软件的界面语言是英文版本的,这对于英语基础较差的朋友来说,使用这款软件就会...

07-05

Egret UI Editor修改快捷键的方法

Egret UI Editor修改快捷键的方法

Egret UI Editor是一款开源的2D游戏开发代码编辑软件,其主要功能是针对Egret项目中的Exml皮肤文件进行可视化编辑,功能十分强大。我们在使用这款软件的过程中,可以将一些常用操作设置快捷键,这样就可以简化编程,从而提高代码编辑的工作效率。但是这款软件在日常生活中使用得不多,并且专业性...

07-05

KittenCode新建项目的方法

KittenCode新建项目的方法

KittenCode是一款十分专业的编程软件,该软件给用户提供了可视化的操作界面,支持Python语言的编程开发以及第三方库管理,并且提供了很多实用的工具,功能十分强大。我们在使用这款软件进行编程开发的过程中,最基本、最常做的操作就是新建项目,因此我们很有必要掌握新建项目的方法。但是这款软件的专业性...

07-05

Thonny设置中文的方法

Thonny设置中文的方法

Thonny是一款十分专业的Python编辑软件,该软件界面清爽简单,给用户提供了丰富的编程工具,具备代码补全、语法错误显示等功能,非常的适合新手使用。该软件还支持多种语言,所以在下载这款软件的时候,有时候下载到电脑中的软件是英文版本的,这对于英语基础较差的小伙伴来说,使用这款软件就会变得十分困难,...

07-05

最新软件下载