HOME | Review Guidelines | Review TOS | Signup FREE | Submit Articles

Home | Communications | Communication

UDP

UDP (User Datagram Protocol) is one of the two main transport protocols utilized in IP networks.
The UDP protocol exists on the Transport Layer of the OSI Model.
The UDP protocol is an unreliable connectionless protocol.
When we say that UDP is unreliable, we mean that UDP does not provide mechanisms for error detection and error correction between the source and the destination. Because of this, UDP utilized bandwidth more efficiently than TCP. Applications which utilize UDP and which require reliable transport must provide their own error detection and correction mechanisms.
By connectionless, we mean that a network node can communicate with another network node using UDP without first negotiating any kind of handshaking or creating a connection. Because of this, UDP is very efficient for protocols that send small amounts of data at irregular intervals.
These properties of UDP are in contrast to TCP, which is connection-oriented and provides end-to-end reliability.
Higher layer protocols which utilize UDP include DNS, BOOTP, DHCP, SNMP, and RADIUS.
Diagram of the UDP Header
UDP Header Format
-----------------

0 7 8 15 16 23 24 31
+--------+--------+--------+--------+
| Source | Destination |
| Port | Port |
+--------+--------+--------+--------+
| | |
| Length | Checksum |
+--------+--------+--------+--------+
| +
| data octets ... +
+-----------------------------------+

Ruth Miller writes on topics such as www.tech-faq.com/udp.shtml">UDP , www.tech-faq.com/osi-model.shtml">OSI Model and www.tech-faq.com/physical-layer.shtml">Physical Layer for The Tech FAQ.

Article Source: http://www.thearticleinsiders.com

By: Robert D. Thomson


Please Rate this Article   Not yet Rated


Click the XML Icon Above to Receive Communication Articles Via RSS!


For Any Dispute and Copyright issue email to : dispute@thearticleinsiders.com


100% Free source for free article

© The Article Insiders. All Rights Reserved.
Use of our service is protected by our Privacy Policy and Terms of Service

Powered by Article Dashboard