You are trying to find a modern method for security web traffic for use in your company's ecommerce web site.
Which one of the following is used to encrypt web pages and uses bilateral authentication?
Answer(s): C
Explanation:
TLS
https://en.wikipedia.org/wiki/Mutual_authentication
Mutual authentication or two-way authentication refers to two parties authenticating each other at the same time, being a default mode of authentication in some protocols (IKE, SSH) and optional in others (TLS).
By default the TLS protocol only proves the identity of the server to the client using X.509 certificate and the authentication of the client to the server is left to the application layer. TLS also offers client- to-server authentication using client-side X.509 authentication. As it requires provisioning of the certificates to the clients and involves less user-friendly experience, it's rarely used in end-user applications.
Show Answer
Next Question