User Datagram Protocol (UDP) - Explained

User Datagram Protocol (UDP) is a connectionless protocol. It is simpler than TCP in implementation and does not have overheads such as the three-way handshake. UDP corresponds to the transport layer (Layer 4) of the OSI reference model. As a complement to the IP protocol, it serves as a transport mechanism to applications that need efficiency in transmission rather than reliability, and is used when error correction or even resend does not make sense. Examples of such applications are video streaming and voice applications.

User Datagram Protocol (UDP) Packet Format

The nature of how the UDP protocol behaves and its format have the following implications with respect to resiliency:
So far, this chapter has highlighted the characteristics of the major protocols such as IP, TCP, and UDP and how their behaviors impact the resiliency of the network. Another area that contributes to the resiliency of the network is the high-availability feature of the hardware that supports the running of these protocols.

This chapter now looks at how fast the hardware can recover from a failure so as not to affect the running of these protocols, which ultimately affect the applications that are running on them. The following section discusses the development of these hardware features and how the improvements seek to complement the behaviors of the major protocols in supporting a resilient IP network.

You might also like these recent post - 

Understanding Five Nines of Uptime - Read This
Distribured Virtual Datacenter for Enterprise cloud - Read This 
Cisco ASR 9000 - Network Virtualization Technology - Read This 
Cisco ISR G2 Licensing - Simpified - Read This
Cisco GLBP is an unbeatable FHRP - Read this 
 
Found it useful, Consider sharing it with your friends -

Labels: , ,