CCSP · Question #717
What must SOAP rely on for security since it does not provide security as a built-in capability?
The correct answer is A. Encryption. Simple Object Access Protocol (SOAP) uses Extensible Markup Language (XML) for data passing, and it must rely on the encryption of those data packages for security. TLS and SSL (before it was deprecated) represent two commons approaches to using encryption for protection of data
Question
What must SOAP rely on for security since it does not provide security as a built-in capability?
Options
- AEncryption
- BTokenization
- CTLS
- DSSL
How the community answered
(37 responses)- A92% (34)
- B3% (1)
- C5% (2)
Explanation
Simple Object Access Protocol (SOAP) uses Extensible Markup Language (XML) for data passing, and it must rely on the encryption of those data packages for security. TLS and SSL (before it was deprecated) represent two commons approaches to using encryption for protection of data transmissions. However, they are only two possible options and do not encapsulate the overall concept the question is looking for. Tokenization, which involves the replacement of sensitive data with opaque values, would not be appropriate for use with SOAP because the actual data is needed by the services.
Topics
Community Discussion
No community discussion yet for this question.