Cloud DNS

crxnet.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 the TCP/IP is?


Suggested article: TCP (Transmission Control Protocol) – What is it, and how does it work?

Transmission Control Protocol (TCP) is a fundamental and very commonly used protocol. Its main purpose is to arrange and transfer packets of data in a specific manner. First, TCP has to set the proper connection between the user and the server. Only then is it able to transfer the data to the receiver. As a result, both sides included in the exchange of information are protected.

TCP is one of the essential protocols in the TCP/IP model, which is the foundation of the modern Internet.

TCP vs. UDP

Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) are some of the most popular protocols out there. However, they have some major differences:

  • TCP is connection-oriented. On the other hand, UDP is connectionless.
  • TCP can recover lost packets. UDP is not able to recover them.
  • TCP provides ordered messages. UDP does not include a function like that.
  • TCP provides a guarantee that the data is delivered to its recipient. UDP is not able to ensure delivery.

If you want to learn more, we recommend the following article with additional information about the Transmission Control Protocol (TCP) and its advantages!