Internet protocol version 6 (IPv6) addresses are represented by

a. 8 groups of dotted decimal numbers.
b. 8 groups of hexadecimal numbers.
c. 4 dotted decimal numbers.
d. 128 decimal numbers.

Ans: b. 8 groups of hexadecimal numbers.

Computer Science & Information Technology

You might also like to view...

Which of the following statements about try blocks is true?

a) The try block must be followed by at least one catch block. b) The try block must be followed by a finally block. c) The try block should contain statements that may process an exception. d) The try block should contain statements that may throw an exception.

Computer Science & Information Technology

The catch handler that catches an exception of type Exception should be

a) last b) anywhere c) first d) a catch handler that catches an exception of type Exception should not be used

Computer Science & Information Technology