Which of the following statements regarding IPv6 subnetting is NOT accurate?
a. IPv6 addressing uses no classes, and is therefore classless.
b. IPv6 does not use subnet masks.
c. A single IPv6 subnet is capable of supplying 18,446,744,073,709,551,616 IPv6 addresses.
d. The largest IPv6 subnet capable of being created is a /64.
ANSWER: d
You might also like to view...
Which of the following statements is false?
a. Usually, you iterate over a tuple’s elements. b. Like list indices, tuple indices start at 0. c. The following code creates time_tuple representing an hour, minute and second, displays the tuple, then uses its elements to calculate the number of seconds since midnight: In [1]: time_tuple = (9, 16, 1) In [2]: time_tuple Out[2]: (9, 16, 1) In [3]: time_tuple[0] * 3600 + time_tuple[1] * 60 + time_tuple[2] Out[3]: 33361 d. Assigning a value to a tuple element causes a TypeError.
In the say and think methods, the ____ parameter determines how long, in seconds, the message will remain on the screen.
A. continuation B. time C. length D. duration
Files can be open or closed when you rename or delete them.
Answer the following statement true (T) or false (F)
Which legacy authentication protocol requires mutual authentication?
a. Password Authentication Protocol (PAP) b. Challenge Handshake Authentication Protocol (CHAP) c. Microsoft Challenge Handshake Authentication Protocol (MS-CHAP) d. Microsoft Challenge Handshake Authentication Protocol, version 2 (MS-CHAPv2)