IBM Cognos Analytics Administrator V11.1.x — Question 6
When creating a TCP/IP client configuration that uses SSL, what is the correct method to test the configuration?
Answer options
- A. Use an HTTPClientInput node, or a HTTPClientOutput node to open a connection to a remote SSL server application that is listening on a HTTP/IP port.
- B. Use either a TCPIPClientInput node or a TCPIPClientOutput node to open a connection to a remote SSL server application that is listening on a TCP/IP port.
- C. Use an SSLClientInput node or a SSLClientOutput node to open a connection to a remote HTTPS server application that is listening on a SSL/IP port.
- D. Use an HTTPSClientInput node, or a HTTPSClientOutput node to open a connection to a remote SSL server application that is listening on a HTTPS/IP port.
Correct answer: D
Explanation
The correct answer is D, as it specifies using an HTTPSClientInput or HTTPSClientOutput node, which is designed for connecting to remote SSL server applications over HTTPS. Options A, B, and C are incorrect because they either refer to the wrong types of nodes or protocols that do not align with SSL configurations.