Controlling remote application using UDP

What's UDP? User Datagram Protocol, or UDP, is a connectionless protocol used by everyone every day, but it seems that not too many people know it. However, it can be really useful to solve particular network problems. Like TCP, UDP works at transport layer TCP/IP model but they have very different usage. 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 voice over internet protocol ...

Get Delphi Cookbook - Second Edition 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.