nerdexam
GIAC

GSLC · Question #307

Which of the following is a network protocol that allows data to be exchanged using a secure channel between two networked devices?

The correct answer is C. SSH. SSH (Secure Shell) is a network protocol that establishes an encrypted channel for secure communication between two networked devices. It is widely used for remote login and command execution.

Security Architecture & Engineering

Question

Which of the following is a network protocol that allows data to be exchanged using a secure channel between two networked devices?

Options

  • ASSL
  • BFTP
  • CSSH
  • DSFTP

How the community answered

(31 responses)
  • B
    3% (1)
  • C
    94% (29)
  • D
    3% (1)

Why each option

SSH (Secure Shell) is a network protocol that establishes an encrypted channel for secure communication between two networked devices. It is widely used for remote login and command execution.

ASSL

SSL (Secure Sockets Layer) is a cryptographic protocol for securing web communications, but it is not itself a general-purpose network protocol for device-to-device secure channel communication in the way SSH is.

BFTP

FTP (File Transfer Protocol) transfers files between hosts but does not provide a secure channel - it transmits credentials and data in plaintext.

CSSHCorrect

SSH (Secure Shell) is a cryptographic network protocol specifically designed to allow data exchange over a secure, encrypted channel between two networked devices. It uses public-key cryptography to authenticate hosts and users, and it encrypts all traffic to prevent eavesdropping and man-in-the-middle attacks. SSH operates on TCP port 22 and is the standard for secure remote administration.

DSFTP

SFTP (SSH File Transfer Protocol) is a file transfer subsystem that runs over an SSH connection, not an independent network protocol for general secure channel communication.

Concept tested: SSH protocol for secure network communication

Source: https://www.rfc-editor.org/rfc/rfc4251

Topics

#SSH#secure channel#network protocols#remote access

Community Discussion

No community discussion yet for this question.

Full GSLC Practice