Exam CCSP All QuestionsBrowse all questions from this exam
Question 114

What must SOAP rely on for security?

    Correct Answer: C

    Simple Object Access Protocol (SOAP) relies on Transport Layer Security (TLS) to ensure secure communication over a network. TLS is a protocol that provides encryption, data integrity, and authentication, which are essential for the secure transmission of SOAP messages between client and server. While encryption and tokenization are important for security, TLS specifically provides a comprehensive secure communication channel that SOAP relies on.

Discussion
kepalonOption: A

encryption is right. SOAP does not provide encryption, so it needs the extra security

Mo22Option: C

C. TLS (Transport Layer Security) for security. TLS is a protocol that provides encryption and secure communication over a network. While SOAP can use other security measures like encryption and tokenization, it typically relies on TLS (or its predecessor, SSL) to ensure secure communication between client and server.

globy118Option: C

SOAP itself does not inherently rely solely on encryption; it can work over both encrypted and unencrypted channels.