Results 1 to 5 of 5

Thread: Connection establishment and termination in TCP/IP protocol

  1. #1
    Join Date
    Dec 2010
    Posts
    66

    Connection establishment and termination in TCP/IP protocol

    Hello my friends , I just went through your forums about 2 hours ago and I really was impressed with your forum and the queries being answered , so I too wanted to post a networking related query , but first I checked whether your forum answers to those , and I was glad to find those type of queries , my question is that in the TCP/IP protocol establishes and terminates the connection ? I am waitng for you people's response .

  2. #2
    Join Date
    Nov 2009
    Posts
    955

    Re: Connection establishment and termination in TCP/IP protocol

    It seems that you are a student , before you go for the connection establishment it is necessary for you to learn some basic things about this protocol, TCP/IP is reliable and stateful protocol i.e it gives you the full guarantee that the packet you are about to send will reach the intended recipient. Then comes your part, it is a stateful packet that means before sending any packet it establishes a connection between the sender and the receiver before the transaction processes.

  3. #3
    Join Date
    Nov 2009
    Posts
    857

    Re: Connection establishment and termination in TCP/IP protocol

    The TCP/IP three-way handshake in (also known as the three message handshake) is the technique used to set up TCP socket associations and split down TCP socket associations over the set-up. TCP/IP 's three way handshaking method is also known as the 3-way handshake or it is also sometime called as "SYN-SYN-ACK" or more precisely SYN, SYN-ACK, ACK. As said above it is done so that the sender and the receiver can transact among each other.

  4. #4
    Join Date
    May 2008
    Posts
    945

    Re: Connection establishment and termination in TCP/IP protocol

    The TCP handshaking technique is intended so that two host systems trying to interact can discuss the restrictions and constraints of the network TCP socket link before commencing the communication. This three way handshaking procedure is also intended so that both ends can begin and discuss different TCP socket connections at the similar time. This also allows the multiplexing .

  5. #5
    Join Date
    Jul 2009
    Posts
    1,118

    Re: Connection establishment and termination in TCP/IP protocol

    In the this three way technique the sender sends and SYN request to the receiver, in the reply the receiver replies with the acknowledgement along with the SYN being sent by the sender in the form of SYN+ACK, in the reply the sender sends it the ACK back to the recipient acknowledging that the receiver is ready to communicate and receive the packets and thus the connection is established , the connection termination is done using 4 way handshaking.

Similar Threads

  1. Replies: 5
    Last Post: 05-12-2010, 12:05 AM
  2. Internet Message Access Protocol server closed the connection.
    By Maaheru in forum Technology & Internet
    Replies: 3
    Last Post: 26-11-2010, 02:29 AM
  3. Internet connection establishment fails with USB ports
    By Humbertu in forum Technology & Internet
    Replies: 5
    Last Post: 19-01-2010, 04:36 AM
  4. Replies: 4
    Last Post: 29-12-2009, 04:39 PM
  5. Remote Desktop Connection Protocol Error
    By pushpendra in forum Windows Vista Network
    Replies: 2
    Last Post: 28-12-2008, 08:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,641,866.91326 seconds with 17 queries