UDP

Creator
Creator
Alan JoAlan Jo
Created
Created
2020 Jul 29 1:45
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2023 Oct 10 3:44
Refs

User Datagram Protocol

unreliable datagram transfer and provide almost nothing
  • No connection establishment(handshaking) required (no connection state)
  • No congestion control and simple small header size
Receiver extracts sender IP address and port# from received packet
UDP transmission time is better than TCP because they immediately deliver segment without confirmation process.
UDP Notion
 
 
 

RFC 768

 
 
 

Recommendations