udp in a nutshell

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)

Upload: 195countries

Post on 18-Dec-2014

61 views

Category:

Education


2 download

DESCRIPTION

 

TRANSCRIPT

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)