GSLC · Question #294
Which of the following protocols uses a combination of public key and symmetric encryption to provide communication privacy, authentication, and message integrity for secure browsing on the Internet?
The correct answer is B. SSL. SSL (Secure Sockets Layer) is the protocol that combines asymmetric (public key) and symmetric encryption to secure web browsing with privacy, server authentication, and message integrity.
Question
Which of the following protocols uses a combination of public key and symmetric encryption to provide communication privacy, authentication, and message integrity for secure browsing on the Internet?
Options
- AMS-CHAP v2
- BSSL
- CWEP
- DEFS
How the community answered
(42 responses)- B93% (39)
- C2% (1)
- D5% (2)
Why each option
SSL (Secure Sockets Layer) is the protocol that combines asymmetric (public key) and symmetric encryption to secure web browsing with privacy, server authentication, and message integrity.
MS-CHAP v2 is a challenge-response authentication protocol used in PPP and VPN connections; it handles credential verification, not general-purpose encrypted communication sessions.
SSL uses public key cryptography during the handshake phase to authenticate the server and securely exchange a session key, then switches to symmetric encryption for efficient bulk data transfer - providing confidentiality, authentication, and integrity for HTTPS-based browsing.
WEP (Wired Equivalent Privacy) is a deprecated wireless LAN encryption protocol, not an Internet communication protocol for secure browsing.
EFS (Encrypting File System) is a Windows feature that encrypts files at rest on disk; it is not a network communication protocol and provides no browsing privacy or authentication.
Concept tested: SSL hybrid encryption for secure web communication
Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview
Topics
Community Discussion
No community discussion yet for this question.