Which type of connection does an HTTP client initiate to communicate with a server on a specific port?
Explanation
HTTP clients establish communication using the Transmission Control Protocol (TCP) to connect to a server's designated port. UDP is connectionless and not used for HTTP, while BGP is a routing protocol unrelated to client-server connections.