Skip to main content

Posts

Showing posts with the label is a communication

UDP (User Datagram Protocol) is a communication protocol.

  U DP ( User Dat agram Protocol ) is a communication protocol.   U DP ( User Dat agram Protocol ) is a communication protocol that is used to send data over networks . Unlike TCP , UDP is connection less , meaning it does not require an acknowledgment from the receiver in order to continue sending data. UDP works by sending small packets of data, called datagrams, from one device to another. The packets are sent without any error checking, meaning that data integrity can’t be guaranteed. This makes UDP ideal for applications that require low latency, such as streaming audio and video. However, it also makes it less reliable than TCP. U DP ( User Dat agram Protocol ) is a communications protocol that is primarily used for establishing low - lat ency and loss - t oler ating connections between applications on the internet . It is an alternative to the more common Transmission Control Protocol ( TC P ) and is ...