• IPv6 - Section 1
11. 

Which of the following is true when describing a link-local address?

A. Packets addressed to a unicast address are delivered to a single interface.
B. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
C. These are like private addresses in IPv4 in that they are not meant to be routed.
D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.

12. 

Which of the following is true when describing an anycast address?

A. Packets addressed to a unicast address are delivered to a single interface.
B. Packets are delivered to all interfaces identified by the address. This is also called one-to-many addresses.
C. This address identifies multiple interfaces and the anycast packet is only delivered to one address. This address can also be called one-to-one-of-many.
D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.

13. 

Which of the following is true when describing a unique local address?

A. Packets addressed to a unicast address are delivered to a single interface.
B. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
C. These are like private addresses in IPv4 in that they are not meant to be routed.
D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.

14. 

You want to ping the loopback address of your local host(with IPv6). What will you type?

A. ping 127.0.0.1
B. ping 0.0.0.0
C. ping ::1
D. trace 0.0.::1

15. 

Which statement(s) about IPv4 and IPv6 addresses are true?

  1. An IPv6 address is 32 bits long, represented in hexidecimal.
  2. An IPv6 address is 128 bits long, represented in decimal.
  3. An IPv4 address is 32 bits long, represented in decimal.
  4. An IPv6 address is 128 bits long, represented in hexidecimal.

A. 1 and 3 only
B. 2 only
C. 3 and 4
D. 2 and 4