Networking - IPv6

Exercise : IPv6 - IPv6
  • IPv6 - IPv6
11.
Which of the following is true when describing a link-local address?
Packets addressed to a unicast address are delivered to a single interface.
These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
These are like private addresses in IPv4 in that they are not meant to be routed.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
Answer: Option
Explanation:
Link-local addresses are meant for throwing together a temporary LAN for meetings or a small LAN that is not going to be routed but needs to share and access files and services locally.

12.
Which of the following is true when describing a unique local address?
Packets addressed to a unicast address are delivered to a single interface.
These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
These are like private addresses in IPv4 in that they are not meant to be routed.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
Answer: Option
Explanation:
These addresses are meant for nonrouting purposes like link-local, but they are almost globally unique so it is unlikely they will have an address overlap. Unique local addresses were designed as a replacement for site-local addresses.

13.
Which of the following is true when describing an anycast address?
Packets addressed to a unicast address are delivered to a single interface.
Packets are delivered to all interfaces identified by the address. This is also called one-to-many addresses.
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.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
Answer: Option
Explanation:
Anycast addresses identify multiple interfaces, which is the same as multicast; however, the big difference is that the anycast packet is only delivered to one address, the first one it finds defined in the terms of routing distance. This address can also be called one-to-one-of-many.

14.
You want to ping the loopback address of your local host(with IPv6). What will you type?
ping 127.0.0.1
ping 0.0.0.0
ping ::1
trace 0.0.::1
Answer: Option
Explanation:
The loopback address with IPv4 is 127.0.0.1. With IPv6, that address is ::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.
1 and 3 only
2 only
3 and 4
2 and 4
Answer: Option
Explanation:
IPv4 addresses are 32 bits long and are represented in decimal format. IPv6 addresses are 128 bits long and represented in hexadecimal format.