GATE | GATE-CS-2015 (Set 1) | Question 27
In one of the pairs of protocols given below, both the protocols can use multiple TCP connections between the same client and the server. Which one is that?
(A) HTTP, FTP
(B) HTTP, TELNET
(C) FTP, SMTP
(D) HTTP, SMTP
Answer: (A)
Explanation: HTTP may use different TCP connection for different objects of a webpage if non-persistent connections are used.
FTP uses two TCP connections, one for data and another control.
TELNET and FTP can only use ONE connection at a time.
Quiz of this Question
Please Login to comment...