nerdexam
CompTIA

SY0-501 · Question #490

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 and communication protocols suitable for distributing large files to remote locations without relying on email or domain connectivity.

Submitted by alyssa_d· 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 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

(21 responses)
  • B
    71% (15)
  • C
    14% (3)
  • E
    5% (1)
  • G
    10% (2)

Why each option

This question tests knowledge of secure file transfer and communication protocols suitable for distributing large files to remote locations without relying on email or domain connectivity.

AS/MIME

S/MIME (Secure/Multipurpose Internet Mail Extensions) is specifically designed to encrypt and sign email messages, which is not a viable option here since emailing the report is explicitly ruled out due to attachment size limits.

BSSHCorrect

SSH (Secure Shell) provides an encrypted channel for secure remote file transfer via SCP or SFTP, making it ideal for transferring sensitive files to remote servers not connected to the domain, as it requires no domain infrastructure and encrypts data in transit.

CSNMPv3

SNMPv3 (Simple Network Management Protocol version 3) is a network device monitoring and management protocol, not a file transfer protocol, so it cannot be used to distribute reports.

DFTPSCorrect

FTPS (FTP Secure) is an extension of FTP that adds TLS/SSL encryption, enabling secure file transfers of large files to remote local servers without email size restrictions, making it appropriate for distributing sensitive reports over untrusted networks.

ESRTP

SRTP (Secure Real-time Transport Protocol) is designed to encrypt real-time audio and video streaming data, not for file distribution or transfer of documents.

FHTTPSCorrect

HTTPS (HTTP Secure) uses TLS/SSL to encrypt web-based file transfers, allowing managers at remote locations to securely download or upload large reports through a web interface without requiring domain membership or email.

GLDAPS

LDAPS (Lightweight Directory Access Protocol Secure) is used for secure directory service queries and authentication against domain controllers, not for file transfer, and would be irrelevant to remote locations not connected to the domain.

Concept tested: Secure file transfer protocols for remote distribution

Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-security-guide

Topics

#secure file transfer#SSH#FTPS#HTTPS

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice