Hi guys what is Transmission control protocol?
Hunter 03-October-2007 06:42:37 PM

Comments


Visit:
en.wikipedia.org/wiki/Internet_Protocol_Suite
Posted by sagitraz


The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. TCP is so central that the entire suite is often referred to as "TCP/IP". Whereas IP handles lower-level transmissions from computer to computer as a message makes its way across the Internet, TCP operates at a higher level, concerned only with the two end systems, for example a Web browser and a Web server. In particular, TCP provides reliable, ordered delivery of a stream of bytes from one program on one computer to another program on another computer. Besides the Web, other common applications of TCP include e-mail and file transfer. Among its management tasks, TCP controls message size, the rate at which messages are exchanged, and network traffic congestion.
Posted by waqasahmad


Provide services such as checksum, flow control, authentication.

And start communication after handshake.
Posted by waqqas1


Positive acknowledgement scheme (unacknowledged bytes are retransmitted after a timeout)
Checksum on both header and data
Reordering of segments that are out of order
Detection of duplicate segments
Flow control (sliding window mechanism)


Posted by HamidAliKhan


TCP, One of two major protocols used ii TCP/IP family of protocols. In VoIP telephony and videoconferencing ca the TCP protocol is replaced by its sister protocol, UDP.
Posted by vishwesh



Posted: 03-October-2007 06:55:07 PM By: vishwesh

TCP, One of two major protocols used ii TCP/IP family of protocols. In VoIP telephony and videoconferencing ca the TCP protocol is replaced by its sister protocol, UDP.

Posted: 29-November-2008 02:00:05 PM By: HamidAliKhan

Positive acknowledgement scheme (unacknowledged bytes are retransmitted after a timeout)
Checksum on both header and data
Reordering of segments that are out of order
Detection of duplicate segments
Flow control (sliding window mechanism)


Posted: 24-December-2008 09:32:45 AM By: waqqas1

Provide services such as checksum, flow control, authentication.

And start communication after handshake.

Posted: 02-March-2009 02:11:28 AM By: waqasahmad

The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. TCP is so central that the entire suite is often referred to as "TCP/IP". Whereas IP handles lower-level transmissions from computer to computer as a message makes its way across the Internet, TCP operates at a higher level, concerned only with the two end systems, for example a Web browser and a Web server. In particular, TCP provides reliable, ordered delivery of a stream of bytes from one program on one computer to another program on another computer. Besides the Web, other common applications of TCP include e-mail and file transfer. Among its management tasks, TCP controls message size, the rate at which messages are exchanged, and network traffic congestion.

Posted: 10-September-2009 01:31:11 PM By: sagitraz

Visit:
en.wikipedia.org/wiki/Internet_Protocol_Suite