Multiple choice

During an FTP session, the control connection is opened

  1. exactly once

  2. exactly twice

  3. as many times as necessary

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In FTP, the control connection is established exactly once at the beginning of the session and remains open throughout. This connection is used for sending commands (like LIST, RETR) and receiving responses. The data connection, by contrast, is opened and closed for each file transfer.