Briefly describe how to combine stateful and stateless address autoconfiguration.

What will be an ideal response?


Stateless autoconfiguration can be used alone or in conjunction with a stateful autoconfiguration method, such as DHCPv6, and then it may be referenced as DHCPv6 stateless. Routers on the local link can be configured to provide pointers to DHCPv6 servers that may provide only certain "other" types of network configuration information, such as DNS and time server addresses. The router in this case is configured with its RA A and L flags set to "on," the M flag set to "off," and the O flag set to "on." The router provides the network prefix, and the DHCPv6 server provides the DNS server information for hosts. This will most likely be a common deployment strategy, because at this time there is no provision for routers to provide DNS server information to hosts. RFC 6106, which will allow routers to provide a field for the DNS server address, has not been standardized as of this writing.

Computer Science & Information Technology

You might also like to view...

Given the following function:

```Function DivideIt(X) As Float Set DivideIt = Int(X/2) End Function``` What is displayed when the following statement in the main program is executed? ```Write DivideIt(9)``` a. 4 b. 4.5 c. 5 d. 5.0

Computer Science & Information Technology

The cryptographic hash function requirement that guarantees that it is impossible to find an alternative message with the same hash value as a given message and prevents forgery when an encrypted hash code is used is the ___________ .

A. collision resistant B. pseudorandomness C. preimage resistant D. second preimage resistant

Computer Science & Information Technology

Speaker notes are viewable by the audience during a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ data type stores variables that can have one of two possible values

A) Date/Time B) Yes/No C) Hyperlink D) AutoNumber

Computer Science & Information Technology