How does FTP differ from SFTP in terms of security?
- FTP requires authentication, while SFTP does not
- FTP supports passive mode, while SFTP supports active mode
- FTP transfers data in plain text, while SFTP encrypts data during transmission
- FTP uses UDP for data transfer, while SFTP uses TCP
FTP (File Transfer Protocol) and SFTP (Secure File Transfer Protocol) differ significantly in terms of security. FTP transmits data in plain text, making it vulnerable to interception and unauthorized access. In contrast, SFTP encrypts data during transmission, enhancing security by protecting sensitive information from being compromised.
Loading...
Related Quiz
- How does the concept of interfaces promote flexibility and modularity in OOP?
- What are the security challenges associated with containerization, and how can they be mitigated?
- In React, ___________ is used to manage component-level state.
- What is the purpose of a version control system like Git?
- ___________ is a synchronization mechanism that allows threads to wait until a condition is...