TCP: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
'''External Links'''
'''External Links'''


[http://www.example.com TCP Characteristics]
[http://blog.eukhost.com/2006/06/08/tcp-characteristics/ TCP Characteristics]


[[Category:Networking Protocols]]
[[Category:Networking Protocols]]

Latest revision as of 09:01, 27 October 2006

TCP is a network encapsulation protocol that sends data via IP. TCP stands for transmission control protocol. Unlike its unreliable counterpart, UDP, TCP guarantees delivery of network packets, validating that each one reaches its destination, and retransmits as necessary. This is not always so useful in a real-time multimedia streaming application. But TCP-based transport schemes are often useful as a lowest common denominator of protocols for getting data through firewalls, typically via HTTP.

External Links

TCP Characteristics