English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-17 18:23:35 · 16 answers · asked by RAJESH T 1 in Computers & Internet Internet

16 answers

TCP

Abbreviation of Transmission Control Protocol, and pronounced as separate letters. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

2006-10-17 18:25:16 · answer #1 · answered by Anonymous · 0 0

TCP Stands for Transmission Control protocol.

in some cases it is called as Transfer control protocol which is a different context.

Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite. Using TCP, applications on networked hosts can create connections to one another, over which they can exchange data in packets. The protocol guarantees reliable and in-order delivery of data from sender to receiver. TCP also distinguishes data for multiple connections by concurrent applications (e.g. Web server and e-mail server) running on the same host.

TCP supports many of the Internet's most popular application protocols and resulting applications, including the World Wide Web, e-mail and Secure Shell.

In the Internet protocol suite, TCP is the intermediate layer between the Internet Protocol (IP) below it, and an application above it. Applications often need reliable pipe-like connections to each other, whereas the Internet Protocol does not provide such streams, but rather only unreliable packets. TCP does the task of the transport layer in the simplified OSI model of computer networks.

Applications send streams of octets (8-bit bytes) to TCP for delivery through the network, and TCP divides the byte stream into appropriately sized segments (usually delineated by the maximum transmission unit (MTU) size of the data link layer of the network the computer is attached to). TCP then passes the resulting packets to the Internet Protocol, for delivery through a network to the TCP module of the entity at the other end. TCP checks to make sure that no packets are lost by giving each packet a sequence number, which is also used to make sure that the data are delivered to the entity at the other end in the correct order. The TCP module at the far end sends back an acknowledgement for packets which have been successfully received; a timer at the sending TCP will cause a timeout if an acknowledgement is not received within a reasonable round-trip time (or RTT), and the (presumably lost) data will then be re-transmitted. The TCP checks that no bytes are damaged by using a checksum; one is computed at the sender for each block of data before it is sent, and checked at the receiver.

2006-10-17 19:43:43 · answer #2 · answered by Anonymous · 0 0

TCP - Transmission Control Protocol

2006-10-17 21:34:10 · answer #3 · answered by remo 2 · 0 0

Transmission Control Protocol

Abbreviation of Transmission Control Protocol, and pronounced as separate letters.
TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

2006-10-17 19:54:17 · answer #4 · answered by Rajarajan Karur 2 · 0 0

TCP (Transmission Control Protocol) is a protocol used along with the Internet Protocol (IP) to send data in the form of individual units (called packets) between computers over the Internet. Whereas IP handles the actual delivery of the data, TCP keeps track of the packets that a message is divided into for efficient routing through the Internet.

2006-10-17 18:36:58 · answer #5 · answered by Dushyanthan D 2 · 0 0

Transmission Control Protocol

A protocol is a set of rules & regulations agreed by certain parties. Therefore TCP is the world standard protocol on Controling data Transmission.

TCP also stands for Town & Country Planning, a discipline in Architecture

2006-10-17 18:35:19 · answer #6 · answered by Thilina Guluwita 4 · 0 0

The Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite. Using TCP, applications on networked hosts can create connections to one another, over which they can exchange data in packets. The protocol guarantees reliable and in-order delivery of data from sender to receiver. TCP also distinguishes data for multiple connections by concurrent applications (e.g. Web server and e-mail server) running on the same host.

TCP supports many of the Internet's most popular application protocols and resulting applications, including the World Wide Web, e-mail and Secure Shell

2006-10-18 00:49:00 · answer #7 · answered by diwawaits 2 · 0 0

Transmission Controll Protocol

2006-10-17 18:36:55 · answer #8 · answered by Anonymous · 0 0

Transmission Control Protocol

2006-10-17 18:24:42 · answer #9 · answered by Justin S 1 · 0 0

Transmission Control Protocol

2006-10-17 18:24:42 · answer #10 · answered by Anonymous · 0 0

fedest.com, questions and answers