FC0-U61 · Question #185
A user is updating a website. Which of the following protocols will provide the MOST security when uploading the files?
The correct answer is A. FTPS. When uploading files, FTPS provides the highest level of security by encrypting the data in transit, protecting it from eavesdropping and tampering.
Question
A user is updating a website. Which of the following protocols will provide the MOST security when uploading the files?
Options
- AFTPS
- BFTP
- CSMTP
- DHTTP
- ESNMP
How the community answered
(24 responses)- A92% (22)
- D4% (1)
- E4% (1)
Why each option
When uploading files, FTPS provides the highest level of security by encrypting the data in transit, protecting it from eavesdropping and tampering.
A (FTPS - FTP Secure) provides the most security for uploading files because it uses SSL/TLS encryption to secure both the control and data channels during file transfer. This encryption protects credentials and file content from eavesdropping and man-in-the-middle attacks.
B (FTP - File Transfer Protocol) transfers data in clear text, offering no security against eavesdropping.
C (SMTP - Simple Mail Transfer Protocol) is used for sending email, not for uploading website files.
D (HTTP - Hypertext Transfer Protocol) is for web browsing and retrieving web pages, not specifically designed for secure file uploads in this context; HTTPS would be the secure version for web content.
E (SNMP - Simple Network Management Protocol) is used for network device management and monitoring, not for file transfers.
Concept tested: Secure file transfer protocols
Source: https://learn.microsoft.com/en-us/dotnet/framework/network-programming/ftp
Topics
Community Discussion
No community discussion yet for this question.