Multiple choice During an FTP session, the data connection is opened exactly once exactly twice as many times as necessary none of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation FTP opens a new data connection for each file transfer operation during a session. The control connection stays open, but data connections are created and closed as needed for each transfer.