Cloud DNS

secretsplurge.com

This domain is registered for one of our customers.

If this is your domain name, please visit this page to see how to register it as DNS zone into your account.

Note: If you already have registered the DNS zone for your domain name, please wait for DNS propagation. Your web site will be displayed soon. It may take few minutes.

* Do you know what UDP (User Datagram Protocol) is?


Suggested article: UDP (User Datagram Protocol) explained in details

The User Datagram Protocol, or just for short UDP, is a popular communication protocol implemented over the Internet. It established connections between different applications that are low-latency and loss tolerating. That is possible because UDP does not perform a procedure called "handshake." That means UDP is not required to have agreement from the receiving party for completing the data transfer.

When we compare UDP with another very popular protocol - TCP (Transmission Control Protocol), we can notice several major differences.

Here are some of them:

  • TCP is connection-oriented, and UDP is a connectionless protocol.
  • TCP implements the "handshake" procedure, and UDP doesn't.
  • The speed of TCP is slower than UDP.
  • TCP is more reliable than UDP
  • TCP sends packets in order. UDP packets do not necessarily arrive in order.

In case you are interested and desire to find out more, we suggest you the following article about UDP explained in detail.