nerdexam
CompTIA

SY0-501 · Question #433

A company was recently audited by a third party. The audit revealed the company's network devices were transferring files in the clear. Which of the following protocols should the company use to…

The correct answer is C. SCP. The company needs a protocol to transfer files securely to prevent data from being transferred in the clear as revealed by the audit.

Submitted by amina.ke· Mar 4, 2026Security architecture

Question

A company was recently audited by a third party. The audit revealed the company's network devices were transferring files in the clear. Which of the following protocols should the company use to transfer files?

Options

  • AHTTPS
  • BLDAPS
  • CSCP
  • DSNMPv3

How the community answered

(18 responses)
  • A
    17% (3)
  • B
    6% (1)
  • C
    72% (13)
  • D
    6% (1)

Why each option

The company needs a protocol to transfer files securely to prevent data from being transferred in the clear as revealed by the audit.

AHTTPS

HTTPS (Hypertext Transfer Protocol Secure) is primarily used for secure web browsing and communication, not for general command-line or programmatic file transfers between network devices.

BLDAPS

LDAPS (Lightweight Directory Access Protocol Secure) is used for secure communication with directory services, such as Active Directory, for authentication and directory queries, not for file transfer.

CSCPCorrect

SCP (Secure Copy Protocol) is specifically designed for securely transferring files between hosts, leveraging SSH (Secure Shell) for encryption and authentication. This ensures that file transfers are not conducted "in the clear," directly addressing the audit's finding and protecting data integrity and confidentiality during transfer.

DSNMPv3

SNMPv3 (Simple Network Management Protocol version 3) is used for securely managing and monitoring network devices, providing confidentiality and integrity for management data, but it is not a file transfer protocol.

Concept tested: Secure file transfer protocols for network devices

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_ssh/configuration/xe-16-10/sec-conn-ssh-xe-16-10-book/config-scp.html

Topics

#SCP#secure file transfer#encryption in transit#protocol selection

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice