nerdexam
GIAC

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.

Security Architecture & Engineering

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)
  • B
    93% (39)
  • C
    2% (1)
  • D
    5% (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.

AMS-CHAP v2

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.

BSSLCorrect

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.

CWEP

WEP (Wired Equivalent Privacy) is a deprecated wireless LAN encryption protocol, not an Internet communication protocol for secure browsing.

DEFS

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

#SSL#public key encryption#symmetric encryption#secure browsing

Community Discussion

No community discussion yet for this question.

Full GSLC Practice