zoukankan      html  css  js  c++  java
  • DHCPv6_1_RFC3315(Updated by RFC 4361, RFC 5494, RFC 6221, RFC 6422, RFC 6644, RFC 7083, RFC 7227, RFC 7283, Errata)

    Abstract

        1: DHCPv6 offers the capability of automatic allocation of reusable network addresses and additional configuration flexibility.

        2: DHCPv6 is a stateful counterpart to "IPv6 SLAAC(Stateless Address Autoconfiguration)", and can be used seprately or concurrently with the latter

            to obtain configuration  parameters.

        3: 

    一: Introduction and Overview

         (1) DHCPv6 can provide other configuration information, which  are carried in options.

         (2) DHCPv6 can be extended through the definition of new options to carry configuration information  not specified in this document.

        1.1. Protocols and Addressing

            (1) using UDP;

            (2) DHCP servers receive messages from clients using a reserved, link-scoped multicast address.

                 A DHCP client transmits most messages to this reserved multicast address, so that this client need not to be configured with the address or

                 addreses of DHCP servers.

            (3) A DHCP relay agent allows a DHCP client to send a message to a DHCP server that is not on the same link.

            (4) Once  the client  has determined the address  of a server, it may under some circumstances send messages directly to the server using unicast.


        1.2. Client-server Exchanges Involving Two Messages 

             (1) When a DHCP client does not need to have a DHCP server assign  it IP addresses, the client can obtain configuration information such as

                   a list of DNS servers or NTP servers through a single message and reply exchanged with a DHCP server.

                   The client first sends an Information-Request message to the ALL_DHCP_Relay_Agents_and_Servers multicast address. Server responds.

            (2)   The above message assumes that the client requires only configuration information not including IPv6 address.
        1.3. Client-server Exchanges Involving Four Messages

        

      

  • 相关阅读:
    PowerTalk第一个版本儿控件
    PowerTalk第二个版本,支持(Msn回复信息)
    自然语言处理著作或期刊名称
    自然语言处理(NLP)网上资源整理 (转)
    TFIDF
    计算机科学及工程
    自然语言处理与计算语言学书籍汇总之一:国外书籍
    UVa 10696 f91
    缓存
    操作必须使用一个可更新的查询(转)
  • 原文地址:https://www.cnblogs.com/gavinwu/p/3862867.html
Copyright © 2011-2022 走看看