Open In App

GATE | GATE-CS-2015 (Set 1) | Question 27

Like Article
Like
Save
Share
Report

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


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads