Networking - IPv6 MCQs Part

1. 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 Option B

2. 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 Option A

3. 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
E.
Router1(config-if)# ipv6 eigrp 10

 Answer Option A

4. What multicast addresses does RIPng use?

A.
FF02::A
B.
FF02::9
C.
FF02::5
D.
FF02::6

 Answer Option B

5. Which statement(s) about IPv6 addresses are true?
Leading zeros are required.
Two colons (::) are used to represent successive hexadecimal fields of zeros.
Two colons (::) are used to separate fields.
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 Option B

6. To enable RIPng, 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
E. Router1(config-if)# ipv6 eigrp 10

 Answer Option B

7. Which of the following is true when describing a global 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 Option B

8. What two multicast addresses does OSPFv3 use?
FF02::A
FF02::9
FF02::5
FF02::6

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

 Answer Option D

9. What multicast addresses does EIGRPv6 use?

A. FF02::A
B. FF02::9
C. FF02::5
D. FF02::6

 Answer Option A

10. To enable EIGRP, which of the following would you use?
Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
Router1(config-if)# ipv6 router rip 1
Router1(config)# ipv6 router eigrp 10
Router1(config-rtr)# no shutdown
Router1(config-if)# ipv6 eigrp 10

A. 1, 3 and 5
B. 3, 4 and 5
C. 1 and 3
D. 5 only

 Answer Option B

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.

 Answer Option C

12. 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.

 Answer Option D

13. 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.

 Answer Option C

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

 Answer Option C

15. Which statement(s) about IPv4 and IPv6 addresses are true?
An IPv6 address is 32 bits long, represented in hexidecimal.
An IPv6 address is 128 bits long, represented in decimal.
An IPv4 address is 32 bits long, represented in decimal.
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

 Answer Option C

6. To enable RIPng, 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
E. Router1(config-if)# ipv6 eigrp 10

 Answer Option B

7. Which of the following is true when describing a global 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 Option B

8. What two multicast addresses does OSPFv3 use?
FF02::A
FF02::9
FF02::5
FF02::6

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

 Answer Option D

9. What multicast addresses does EIGRPv6 use?

A. FF02::A
B. FF02::9
C. FF02::5
D. FF02::6

 Answer Option A

10. To enable EIGRP, which of the following would you use?
Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
Router1(config-if)# ipv6 router rip 1
Router1(config)# ipv6 router eigrp 10
Router1(config-rtr)# no shutdown
Router1(config-if)# ipv6 eigrp 10

A. 1, 3 and 5
B. 3, 4 and 5
C. 1 and 3
D. 5 only

 Answer Option B

Comments

Most Popular

Remove Unicode Zero Width Space PHP

PhpStorm, return value is expected to be 'A', 'object' returned

Laravel file upload returns forbidden 403, file permission is 700 not 755