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.
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)- A17% (3)
- B6% (1)
- C72% (13)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.