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