Friday, February 26, 2010

Transmission Control Protocol ( TCP ) vs. User Defined Protocol ( UDP )

____________________________________________

TCP :
-    Guaranteed delivery
-    Error detection via sequence and ACK numbers
-    Windowing
-    “Connection-Oriented”
UDP:
-    “best-effort” delivery, but no guarantee of delivery
-    No error detection
-    No windowing
-    “Connectionless”

____________________________________________

No comments:

Post a Comment