Exam C2090-600 All QuestionsBrowse all questions from this exam
Question 10

If Secure Sockets Layer is a requirement, which of the following parameters must be set to encrypt data in transit?

    Correct Answer: A

    To enable Secure Sockets Layer (SSL) for DB2, you must set the DB2COMM registry variable to include SSL. This parameter ensures that DB2 will communicate using SSL, which is necessary for encrypting data in transit. Option A, which sets the DB2COMM registry variable to 'DB2COMM=SSL', is correct for meeting the requirement for SSL. It ensures that SSL is a communication protocol used by the DB2 instance, fulfilling the requirement for encrypting data in transit.

Discussion
JamesBondOption: A

A is correct, DB2COMM=SSL is must for SSL, and if need both then we need TCP,SSL

TeranceCambelOption: A

Answer A is correct. The database manager can support multiple protocols at the same time. For example, to enable both TCP/IP and SSL communication protocols: The database manager can support multiple protocols at the same time. db2set -i db2inst1 DB2COMM=SSL,TCPIP https://www.ibm.com/docs/en/db2/10.1.0?topic=de-configuring-secure-sockets-layer-ssl-support-db2-instance

maximkmnOption: C

To encrypt data in-transit between clients and Db2 databases, you can use the DATA_ENCRYPT authentication type, or, the Db2 database system support of Secure Sockets Layer (SSL). https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.sec.doc/doc/c0005815.html