Exercise: Ipv6

Questions for: Ipv6

Which statement(s) about IPv6 addresses are true?
  1. Leading zeros are required.
  2. Two colons (::) are used to represent successive hexadecimal fields of zeros.
  3. Two colons (::) are used to separate fields.
  4. A single interface will have multiple IPv6 addresses of different types.
A:
1 and 3
B:
2 and 4
C:
1, 3 and 4
D:
All of the above
Answer: B
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.
What multicast addresses does RIPng use?
A:
FF02::A
B:
FF02::9
C:
FF02::5
D:
FF02::6
Answer: B
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.
To enable OSPFv3, which of the following would you use?
A:
Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
B:
Router1(config-if)# ipv6 router rip 1
C:
Router1(config)# ipv6 router eigrp 10
D:
Router1(config-rtr)# no shutdown
Answer: A
To enable OSPFv3, you enable the protocol as with RIPng. The command string is ipv6 ospf <process-id> area <area-id>.
Which of the following is true when describing a unicast 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.
Answer: A
Packets addressed to a unicast address are delivered to a single interface. For load balancing, multiple interfaces can use the same address.
Which of the following is true when describing a multicast 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 a one-to-many address.
C:
Identifies multiple interfaces and 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.
Answer: B
Packets addressed to a multicast address are delivered to all interfaces identified by the multicast address, the same as in IPv4. It is also called a one-to-many address. You can always tell a multicast address in IPv6 because multicast addresses always start with FF.
Ad Slot (Above Pagination)
Quiz