Jump to content

7.2.3 UDP (Unreliable, Connectionless): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 July 2025

  • curprev 15:5715:57, 10 July 2025 Mr. Goldstein talk contribs 1,061 bytes +1,061 Created page with "=== 7.2.3 UDP (Unreliable, Connectionless) === UDP (User Datagram Protocol) is like sending a postcard. You send it, but you don't get a confirmation that it arrived, and if it gets lost, you don't know. When you send data using UDP: * It's faster because it doesn't bother with checking if everything arrived or if it's in order. * Some data might be lost, and it won't be resent. UDP is unreliable and connectionless (it just sends data without setting up a formal connec..." Tag: Visual edit