Respuesta :

Answer:

In a TCP connection the server program must be executed before the client program because if the server is not listening, the client fails to establish connection with the server.

UDP does not require a connection from the server.