Multiple choice

During an FTP session, the data connection is opened ........... .

  1. exactly once

  2. exactly twice

  3. as many times as necessary

  4. all of the above

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

FTP uses a separate data connection for each file transfer or directory listing. Unlike the control connection which stays open, data connections open and close as needed for transfers during an FTP session.