Ask Question
20 February, 05:13

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?

+5
Answers (1)
  1. 20 February, 06:18
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers