# UDP

[User Datagram Protocol or UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol) is a fast, connectionless protocol used for transmitting data over a network. It's known for its speed but unlike its more reliable counterpart, TCP, UDP does not guarantee packet delivery or order. Spikemark supports sending UDP messages and streaming positions over UDP.
