Glossary Item Box

PowerTCP SSL Sockets for .NET

The Udp Component

UDP is a simple protocol compared to TCP. Communication occurs by creating an instance of the Udp component, "listening" on a port, and sending and receiving datagrams. The techniques required for sending and receiving UDP datagrams differ from those employed for sending and receiving TCP data. For example:

 

In This Section

UDP Protocol Overview
An overview of the UDP protocol.
Basic Sending and Receiving of Datagrams
Demonstrates how to send and receive UDP datagrams.
Broadcasting and Multicasting Datagrams
Demonstrates how to broadcast and multicast UDP datagrams.

Related Sections

The Server and Tcp Components
Examines use of the Server and Tcp components.
The Udp Component
Examines use of the Udp component.
The Dns, Ping and Trace Components
Examines use of the Dns, Ping and Trace components.
Security
Describes use of security.
Synchronous vs Asynchronous Methods
This topic discusses the benefits and uses for synchronous and asynchronous methods.
Using EndXXX Events
Describes how to use the EndXXX events that are raised upon the completion of a method.
Using Editor Forms
Describes how to use the component designer Editor Forms.

 

 


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.