SY0-301 · Question #856
Which of the following protocols would be implemented to secure file transfers using SSL?
The correct answer is D. FTPS. FTPS (FTP Secure) is the extension of the traditional FTP protocol that adds support for SSL/TLS encryption. It wraps the FTP control and data channels with SSL, satisfying the requirement of securing file transfers specifically using SSL. TFTP (Trivial FTP) is an…
Question
Which of the following protocols would be implemented to secure file transfers using SSL?
Options
- ATFTP
- BSCP
- CSFTP
- DFTPS
How the community answered
(30 responses)- B3% (1)
- C3% (1)
- D93% (28)
Explanation
FTPS (FTP Secure) is the extension of the traditional FTP protocol that adds support for SSL/TLS encryption. It wraps the FTP control and data channels with SSL, satisfying the requirement of securing file transfers specifically using SSL. TFTP (Trivial FTP) is an unauthenticated, unencrypted lightweight protocol. SCP (Secure Copy Protocol) uses SSH, not SSL. SFTP (SSH File Transfer Protocol) also uses SSH for encryption. Only FTPS specifically leverages SSL/TLS for securing file transfers.
Topics
Community Discussion
No community discussion yet for this question.