Should I use tcp or udp?
Answer / Aditya Kumar Dixit
The choice between TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) depends on the specific requirements of your application. If reliability, ordered delivery of data, and error handling are essential, choose TCP. However, if you have a real-time application that can handle some data loss and doesn't need guaranteed delivery, consider using UDP.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is throjan?
Is udp faster?
Is udp safe?
Can tcp and udp share the same port?
What is the advantage of udp over tcp?
Is tcp faster than udp?
Is the ip adress of computer and modemis same or not ?
How much is the signal amplified? and what is the total gain? when a signal is passed through three cascaded amplifiers, each with a 5 dB gain.
Is port 80 udp or tcp?
Why tcp is more reliable than udp?
Is tcp or udp faster?
Write UDP/SOCK_DGRAM applications