Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-600 All Questions

View all questions & answers for the C2090-600 exam

Exam C2090-600 topic 1 question 10 discussion

Actual exam question from IBM's C2090-600
Question #: 10
Topic #: 1
[All C2090-600 Questions]

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

  • A. Set the DB2COMM registry variable to DB2COMM=SSL
  • B. Set the DB2COMM registry variable to DB2COMM=SSL, TCPIP
  • C. Set the AUTHENTICATION configuration parameter to DATA_ENCRYPT
  • D. Set the AUTHENTICATION configuration parameter to SERVER_ENCRYPT
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Reference:
https://www.ibm.com/developerworks/data/library/techarticle/dm-1306securesocketlayers/

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TeranceCambel
2 years, 10 months ago
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
upvoted 1 times
...
JamesBond
3 years, 4 months ago
A is correct, DB2COMM=SSL is must for SSL, and if need both then we need TCP,SSL
upvoted 2 times
...
maximkmn
4 years, 5 months ago
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
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...