UDP (User Diagram Protocol)

Simpler and faster comparing to TCP (Transmission Control Protocol), however it does not provide the same level of error checking.

It simply sending a package of data from 1 device to another. It's the receiver responsibility to check if these data are received correctly.

Pasted image 20230901093356.png

If an error is detected, the receiver simply dispose the package.

Negative ACK

UDP you don't need to have ACK / SYNC

Pasted image 20240427125157.png

Packet Header

Pasted image 20240919204018.png