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.
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)- A8% (4)
- B2% (1)
- C77% (37)
- D13% (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.
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.
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.
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'.
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
Community Discussion
No community discussion yet for this question.