The Soler System
powered by soler power

you love tcp

SOURCES: www.wikipedia.com search tcp. can’t get busted for copyright :)

The Transmission Control Protocol (TCP) is one of the core protocols of the ISP.  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.

Flow control – limits the rate a sender transfers data to guarantee reliable delivery.

Discarding duplicate packets

Error-free data transfer

3 Responses to “you love tcp”

  1. Good idea for seperating the key tasks that TCP is capable of.

  2. Easy to read and very well summarized

  3. no, actually, i do not love tcp.
    I found this post informative to a certain extent
    but it would be better if u explained the points about
    Discarding duplicate packets, Error-free data transfer in more detail


Leave a Reply