Computer Science, asked by curiousbrain5701, 1 year ago

User datagram protocol is connectionless why

Answers

Answered by varandeepsahota
0
Hey frnd,

Unlike TCP, UDP doesn't establish a connection before sending data, it just sends. Because of this, UDP is called "Connectionless". UDP packets are often called "Datagrams". An example of UDP in action is the DNS service. DNS servers send and receive DNS requests using UDP.

Hope , it helps
Similar questions