Learning Python Network Programming

(Sean Pound) #1
Chapter 7

The following screenshot shows the server's response sent to the client. After
inspecting UDP client/server packets, we can easily see that UDP is much
simpler than TCP. It's often termed as a connectionless protocol as there is no
acknowledgment or error checking involved.

Free download pdf