SSCP · Question #760
Secure Sockets Layer (SSL) is very heavily used for protecting which of the following?
The correct answer is A. Web transactions.. SSL was developed Netscape Communications Corporation to improve security and privacy of HTTP transactions. SSL is one of the most common protocols used to protect Internet traffic. It encrypts the messages using symmetric algorithms, such as IDEA, DES, 3DES, and Fortezza, and al
Question
Secure Sockets Layer (SSL) is very heavily used for protecting which of the following?
Options
- AWeb transactions.
- BEDI transactions.
- CTelnet transactions.
- DElectronic Payment transactions.
How the community answered
(21 responses)- A90% (19)
- B5% (1)
- C5% (1)
Explanation
SSL was developed Netscape Communications Corporation to improve security and privacy of HTTP transactions. SSL is one of the most common protocols used to protect Internet traffic. It encrypts the messages using symmetric algorithms, such as IDEA, DES, 3DES, and Fortezza, and also calculates the MAC for the message using MD5 or SHA-1. The MAC is appended to the message and encrypted along with the message data. The exchange of the symmetric keys is accomplished through various versions of Diffie璈ellmann or RSA. TLS is the Internet standard based on SSLv3. TLSv1 is backward compatible with SSLv3. It uses the same algorithms as SSLv3; however, it computes an HMAC instead of a MAC along with other enhancements to improve security. The following are incorrect answers: "EDI transactions" is incorrect. Electronic Data Interchange (EDI) is not the best answer to this question though SSL could play a part in some EDI transactions. "Telnet transactions" is incorrect. Telnet is a character mode protocol and is more likely to be secured by Secure Telnet or replaced by the Secure Shell (SSH) protocols. "Eletronic payment transactions" is incorrect. Electronic payment is not the best answer to this question though SSL could play a part in some electronic payment transactions.
Topics
Community Discussion
No community discussion yet for this question.