UDP (User Datagram Protocol) là một trong những giao thức cốt lõi của giao thức TCP/IP.Dùng UDP, chương trình trên mạng máy tính có thể gửi những dữ liệu ngắn được gọi là datagram tới máy khác. UDP không cung cấp sự tin cậy và thứ tự truyền nhận mà TCP …

UdpCommunication - Python Wiki Using UDP for e.g. File Transfers. If considering extending this example for e.g. file transfers, keep in mind that UDP is not reliable. So you'll have to handle packets getting lost and packets arriving out of order. In effect, to get something reliable you'll need to implement something similar to TCP on top of UDP, and you might want to UDP – Wikipedija UDP (User Datagram Protocol) je protokol koji se nalazi u dijelu transportne razine OSI modela, te je uz TCP jedan od temeljnih Internet protokola. UDP omogućuje slanje kratkih poruka (datagram) između aplikacija na umreženim računalima.U odnosu na mrežnu razinu OSI modela UDP dodaje samo funkcije multipleksiranja i provjeravanja pogreške prilikom prenošenja podataka, a nema mogućnost UDP - Βικιπαίδεια Δομή UDP πακέτου (Όλο το άρθρο είναι μετάφραση του ομώνυμου Αγγλικού) Η δομή ενός πακέτου UDP περιγράφεται αναλυτικά στο αντίστοιχο πρότυπο IETF RFC 768.Στην σουίτα πρωτοκόλλων του Διαδικτύου, το UDP βρίσκεται ανάμεσα στο TCPやUDPにおけるポート番号の一覧 - Wikipedia

FrontPage - The Wireshark Wiki

The User Datagram Protocol (UDP) is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet.With UDP, computer applications can send messages, sometimes known as datagrams, to other hosts on an Internet Protocol (IP) network without requiring other communications to set up special transmission channels or data paths. UDP-based Data Transfer Protocol - Wikipedia UDP-based Data Transfer Protocol (UDT), is a high-performance data transfer protocol designed for transferring large volumetric datasets over high-speed wide area networks.Such settings are typically disadvantageous for the more common TCP protocol.

Tutorial:Networking with UDP - LOVE

UdpCommunication - Python Wiki