When creating an IPv6 unique local unicast address range, what size is used for a subnet field?

A) 20 bits
B) 16 bits
C) 10 bits
D) 4 bits


B
Explanation: B) The following structure is used when creating a unique local unicast address range:
The first 2 hex digits are FD.
The next 10 hex digits (40 bits) are used for a unique global ID.
The next 4 hex digits (16 bits) are used as a subnet field.
The last 16 hex digits (64 bits) are used as an interface ID field.

Computer Science & Information Technology

You might also like to view...

If you declare an array double[] list = {3.4, 2.0, 3.5, 5.5}, list[1] is ________.

a. 3.4 b. 2.0 c. 3.5 d. 5.5 e. undefined

Computer Science & Information Technology

A ____ attribute specifies true or false.

A. spellcheck B. Boolean C. text-level D. full form

Computer Science & Information Technology

Words such as all, always, none, and never are absolutes

Indicate whether the statement is true or false

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or description.

A. Zip code, phone number, or social security number formats B. General number format with or without decimal places or comma separators C. No number format D. General number format with currency symbols E. Number multiplied by 100 and displayed with %

Computer Science & Information Technology