UDP
USER DATAGRAM PROTOCOL(UDP)
WHAT IS UDP BASED PROTOCOL?
• The User Datagram Protocol, or USD, is a communication
protocol used across the Internet for especially time-
sensitive transmission such as video playback or DNS
lookups. It speed up communication by not formally
establishing a connection before data is transferred.
“HOW USER DATAGRAM PROTOCOL (UDP) WORKS”
“TCP VS UDP COMMUNICATION”
HOW DOES UDP WORK?
What is the difference between UDP and UDT?
• The UDP-Based Protocol is a much more efficient alternative to
the TCP protocol, and can transfer data at a much higher
speed. UDT is an application built on top of User Datagram
Protocol (UDP), and is a connection-oriented, duplex protocol
that can support reliable data streaming and partial reliable
messaging.
WHAT IS AN EXAMPLE OF UDP?
• UDP has a number of benefits for different types of
applications, including: No retransmission delays –
UDP is suitable for time-sensitive applications that
can't afford retransmission delays for dropped packets.
Examples include Voice over IP (VoIP), online games,
and media streaming.
WHAT ARE 3 PROTOCOL THAT USE UDP?
• Applications. Numerous key Internet applications use UDP,
including: the Domain Name System (DNS), the Simple
Network Management Protocol (SNMP), the Routing
Information Protocol (RIP) and the Dynamic Host
Configuration Protocol (DHCP). Voice and video traffic is
generally transmitted using UDP.
Where is UDP protocol used?
• UDP is commonly used in time-sensitive communications
where occasionally dropping packets is better than waiting.
Voice and video traffic are often sent using this protocol
because they are both time-sensitive and designed to handle
some level of loss.
THANK YOU !!!