Question
Easy

FTP uses ........... number of connections for transferring files.

1
1
2
3
3
2
4
4
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option C
Explanation

The correct option is (3): The File Transfer Protocol (FTP) uses two distinct TCP connections to facilitate file transfers, which is a key characteristic of its architecture. This design separates the flow of control information from the flow of data. The first connection is the Control Connection, which is established on the well-known TCP Port 21. This connection remains active for the duration of the FTP session and is used…Read More