Which of the following describes an IPv6 link -local address assigned to a node on a network?

A. An address used to deliver messages to all participating nodes in a multicast group with prefixes that begin with FF00::/8.
B. A private unicast address assigned by a DHCPv6 server used to communicate with neighboring nodes across subnets.
C. A global address that is routable on the public Internet and assigned by an Internet service provider.
D. A private unicast address used for limited communication with neighboring nodes in the same link.


Answer: D

Computer Science & Information Technology

You might also like to view...

City-wide wireless networks are often called ____. City broadband

A. ?City broadband B. ?Muni Wi-Fi C. ?PANs D. ?LANs

Computer Science & Information Technology

When independent software vendors provide class libraries to clients, they typically give the __________ for the class’s interface and the __________ for the class’s implementation.

a. Source code file, source code file. b. Source code file, object file. c. Object file, source code file. d. Object file, object file.

Computer Science & Information Technology

What is the basic purpose of the EBK?

What will be an ideal response?

Computer Science & Information Technology

What will be the results after the following code is executed?

``` int[] x = { 55, 33, 88, 22, 99, 11, 44, 66, 77 }; int a = 10; if(x[2] > x[5]) a = 5; else a = 8; ``` a. a = 5 b. a = 8 c. a = 10 d. a = 13

Computer Science & Information Technology