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:

  • Changing Ruler's unit of measurement in Word 2010 We will be come across a situation where we need to change the ruler measurement from cm to inches in word 2010 or some other metrics. MS Words offers many units of measurementssuch as Inches, Centimeters, Millimeters, Poi… Read More
  • Finding the Last Row in Excel using Excel VBA In excel there are situations where we need to find last row of an sheet. This can achieved by defining a variable and assigning the last row value to the variable and using offset property to find the last row.M… Read More
  • Adding a Facebook Fan Box or Facebook Like widget to Blogger Adding a Facebook Fan Box or Facebook Like widget to Blogger helps to get more Facebook fans. So here is a quick tutor to add Blogger widget for Facebook Like Box for the Blogger. Facebook Like Box was earlier called as Face… Read More
  • Adding Drop Down Menu For BloggerFirst method of Adding Drop-Down Menu 1. Login to Blogger AccountNow to begin this tutorial, let's go to Blogger.com and then Log in to your Blogger account using your own username along with the password. 2. Go to … Read More
  • Learning Excel Table Features-Introduction Excel Tables are defined as the series of rows and columns with related data which can be managed independently. In the processor of learning Excel, Excel Table is very important because it is a v… Read More

0 comments: