Home MCQs Basic Computer/IT Question #11562
Back to Questions
Basic Computer/IT QUESTION #11562
Question 1
What does FTP stand for in computer networking?
  • Fix Transfer Protocol
  • File Transfer Procedure
  • File Transfer Protocol✔️
  • First Transfer Protocol
Correct Answer Explanation
FTP (File Transfer Protocol) is a standard network protocol for transferring files between client and server over TCP/IP networks. FTP uses port 21 (control) and port 20 (data). Secure variants: SFTP (SSH File Transfer Protocol) and FTPS. FTP is used for uploading website files and sharing large files.