1
UDP in a Nutshell UDP -- connectionless and unreliable; although responsible for transmitting messages, no software checking for segment delivery is provided at this layer. No flow control, no reliability. • The advantage that UDP provides is speed. • Since UDP provides no acknowledgments, less traffic is sent across the network, making the transfer faster. • Protocols that use UDP include the following: – TFTP – SNMP – Network File System (NFS) – Domain Name System (DNS)

Udp in a nutshell

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Udp in a nutshell

UDP in a Nutshell

UDP -- connectionless and unreliable; although responsible for transmitting messages, no software checking for segment delivery is provided at this layer.

• No flow control, no reliability. • The advantage that UDP provides is speed. • Since UDP provides no acknowledgments, less traffic is sent across the network, making the transfer

faster. • Protocols that use UDP include the following:

– TFTP – SNMP – Network File System (NFS) – Domain Name System (DNS)