A technician is setting up a server that requires two connections between the client and the server, one for commands and replies, the other for the actual transfer of files. What type of server will accomplish this task?
- FTP server
- print server
- DNS server
- web server
Explanation & Hint:
The type of server that requires two connections between the client and the server, one for commands and replies and the other for the actual transfer of files, is an FTP server (File Transfer Protocol server). Here’s a brief overview of why the other server types don’t fit this description:
FTP, on the other hand, specifically uses two distinct network connections in its standard mode of operation: one for sending control commands (like login credentials and commands to change directories or list files) and another for the actual transfer of files. This is a distinctive feature of the FTP protocol. |