View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > UDP

From LQWiki

Jump to: navigation, search

UDP = User Datagram Protocol. UDP is a connectionless or "best effort" protocol. Because it doesn't provide error checking, it has less overhead than a protocol like TCP which is connection-oriented, and is thus a much faster protocol.


Personal tools