Thursday, March 11, 2010

Difference between TCP and UDP.

TCP is a reliable, connection-oriented protocol.
UDP is unreliable and connectionless protocol.
In order to ensure reliability, the TCP header increases those fields including sequence number, acknowledgment numbers and window size.

No comments:

Post a Comment