exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 14 discussion

Actual exam question from CompTIA's SY0-601
Question #: 14
Topic #: 1
[All SY0-601 Questions]

A security engineer is building a file transfer solution to send files to a business partner. The users would like to drop off the files in a specific directory and have the server send the file to the business partner. The connection to the business partner is over the internet and needs to be secure. Which of the following can be used?

  • A. S/MIME
  • B. LDAPS
  • C. SSH
  • D. SRTP
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rodwave
Highly Voted 10 months, 2 weeks ago
Selected Answer: C
Answer: SSH - SSH or (Secure Shell) is a protocol that enables two computers to communicate securely by encrypting the connection. Since the question is looking to transfer files over the internet to a specific directory, the FTP protocol can be used for the file transfer itself. As SSH can be used with the FTP protocol, this allows for secure(SSH) file transfer(FTP) over the internet. ======================== Other Choices: S/MIME (Secure/Multipurpose internet Mail Extensions) - Digitally signs and encrypts the contents of email messages. LDAPS(Lightweight Directory Access Protocol) - Provides authentication for directory-based traffic SRTP (Secure Real-time Transport Protocol) - Provides authentication/encryption for transmitted audio and video traffic.
upvoted 57 times
...
kiosk99
Highly Voted 10 months, 2 weeks ago
Selected Answer: C
A File Transfer Protocol (FTP) server is typically configured with several public directories, hosting files, and user accounts. SSH FTP (SFTP) LDAP Secure (LDAPS)—the server is installed with a digital certificate, which it uses to set up a secure tunnel for the user credential exchange. File transfer. Answer: SSH
upvoted 11 times
...
ApplebeesWaiter1122
Most Recent 10 months, 2 weeks ago
Selected Answer: C
SSH is a network protocol that provides secure remote access and file transfer capabilities. It encrypts the communication between the client and server, ensuring confidentiality and integrity of the transferred data. SSH provides secure authentication and encryption mechanisms, making it suitable for secure file transfer scenarios. With SSH, the users can securely drop off the files in the specific directory on the server, and then the server can initiate a secure file transfer to the business partner using SSH's file transfer capabilities (e.g., SCP - Secure Copy or SFTP - SSH File Transfer Protocol).
upvoted 1 times
...
Protract8593
10 months, 2 weeks ago
Selected Answer: C
SSH (Secure Shell) is a network protocol that provides secure encrypted communication over an unsecured network, such as the internet. It is commonly used for secure remote access to servers and also for secure file transfer. In the given scenario, the security engineer can set up an SSH server on the destination server hosted by the business partner. The users from the company can then use an SSH client (such as OpenSSH) to securely transfer files to the specific directory on the business partner's server. Here's how the file transfer process works using SSH: 1. The business partner sets up an SSH server (SSH daemon) on their server. 2. The security engineer configures the server to allow secure file transfer (SCP/SFTP) using SSH. 3. Users from the company can use SSH clients like OpenSSH (or graphical SFTP clients) to securely connect to the business partner's server and transfer files to the designated directory. With SSH, the file transfer process is secure and encrypted, protecting the data in transit from eavesdropping and tampering.
upvoted 1 times
...
lsalc
1 year, 7 months ago
i answered A on the test
upvoted 1 times
...
z3phyr
2 years, 4 months ago
Selected Answer: C
SFTP is a file transfer protocol that uses SSH to create the secure connection.
upvoted 1 times
...
Guseyayi
2 years, 5 months ago
Selected Answer: C
SSH is a secure method of connecting to remote servers over a network because it encrypts data transmitted over a network.
upvoted 1 times
...
uday1985
2 years, 6 months ago
I think its D , but the messed up the letters SFTP became SRTP! I dare you who have answered SSH to use the same answer when SFTP is next to it!
upvoted 1 times
...
Mr_BuCk3th34D
2 years, 7 months ago
Actually, a better answer would be SFTP (SSH with FTP), but since this is not an alternative, I'll go with SSH.
upvoted 1 times
...
lordguck
2 years, 9 months ago
C: LDAPS (B) is for authentication but that does not answer the question about the data transfer. SSH on the other hand can do both e.g. with user/password or better yet certificates.
upvoted 1 times
...
be9z
2 years, 10 months ago
The answer is SSH. SSH can be used to transfer data from one computer to another over internet. And it is a secure connection
upvoted 1 times
...
RawToast
2 years, 10 months ago
Selected Answer: C
SSH is a suite of three utilities. SSH: Secure Shell for secure connection and command execution. SCP: Secure Copy Protocol, and slogin: enables secure login. Both ends of an SSH connection are encrypted. SSH would allow for all of the criteria to be met.
upvoted 3 times
...
Mondicles
2 years, 10 months ago
Selected Answer: C
This is definitely C. LDAP is used to provide a central place for directory service authentication. S/MIME is an internet standard to digitally sign and encrypt email messages. It ensures the integrity of email messages remains intact while being received. SSH can be used with FTP which is called SFTP, file transfer over encrypted tunnel.
upvoted 4 times
...
mark9999
2 years, 11 months ago
LDAPS is for directory based traffic and S/MIME for email traffic. Sending files to another server using SSH will achieve the aim. Try it out on linux based machines.
upvoted 1 times
Wiggie
2 years, 11 months ago
LDAPS https://library.netapp.com/ecmdocs/ECMP1366834/html/GUID-0E97E7F2-D46D-4883-B95B-A066B0D52B3D.html
upvoted 1 times
...
monsteracid
2 years, 10 months ago
LDAPS is used for authentication ONLY. It does not perform any encryption of files.
upvoted 1 times
...
...
comeragh
2 years, 11 months ago
On review it looks to be LDAPS. Other sites also saying LDAPS.
upvoted 1 times
monsteracid
2 years, 10 months ago
LDAPS is used for authentication ONLY. It does not perform any encryption of files.
upvoted 2 times
...
...
varun0
2 years, 11 months ago
Selected Answer: C
S/MIME is the format used for email attachments, there is no way for the users to upload files to the directory and have it automatically sent to the business partner. SSH can do this by sshing to the required directory and placing the files there. And having it sent using various ssh based file transfer protocols like sftp, scp.
upvoted 4 times
...
Wiggie
2 years, 11 months ago
Selected Answer: B
Directory = LDAPS
upvoted 2 times
monsteracid
2 years, 10 months ago
LDAPS is used for authentication ONLY. It does not perform any encryption of files.
upvoted 2 times
...
Mondicles
2 years, 10 months ago
LDAP is used as an authentication protocol for directory services.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...