InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
You want to ping the loopback address of your local host(with IPv6). What will you type? |
| Answer» The loopback address with IPv4 is 127.0.0.1. With IPv6, that address is ::1. | |
| 2. |
What two multicast addresses does OSPFv3 use? |
| Answer» 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. | |
| 3. |
What multicast addresses does RIPng use? |
| Answer» RIPng uses the multicast IPv6 address of FF02::9. If you remember the multicast addresses for IPv4, the numbers at the end of each IPv6 address are the same. | |
| 4. |
Which statement(s) about IPv6 addresses are true? |
| Answer» In order to shorten the written length of an IPv6 address, successive fields of zeros may be replaced by double colons. In trying to shorten the address further, leading zeros may also be removed. Just as with IPv4, a single device's interface can have more than one address; with IPv6 there are more types of addresses and the same rule applies. There can be link-local, global unicast, and multicast addresses all assigned to the same interface. | |
| 5. |
What multicast addresses does EIGRPv6 use? |
| Answer» 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). | |
| 6. |
Which statement(s) about IPv4 and IPv6 addresses are true? |
| Answer» IPv4 addresses are 32 bits long and are represented in decimal format. IPv6 addresses are 128 bits long and represented in hexadecimal format. | |