Which transport layer protocol is used by FTP (File Transfer Protocol)?
-
TCP
-
UDP
-
RUDP
-
ARP
-
None of the above
A
Correct answer
Explanation
The function of FTP is to transfer files between user computers/devices. Hence, it must be reliable and data must reach to destination without any loss. Hence, it uses TCP, which provides reliability, loss-less data transmission. Where as UDP is unreliable and is not suitable for reliable file transmission.