1. | Which statement(s) about IPv4 and IPv6 addresses are true?
|
|||||||
Answer: Option C Explanation: IPv4 addresses are 32 bits long and are represented in decimal format. IPv6 addresses are 128 bits long and represented in hexadecimal format. |
2. | You want to ping the loopback address of your local host(with IPv6). What will you type? |
|||||||
Answer: Option C Explanation: The loopback address with IPv4 is 127.0.0.1. With IPv6, that address is ::1. |
3. | Which of the following is true when describing an anycast address? |
|||||||
Answer: Option C 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. |
4. | Which of the following is true when describing a unique local address? |
|||||||
Answer: Option D 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. |
5. | Which of the following is true when describing a link-local address? |
|||||||
Answer: Option C 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. |
6. | To enable EIGRP, which of the following would you use?
|
|||||||
Answer: Option B Explanation: Unlike RIPng and OSPFv3, you need to configure EIGRP both from global configuration mode and from interface mode, and you have to enable the command with the no shutdown command. |
7. | What multicast addresses does EIGRPv6 use? |
|||||||
Answer: Option A Explanation: EIGRPv6's multicast address stayed very near the same. In IPv4 it was 224.0.0.10; now it is FF02::A (A=10 in hexadecimal notation). |
8. | What two multicast addresses does OSPFv3 use?
|
|||||||
Answer: Option D Explanation: Adjacencies and next-hop attributes now use link-local addresses, and OSPFv3 still uses multicast traffic to send its updates and acknowledgments with the addresses FF02::5 for OSPF routers and FF02::6 for OSPF designated routers. These are the replacements for 224.0.0.5 and 224.0.0.6, respectively. |