You are a Server Administrator at a small company. Company policy dictates that all remote connections must be encrypted and accessed using some form of authentication. Which of the following will allow a user to upload a large file from home, while adhering to company policy?
A) SSH
B) SMTP
C) SFTP
D) FTP

Respuesta :

Answer:

Adhering to company policiy the user should use an SFTP(Secure File transfer protocol).

Explanation:

The SFTP is a secure version of the FTP(File transfer protocol) protocol, provides you the same functionality of the traditional FTP but under the security of the SSH or Secure Shell protocol.

Answer:

Option C is the correct answer.

Explanation:

When it comes to computers, SFTP (Secure File Transfer Protocol or SSH File Transfer Protocol) is a network protocol that gives file access, transfer and management over any trustworthy data stream. It was designed as an extension of the Secure Shell Protocol by the Internet Engineering Task Force. It enables the user to upload a large file from home since it is a reliable data stream.

ACCESS MORE