InterviewSolution
Saved Bookmarks
| 1. |
In FTP protocol, client contacts server using ____ as the transport protocol.(a) transmission control protocol(b) user datagram protocol(c) datagram congestion control protocol(d) stream control transmission protocol |
|
Answer» The correct answer is (a) transmission control protocol The best I can explain: The clients use the Transmission Control Protocol for FTP as it’s more reliable than UDP, DCCP, and SCTP, and reliability of file transfer is required to be as high as possible for FTP. |
|