Tcp tutorial part 1

TRANSMISSION CONTROL PROTOCOL (TCP):
TCP takes large blocks of information from an application and
breaks them into segments. It numbers and sequences each
segment so that the destinations TCP protocol can put the
segments back into the order the application intended.
After these segments are sent, TCP (on the transmitting host)
waits for an acknowledgement of the receiving ends TCP virtual
circuit session, retransmitting those that are not acknowledged.

Before a transmitting host starts to send segments down the model,
the senders TCP protocol contacts the destinations TCP protocol
to estasblish a connection. What is created is known as a virtual
circuit. During this initial handshake, the two TCP Layers also
agree on the amount of inforamtion that is going to be sent before
the recipients TCP sends back an acknowledgement. With everything
agreed upon in advance, the path is paved for reliable communication
to take place.

Related Posts:

  • Excel Formula to return the last nonblank cell in a column or Row Some times in Excel worksheet which we update frequently by adding new data to its columns and we need to reference the last value in a particular column. That is the value most frequently entered. We can achieve this c… Read More
  • Image Marquee In Google Sites Marquee Images : Marquee is a scrolling display of text and images on a web page.  On our site you can find it by the script code, but this way is not easy for everyone. If you want it on your site I'll t… Read More
  • How To Make A Facebook Game In this tutorial, we'll learn how to add a HTML5 game made with Construct 2 to Facebook, and how to integrate it with Facebook's features. If you haven't already, download the Free edition of the Construct 2 HTM… Read More
  • How To Clean Monitor Dirt, finger prints, and dust can make your computer screen difficult to read; however, it's easy to clean your screen when needed. Although there are monitor cleaning kits that you can buy, they may damage your monitor if t… Read More
  • Backing Up Your Computer Imagine what would happen if your computer suddenly stopped working. Would you lose any important documents, photos, or other files? It may be possible to repair your computer, but your files may be lost forever. Luckily, yo… Read More

0 comments: