Not fixing network transmission issues with UDP

Protocol that solves less issues is UDP. Often UDP can be used for media transmission. For example if a video frame is lost during transmission, it is not a critical issue, but a video still can be watchable. UDP protocol often used for video/audio data, where data loss is not critical.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator