A(n) ____ packet (unique to IPv6) contains a destination address that is associated with multiple interfaces, usually on different nodes.

A. multicast
B. unicast
C. broadcast
D. anycast


Answer: D

Computer Science & Information Technology

You might also like to view...

4. What is displayed by the following program after the call to fork?

#include #include int main() { fork(); cout << "After fork" << endl; return 0; } a. The parent process will display "After fork" b. The child process will display "After fork" c. Neither the parent process nor the child process will display "After fork" d. The program does not create a child process e. Both the parent process and child process will display "After fork"

Computer Science & Information Technology

In Eoghan Casey’s model of an investigation there are multiple steps. Which of these is not one of those steps?

a. Examination b. Interrogation c. Identification/Assessment d. Preservation e. Reporting

Computer Science & Information Technology

The margins are indicated in a document by colored lines called guide lines.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can see how many records meet the conditions of the filter by looking at the ________ bar

Fill in the blank(s) with correct word

Computer Science & Information Technology