Ask Question
22 May, 15:20

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?

+4
Answers (1)
  1. 22 May, 18:28
    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?
Get 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 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