0
0
Computer Networksknowledge~5 mins

FTP and SFTP for file transfer in Computer Networks - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ASMTP
BHTTP
CFTP
DSFTP
What port does FTP typically use for control commands?
A21
B22
C80
D25
Which statement is true about FTP?
AIt encrypts all data by default.
BIt sends data in plain text.
CIt uses port 22.
DIt is only used for email.
SFTP runs over which protocol?
ASSH
BSMTP
CHTTP
DFTP
Which protocol would you choose for secure file transfer over the internet?
AFTP
BTelnet
CSFTP
DHTTP
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.