Explore topic-wise MCQs in Networking.

This section includes 19 Mcqs, each offering curated multiple-choice questions to sharpen your Networking knowledge and support exam preparation. Choose a topic below to get started.

1.

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. and 3
B. and 4
C. , 3 and 4
D. ll of the above
Answer» C. , 3 and 4
2.

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

A. , 3 and 5
B. , 4 and 5
C. and 3
D. only
Answer» C. and 3
3.

What two multicast addresses does OSPFv3 use?1. FF02::A2. FF02::93. FF02::54. FF02::6

A. only
B. only
C. and 3
D. and 4
Answer» E.
4.

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.

A. and 3 only
B. only
C. and 4
D. and 4
Answer» D. and 4
5.

What multicast addresses does EIGRPv6 use?

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

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» D. 2 and 4
7.

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» E.
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» E.
9.

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» C. 1 and 3
10.

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» C. These are like private addresses in IPv4 in that they are not meant to be routed.
11.

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» D. trace 0.0.::1
12.

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» D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
13.

What multicast addresses does RIPng use?

A. FF02::A
B. FF02::9
C. FF02::5
D. FF02::6
Answer» C. FF02::5
14.

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» D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
15.

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» B. Router1(config-if)# ipv6 router rip 1
16.

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» B. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
17.

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
Answer» C. Router1(config)# ipv6 router eigrp 10
18.

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» C. 1, 3 and 4
19.

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» C. Identifies multiple interfaces and is only delivered to one address. This address can also be called one-to-one-of-many.