I've been getting questions wrong about which protocols use TCP vs UDP.
For example, FTP: file transfer protocol uses TCP, because all packets must be transferred to the other side and this is done via the 3 way handshake method.
UDP can't be used because if packets are dropped, they won't be sent again.
However, is there a complete list somewhere which says this uses TCP and this uses UDP??
I get confused at times and get the question wrong, tried to find the list online but all I could find was port numbers.
Thanks for the help in advance!