Identify the incorrect statement regarding FTP.
A. FTP stands for file transfer protocol
B. FTP uses two parallel TCP connections
C. FTP sends its control information in-band
D. FTP sends exactly one file over the data connection
Explanation: FTP is out-of-band because the data connection is done separately through port 20 and control connection is done separately through port 21.
Occurrence: 0, System Administrator 2026