1 / 4

User Datagram Protocol (UDP)

User Datagram Protocol (UDP). IP headers cannot identify application programs running a computer UDP is an end-to-end or transport protocol that allows an application program to serve as the end-point of communication. UDP Characteristics. End-to-end Connectionless Message-oriented

Download Presentation

User Datagram Protocol (UDP)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. User Datagram Protocol (UDP) • IP headers cannot identify application programs running a computer • UDP is an end-to-end or transport protocol that allows an application program to serve as the end-point of communication

  2. UDP Characteristics • End-to-end • Connectionless • Message-oriented • Each UDP message must fit within one IP datagram • Best-effort • UDP message can be lost, duplicated, or corrupted • Suitable for applications that can tolerate delivery errors • Arbitrary interaction • One-to-one, one-to-many (IP multicast/broadcast), many-to-one • Operating system independent • Relies on UDP port numbers to identify application

  3. UDP Port Number

  4. UDP Encapsulation

More Related