Which of the following is NOT a proper IPv6 address representation?

A. 2001::85a3:8a2e::7334
B. 2001:0db8:85a3:0:0:8a2e:0370:7334
C. 2001:0db8:85a3:: 8a2e:0370:7334
D. 2001:0000:0000:85a3:8a2e:0000:0000:7334

A
Explanation: One or more consecutive sections with only a 0 can be represented with a single empty section (double colons), but it can only be done once.

Computer Science & Information Technology

You might also like to view...

What does the "Server Side Encryption" option on Amazon S3 provide?

A. It provides an encrypted virtual disk in the Cloud. B. It doesn't exist for Amazon S3, but only for Amazon EC2. C. It encrypts the files that you send to Amazon S3, on the server side. D. It allows to upload files using an SSL endpoint, for a secure transfer.

Computer Science & Information Technology

Method can be used to set the layout manager of a container.

a. setManager b. setLayout c. setLayoutManager d. setGUILayout

Computer Science & Information Technology