Glossary:TCP: Difference between revisions
(Created page with "TCP or Transmission Control Protocol is an Internet protocol which provides a bidirectional data stream between two Internet-connected devices. It uses IP to transmit the data as a series of packets, keeping track of them so as to request retransmission of any that get lost and re-ordering any that arrive out of sequence. It is used where it's vital that all the data arrives exactly as sent even though that migh...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
TCP or Transmission Control Protocol is an [[Glossary:Internet|Internet]] [[Glossary:Protocol|protocol]] which provides a bidirectional data stream between two Internet-connected devices. It uses [[Glossary:IP|IP]] to transmit the data as a series of packets, keeping track of them so as to request retransmission of any that get lost and re-ordering any that arrive out of sequence. It is used where it's vital that all the data arrives exactly as sent even though that might incur delays due to retransmissions. | TCP or Transmission Control Protocol is an [[Glossary:Internet|Internet]] [[Glossary:Protocol|protocol]] which provides a reliable bidirectional data stream between two Internet-connected devices. It uses [[Glossary:IP|IP]] to transmit the data as a series of packets, keeping track of them so as to request retransmission of any that get lost and re-ordering any that arrive out of sequence. It is used where it's vital that all the data arrives exactly as sent even though that might incur delays due to retransmissions. |
Latest revision as of 11:20, 9 September 2022
TCP or Transmission Control Protocol is an Internet protocol which provides a reliable bidirectional data stream between two Internet-connected devices. It uses IP to transmit the data as a series of packets, keeping track of them so as to request retransmission of any that get lost and re-ordering any that arrive out of sequence. It is used where it's vital that all the data arrives exactly as sent even though that might incur delays due to retransmissions.