nerdexam
CompTIA

SK0-004 · Question #476

Highly classified data is being shared on a company network. The systems administrator needs to ensure the data is safe and only necessary personnel can access it. Which of the following protocols…

The correct answer is B. SCP. SCP (Secure Copy Protocol) is the best choice for transferring highly classified data because it encrypts both authentication credentials and the file data in transit using SSH.

Security and disaster recovery

Question

Highly classified data is being shared on a company network. The systems administrator needs to ensure the data is safe and only necessary personnel can access it. Which of the following protocols would be BEST to use for this type of data to be shared?

Options

  • ASSH
  • BSCP
  • CNTP
  • DFTP

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    91% (42)
  • C
    2% (1)
  • D
    2% (1)

Why each option

SCP (Secure Copy Protocol) is the best choice for transferring highly classified data because it encrypts both authentication credentials and the file data in transit using SSH.

ASSH

SSH provides encrypted remote terminal access and command execution but is not itself a file-sharing or file-transfer protocol for distributing data across the network.

BSCPCorrect

SCP uses the SSH (Secure Shell) protocol as its underlying transport layer, providing strong cryptographic encryption for both the login session and all file data being transferred. This ensures that classified data cannot be intercepted or read in transit, and access is controlled via SSH authentication mechanisms, satisfying the requirement that only authorized personnel can access the data.

CNTP

NTP (Network Time Protocol) is used solely to synchronize system clocks across networked devices and has no capability to transfer or share data files.

DFTP

FTP (File Transfer Protocol) transmits both credentials and file contents in plaintext over the network, making it completely unsuitable for sharing highly classified information.

Concept tested: Secure file transfer protocol for classified data

Source: https://man.openbsd.org/scp

Topics

#SCP#secure file transfer#classified data#protocol selection

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice