This type of address is equivalent to the public IP addresses in IPv4

a. Global Unicast
b. Multicast
c. Anycast
d. Link-local


a. Global Unicast
Explanation: Global unicast addresses are equivalent to the public IP addresses in IPv4 . They have unlimited scope and are routable on the Internet. Multicast IPv6 addresses are defined for a group of networking devices. Data packets sent to a multicast address are sent to the entire group of networking devices such as a group of routers running the same routing protocol. The anycast IPv6 addresses may seem like a new type of address, but its concept is not new. Anycast addresses can be thought of as a cross between unicast and multicast addresses. Although the unicast traffic sends information to one address and the multicast traffic sends information to every address in the group, the anycast traffic sends information to any one address of the group. Link-local addresses are designed to be used for and are limited to communications on the local link. Every IPv6 interface will have one link-local address.

Computer Science & Information Technology

You might also like to view...

To embed a Flash file, you must specify a location for the embedded video clip with the ____ parameter and a size for the clip using the height and width parameters.

A. data B. frame C. embed D. link

Computer Science & Information Technology

Which of the following will create a String different from the other three?

a. String r = "123456" b. int i = 123; int j = 456; String r = String.valueOf(j) + String.valueOf(i); c. int i = 123; int j = 456; String r = String.valueOf(i) + String.valueOf(j); d. int i = 123; int j = 456; String r = i + j;

Computer Science & Information Technology

Where can all connections in a workbook be viewed or edited?

A) Status bar B) Formulas tab C) Insert tab D) Workbook Connections dialog box

Computer Science & Information Technology

You type _______________ in the URL text box followed by the email address that you want the form to go to when the Submit button is clicked.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology