UDP

From Wikipedia

HomePage | Recent changes | View source | Page history | Log in |

Printable version | Disclaimers | Privacy policy

User Datagram Protocol, one of the core internet protocols. A stateless protocol that is often used in such applications as videoconferencing and online gaming, where data must arrive quickly, and data that arrives late is worthless. UDP doesn't have the handshake overhead of TCP to establish connections, and does not have features like flow control and reliability. The benefit of this smaller feature set is quicker data transmittal, and lower total overhead, hence its common usage in the aforementioned applications

Retrieved from "http://nostalgia.wikipedia.org/wiki/UDP"

This page was last modified on 14 October 2001, at 01:22. Text is available under the Creative Commons Attribution/Share-Alike License; additional terms may apply. See Terms of Use for details.