Controlling remote applications using UDP

What's UDP? UDP is a connectionless protocol used by everyone every day, but it seems that not too many people know it. However, it can really be useful to solve particular network problems. Like TCP, UDP works at transport layer in the TCP/IP model, but they have very different uses.

UDP

Compared to TCP, UDP is a simpler message-based, connectionless protocol. Connectionless protocols do not set up a dedicated end-to-end connection; instead, communication is achieved by transmitting information in one direction from source to destination without verifying the readiness or state of the receiver. However, one primary benefit of UDP over TCP is the application to the voice-over-Internet protocol (VoIP) where ...

Get Delphi Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.