Correct option is C
File Transfer Protocol (FTP) is a client-server protocol that transmits files between computers over TCP/IP connections. It's one of the most common protocols for transferring files on the internet.
Explanation:
· FTP uses a client-server model architecture, with separate control and data connections between the client and the server.
· A client can use FTP to upload, download, delete, rename, move, and copy files on a server.
· FTP is an application layer protocol within the TCP/IP suite.