About 569,000 results
Open links in new tab
  1. User Datagram Protocol - Wikipedia

    In computer networking, the User Datagram Protocol (UDP) is one of the core communication protocols of the Internet protocol suite used to send messages (transported as datagrams in …

  2. TCP vs. UDP — What's the Difference and Which Protocol is

    Jun 28, 2021 · UDP is used for situations where some data loss is acceptable, like live video/audio, or where speed is a critical factor like online gaming. While UDP is similar to TCP …

  3. What is the User Datagram Protocol (UDP)? | Cloudflare

    The User Datagram Protocol (UDP) is a connectionless communication protocol for transporting packets across networks. Learn all about UDP/IP.

  4. User Datagram Protocol (UDP) - GeeksforGeeks

    Dec 27, 2024 · User Datagram Protocol (UDP) is a Transport Layer protocol. UDP is a part of the Internet Protocol suite, referred to as UDP/IP suite. Unlike TCP, it is an unreliable and …

  5. What is the User Datagram Protocol (UDP)? Full Guide

    Mar 17, 2025 · User Datagram Protocol (UDP) is a communications protocol primarily used to establish low-latency and loss-tolerating connections between applications on the internet. …

  6. UDP Definition - What is the UDP protocol? - TechTerms.com

    Oct 5, 2022 · UDP is a connectionless protocol that does not rely on two hosts establishing a connection before transferring datagrams. Streaming media, online gaming, and other …

  7. UDP (User Datagram Protocol) - Glossary | MDN - MDN Web Docs

    Jun 8, 2023 · UDP (User Datagram Protocol) is a long standing protocol used together with IP for sending data when transmission speed and efficiency matter more than security and reliability. …

  8. What is UDP? Working, Uses, Best Practices - Spiceworks

    Aug 9, 2022 · User datagram protocol (UDP) is defined as a communication protocol that is used for time-critical data transmissions such as DNS lookups, online gaming, and video streaming. …

  9. User Datagram Protocol (UDP) - Online Tutorials Library

    The User Datagram Protocol (UDP) is simplest Transport Layer communication protocol available of the TCP/IP protocol suite. It involves minimum amount of communication mechanism. UDP …

  10. What is UDP? - TheLinuxCode

    Dec 27, 2023 · The User Datagram Protocol, or UDP for short, is one of the core transport layer protocols powering the Internet as we know it. In this comprehensive, 2500+ word guide, you‘ll …