Jack is a security advisor in his company. All users need to connect to an FTP server for data exchange using the FTP protocol. Considering the fact that FTP is an unsecure protocol, which of the following protocols should he replace the FTP protocol with?
  1. DNS
  2. HTTP
  3. TFTP
  4. SFTP
Explanation
Answer - D - FTP protocol should be replaced by the Secure FTP protocol.

Key Takeaway: The vulnerability associated with using the FTP protocol is that the user ID and password aren’t encrypted and are subject to packet capture. This creates a major security breach, especially if you’re connecting to an FTP server across the Internet. Secure FTP (S/FTP) is accomplished using a protocol called Secure Shell (SSH), a type of tunneling protocol that allows access to remote systems in a secure manner. TFTP is a trivial version of FTP. HTTP and DNS cannot provide the same functionalities as the FTP protocol.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz