nerdexam
CompTIA

SY0-501 · Question #199

A manager wants to distribute a report to several other managers within the company. Some of them reside in remote locations that are not connected to the domain but have a local server. Because…

The correct answer is B. SSH D. FTPS F. HTTPS. This question tests knowledge of secure file transfer protocols suitable for distributing large files to remote locations without relying on email or domain connectivity. The correct protocols must support secure data transmission and file transfer capabilities.

Submitted by katya_ua· Mar 4, 2026Security architecture

Question

A manager wants to distribute a report to several other managers within the company. Some of them reside in remote locations that are not connected to the domain but have a local server. Because there is sensitive data within the report and the size of the report is beyond the limit of the email attachment size, emailing the report is not an option. Which of the following protocols should be implemented to distribute the report securely? (Select three.)

Options

  • AS/MIME
  • BSSH
  • CSNMPv3
  • DFTPS
  • ESRTP
  • FHTTPS
  • GLDAPS

How the community answered

(19 responses)
  • A
    11% (2)
  • B
    84% (16)
  • E
    5% (1)

Why each option

This question tests knowledge of secure file transfer protocols suitable for distributing large files to remote locations without relying on email or domain connectivity. The correct protocols must support secure data transmission and file transfer capabilities.

AS/MIME

S/MIME (Secure/Multipurpose Internet Mail Extensions) is an email encryption and signing protocol, and since the scenario explicitly excludes email as an option due to attachment size limits, S/MIME is not applicable here.

BSSHCorrect

SSH (Secure Shell) provides encrypted file transfer capabilities via SCP (Secure Copy Protocol) or SFTP (SSH File Transfer Protocol), allowing secure distribution of large files to remote servers without requiring domain membership, using strong encryption and authentication.

CSNMPv3

SNMPv3 (Simple Network Management Protocol version 3) is used for secure network device monitoring and management, not for transferring or distributing files or reports.

DFTPSCorrect

FTPS (FTP Secure) extends FTP with TLS/SSL encryption, enabling secure transfer of large files to remote local servers without email size restrictions, making it ideal for distributing sensitive reports to locations not connected to the domain.

ESRTP

SRTP (Secure Real-time Transport Protocol) is designed for encrypting audio and video streaming communications, not for file distribution or report transfer.

FHTTPSCorrect

HTTPS provides encrypted web-based file transfer using TLS, allowing managers to securely download or upload large reports through a web server interface without domain connectivity requirements, protecting data confidentiality and integrity in transit.

GLDAPS

LDAPS (LDAP Secure) is used for securely querying and authenticating against directory services like Active Directory, not for transferring or distributing files to remote users.

Concept tested: Secure file transfer protocols for remote distribution

Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

Topics

#secure file transfer#SSH#FTPS#HTTPS

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice