350-701 · Question #775
An engineer must implement a file transfer solution between a company's data center and branches. The company has numerous servers hosted in a hybrid cloud implementation. The file transfer protocol…
The correct answer is A. SCP. SCP (Secure Copy Protocol) is the ideal choice for the described requirements because: - Authentication and Encryption: SCP uses SSH (Secure Shell) for authentication and encryption, ensuring secure file transfers. - Restricted Functionality: SCP is designed specifically for…
Question
An engineer must implement a file transfer solution between a company’s data center and branches. The company has numerous servers hosted in a hybrid cloud implementation. The file transfer protocol must support authentication, protect the data against unauthorized access, and ensure that users cannot list directories or remove files remotely. Which protocol must be used?
Options
- ASCP
- BSSH
- CFTPS
- DSFTP
How the community answered
(23 responses)- A74% (17)
- B4% (1)
- C4% (1)
- D17% (4)
Explanation
SCP (Secure Copy Protocol) is the ideal choice for the described requirements because: - Authentication and Encryption: SCP uses SSH (Secure Shell) for authentication and encryption, ensuring secure file transfers. - Restricted Functionality: SCP is designed specifically for copying files, without allowing directory listing or file removal, which aligns with the requirement to restrict directory operations.
Topics
Community Discussion
No community discussion yet for this question.