Multiple choice technology databases

Which of the following statement is NOT a valid method of authentication that can be used by DB2 UDB VERSION8?

  1. SERVER

  2. SERVER_ENCRYPT

  3. CLIENT

  4. DCS

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DB2 UDB Version 8 supports SERVER, SERVER_ENCRYPT, CLIENT, and CLIENT_ENCRYPT as valid authentication types. DCS (Database Connection Services) is not a valid authentication method for DB2 UDB Version 8. DCS is related to DRDA (Distributed Relational Database Architecture) and gateways to access non-DB2 databases, not an authentication type. SERVER authentication occurs at the database server, while CLIENT authentication relies on the client system.