Summary: This module introduces the User Datagram Protocol for inter-VI data transfer in LabVIEW
UDP is a method of network data transfer that does not establish an end to end connection between the sender and receiver. Packets of data are sent out to a specified host on a specified port. The receiver receives packets and buffers them for reading. Some of the data packets sent are lost in transit and lost packets are not resent. This method of data transfer is ideal for multimedia information for which the loss of some packets does not affect much the quality of what is received.
The Advantage:
The Disadvantage:
Generally this protocol is good for transferring multimedia for which the loss of a few packets does not really affect the data
Implementation:
| User Datagram Protocol |
|---|
![]() |