Ask Question
21 February, 07:19

For the client-server application over TCP, why must the server program be executed before the client program? For the client server application over UDP, why may the client program be executed before the server program?

+1
Answers (1)
  1. 21 February, 10:43
    0
    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “For the client-server application over TCP, why must the server program be executed before the client program? For the client server ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers