nerdexam
CompTIA

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.

Security

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)
  • A
    92% (22)
  • D
    4% (1)
  • E
    4% (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.

AFTPSCorrect

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.

BFTP

B (FTP - File Transfer Protocol) transfers data in clear text, offering no security against eavesdropping.

CSMTP

C (SMTP - Simple Mail Transfer Protocol) is used for sending email, not for uploading website files.

DHTTP

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.

ESNMP

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

#file transfer protocols#FTPS#protocol security#website updates

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice