Why is it called out of band protocol?
A1) FTP uses port 20 and port 21; port 20 is used for data connection, whereas port 21 is used for control connection. FTP is known as out-of-band protocol, as it uses two separate ports of data communication and control communication.