Spend a day with our industry's top gurus and hear what's on the horizon, what's working and which technologies are winning.
UDP |
|
| Description | user Datagram protocol, a lightweight, unreliable protocol for transmitting data between computers on a network. UDP is used by applications that provide their own sequencing and flow control systems (instead of that used within TCP) or systems where it doesn't matter if packets are lost (such as streaming multimedia). |