Recall & Review
beginner
What does FTP stand for and what is its primary use?
FTP stands for File Transfer Protocol. It is used to transfer files between a client and a server over a network.
Click to reveal answer
beginner
How does SFTP differ from FTP?
SFTP stands for Secure File Transfer Protocol. Unlike FTP, SFTP encrypts both commands and data, making file transfers secure.
Click to reveal answer
intermediate
Why is FTP considered less secure than SFTP?
FTP sends data, including passwords, in plain text, which can be intercepted. SFTP encrypts all data, protecting it from eavesdropping.
Click to reveal answer
intermediate
What common port numbers do FTP and SFTP use?
FTP commonly uses ports 20 and 21. SFTP uses port 22, the same as SSH, because it runs over the SSH protocol.
Click to reveal answer
beginner
Can you use FTP without an internet connection?
Yes, FTP can be used on local networks to transfer files between computers without internet access.
Click to reveal answer
Which protocol encrypts file transfers to keep data secure?
✗ Incorrect
SFTP encrypts both commands and data, ensuring secure file transfers.
What port does FTP typically use for control commands?
✗ Incorrect
FTP uses port 21 for control commands and port 20 for data transfer.
Which statement is true about FTP?
✗ Incorrect
FTP sends data, including passwords, in plain text, which is not secure.
SFTP runs over which protocol?
✗ Incorrect
SFTP runs over SSH, which provides encryption and security.
Which protocol would you choose for secure file transfer over the internet?
✗ Incorrect
SFTP is designed for secure file transfer by encrypting data.
Explain the main differences between FTP and SFTP.
Think about security and ports used.
You got /5 concepts.
Describe a situation where using FTP might be acceptable despite its lack of encryption.
Consider when security is less critical.
You got /4 concepts.