Ask Question
11 November, 02:37

Suppose you wanted to do a transaction from a remote client to a server as fast as possible. would you use udp or tcp? why?

+5
Answers (1)
  1. 11 November, 02:57
    0
    You would use UDP. With UDP, the transaction can be completed in one roundtriptime (RTT) - the client sends the transaction request into a UDP socket, and theserver sends the reply back to the client's UDP socket. With TCP, a minimum of twoRTTs are needed - one to set-up the TCP connection, and another for the client to send the request, and for the server to send back the reply
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose you wanted to do a transaction from a remote client to a server as fast as possible. would you use udp or tcp? why? ...” in 📗 Business 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