|
Re: Uses of UDP
1. UDP would be most suitable for real time applications such as video conferencing since congestion control, as in TCP,would be damaging for such applications !!
2. UDP is good for sending messages from one system to another when the order isn't important and you don't need all of the messages to get to the other machine.
|