Every programmer should know TCP and UDP protocols. UDP is the User Datagram Protocol, which belongs to the transport layer in the OSI model. It is a connectionless protocol, which means that there is no connection between the previous message and the next message at the protocol layer, and it provides a simple unreliable transmission service. That is to say, UDP is unreliable. If you want to make the data reliable, you need to do error correction and error detection at the service layer. For example: TFTP. Then some students may ask, since it is unreliable, why not just use the IP protocol? Why go to so much trouble to add a protocol UDP? In fact, one of the most important reasons is that there is no concept of port in the IP protocol. It only stipulates the communication between two hosts, and does not solve the communication between applications on different hosts. If multiple applications on a host need to communicate, the IP protocol cannot distinguish which application the data belongs to. It can be understood that a port is a communication channel. Of course, UDP adds some functions based on the IP protocol, so let's summarize:
The following figure shows the relationship between UDP and the upper and lower layers: What does the UDP header look like? First look at the following picture: As can be seen from the figure, the UDP header consists of four parts:
How to use UDP and socket together As we enter the transport layer, we can also call the API in the operating system to build a socket. Socket is a programming interface provided by the operating system, which is used to represent a network communication. The application uses the socket to call the module that handles the network protocol in the system kernel, and these kernel modules are responsible for the implementation of the specific network protocol. In this way, we can let the kernel receive the details of the network protocol, and we only need to provide the content to be transmitted. The kernel will help us control the format and further encapsulate it to the bottom layer. Therefore, in actual applications, we do not need to know how to form a UDP packet, but only need to provide relevant information (such as IP address, port number, and information to be transmitted). The operating system kernel will form a qualified UDP packet (as well as the lower layer packets and frames) based on the relevant information we provide before transmission. See the figure below. UDP usage scenarios
Conclusion UDP is not as complex as TCP, but it is an indispensable protocol in the network system. You need to master this protocol proficiently. |
<<: IBM acquires Red Hat. Will it be its rival, Google or Huawei? Let's wait and see.
>>: The decline in operators' ability to generate revenue will affect the rapid deployment of 5G
[[386748]] HTTP/0.9HTTP/0.9 was proposed in 1991 ...
Long ago, internet signals were transmitted over ...
Bandwagonhost has restocked the special annual pa...
2019 is the first year of 5G commercial deploymen...
The process of transferring data remotely involve...
RackNerd has launched the 2022 Chinese New Year p...
Network transmission is like playing a team battl...
IoT drives SD-WAN adoption The Internet of Things...
SD-WAN is one of the hottest new network technolo...
With the arrival of 5G and the new Internet of Th...
In recent years, with the development of electron...
The development of 5G has now become another hot ...
When dealing with complex network environments, i...
Many devices on the network today, such as IP cam...
5G was oriented to vertical industry applications...