MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Http Ftp
Q
HTTP client requests by establishing a __________ connection to a particular port on the server.
AA. User datagram protocol
BB. Transmission control protocol
CC. Border gateway protocol
DD. Domain host control protocol
Correct Answer:
B. B. Transmission control protocol
Explanation:
HTTP clients perform requests using a TCP connection, because the TCP connection provides a more reliable service. UDP is not a reliable protocol, border gateway protocol is used on top of TCP, while domain host control protocol is a network layer protocol.