1 / 4

TCP vs. UDP

TCP vs. UDP. By: Ryan A Rose. TCP (Layer 4). Connection-oriented SYN , ACK , FIN connections Detects loss of messages and retransmits them Congestion Control Flow Control. UDP (Layer 4). Simplest protocol – Performance > Completeness Connectionless No ACK’S

Download Presentation

TCP vs. 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. TCP vs. UDP By: Ryan A Rose

  2. TCP (Layer 4) • Connection-oriented • SYN, ACK, FIN connections • Detects loss of messages and retransmits them • Congestion Control • Flow Control

  3. UDP (Layer 4) • Simplest protocol – Performance > Completeness • Connectionless • No ACK’S • No Detect of loss of messages nor retransmits them • Ensure that data is received in the same order that it was sent • No congestion control • No manage of the flow of data

  4. RTP (Application Layer 5-6-7) • AKA RTTP • “provides end to end transport functions suitable for applications transmitting real time data” • Not QoS protocol, don’t handle retransmissions • Not used for setup/teardown • Can also use real time control protocol to monitor the stream

More Related