nerdexam
CompTIA

SY0-501 · Question #222

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 to secure file transfers between network devices to prevent data from being sent unencrypted, as revealed by a recent audit. SCP is the appropriate protocol to ensure encrypted file transfer for this purpose.

Submitted by satoshi_tk· Mar 4, 2026General security concepts

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
  • DSNMP3

How the community answered

(48 responses)
  • A
    8% (4)
  • B
    2% (1)
  • C
    77% (37)
  • D
    13% (6)

Why each option

The company needs to secure file transfers between network devices to prevent data from being sent unencrypted, as revealed by a recent audit. SCP is the appropriate protocol to ensure encrypted file transfer for this purpose.

AHTTPS

HTTPS is primarily used for secure web communication and API interactions, not typically as the dedicated secure file transfer protocol for direct device-to-device file transfers on network devices in the same manner as SCP or SFTP.

BLDAPS

LDAPS is used for secure communication with directory services like Active Directory for authentication and authorization purposes, not for transferring general files between network devices.

CSCPCorrect

Secure Copy Protocol (SCP) utilizes Secure Shell (SSH) to establish an encrypted tunnel for transferring files between a local host and a remote host, or between two remote hosts. This encryption protects both the authentication credentials and the file data during transfer, directly resolving the issue of files being transferred 'in the clear'.

DSNMP3

SNMPv3 provides secure network device monitoring and management through encryption and authentication, but it is designed for exchanging management information (e.g., traps, gets, sets) and not for general file transfer operations.

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/15-mt/sec-conn-ssh-15-mt-book/sec-config-ssh-scp.html

Topics

#secure file transfer#SCP#network protocols#encryption in transit

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice