User Datagram Protocal, UDP


UDP provides a simpler datagram delivery service between application processes

Untitled

Property Behavior
Connectionless
Datagram Service No connection established
Packets may show up in any order
Self contained datagram
Unreliable delivery 1. No acknowledgements
  1. No mechanism to detect missing or mis-sequenced datagrams
  2. No flow contorl |

Untitled