Multiple choice During an FTP session, the data connection is opened ........... . exactly once exactly twice as many times as necessary 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.