Ask Question

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?

+2
Answers (1)
  1. 7 July, 05:21
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers