An Overview of User Datagram Protocol Philadelphia PA

UDP is an abbreviation for User Datagram Protocol. It's nothing but a connectionless transport protocol that runs on TCP/IP's IP.

Local Companies

Whiteboard Media
877-467-8639
PO Box 2034
Philadelphia, PA
MoneyForMyStuff.com
518-209-4194
523 N. 35h St.
Philadelphia, PA
Allied Riser Communications Inc
(215) 569-0330
1700 Market St
Philadelphia, PA
1040 Now
(215) 627-5874
325 Bainbridge St
Philadelphia, PA
I-Site Inc
(215) 413-3135
15 S 3rd St
Philadelphia, PA
Health Sciences Libraries Consortium
(215) 222-1532
3600 Market St
Philadelphia, PA
Inflow Inc
(267) 321-2200
833 Chestnut St Fl 11
Philadelphia, PA
D4 Creative Group
(215) 508-7000
161 Leverington Ave Ste 1001
Philadelphia, PA
Fotokraft
(215) 625-0700
339 S 3rd St
Philadelphia, PA
Weblinc
(215) 925-1800
340 N 12th St
Philadelphia, PA

What is UDP?
How can we use it in Delphi?

An Introduction to UDP

UDP is an abbreviation for User Datagram Protocol. It's nothing but a connectionless transport protocol that runs on TCP/IP's IP.

The advantage of this protocol is that it is connectionless. It doesn't need any connection before sending data packets to another computer.

The disadvantage is that it provides an unreliable datagram service. That is, the data packets may be duplicated, lost or received in a different order than the one in which they were sent. So the application must handle all those situations robustly.

The receiving program requests a number of bytes (the maximum will be the total number of bytes in the received packet). If less than the full packet is read, then the remainder is discarded. Then the next read is from the next packet. That means the boundaries of the original packet are preserved. For that the application must handle error correction while reading packets.

This UDP is best suited for small, independent requests like requesting a value of a variable etc., If the data is too large to send (i.e many packets of data) and valuable, then UDP is not the preferred protocol to use.

There is a component in Delphi 5 edition for the UDP from NetMasters called NMUDP. That component is similar to use as TclientSocket component.

The comparison of TClientSocket component with TNMUDP component:

As far as the properties are concerned, here in NMUDP we need to set the LocalPort(it could be any integer greater than zero; but should not be zero) to receive the data sent from the server in addition to the RemoteHost and RemotePort. But actually, the host may not be a remote one. It could be a local machine. (i.e) we can send data packets to the client machine itself and get response back for the testing purposes....

Click here to read the rest of the article at HowToDoThings.com

Author: brian shaifer

Featured Local Company

Whiteboard Media

A unique, results-driven Creative Marketing Agency based in Philadelphia, with offices in Buenos Aires and Shanghai.

877-467-8639
PO Box 2034
Philadelphia, PA
http://www.whiteboardmedia.com

Whiteboard Media is a results-driven marketing company based in Philadelphia. We specialize in web and print media, online marketing campaigns, and consulting services.

Our clients include top corporate, small business, and non-profit customers.

Visit us today to access:

-Portfolio examples
-Packaged pricing
-Whitepapers
-Sales Resources
-Client Testimonials
-Free Needs Assessment


www.whiteboardmedia.com