Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
TCP handshake question...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
barcaroller  
View profile  
 More options May 15 2007, 6:31 pm
Newsgroups: comp.protocols.tcp-ip
From: "barcaroller" <barcarol...@music.net>
Date: Tue, 15 May 2007 18:31:44 -0400
Local: Tues, May 15 2007 6:31 pm
Subject: TCP handshake question...

Client                          Server
       -------- SYN J -------->
       <--- SYN K, ACK J+1 ----
       ------- ACK K+1 ------->

During TCP connection establishment (above), the third segment is an ACK
from the client to the server.  What is the sequence number in that segment?
Is it J or J+1 or 0 or some other value?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Logajan  
View profile  
 More options May 15 2007, 7:41 pm
Newsgroups: comp.protocols.tcp-ip
From: Jim Logajan <Jam...@Lugoj.com>
Date: Tue, 15 May 2007 23:41:32 -0000
Local: Tues, May 15 2007 7:41 pm
Subject: Re: TCP handshake question...

"barcaroller" <barcarol...@music.net> wrote:
> Client                          Server
>        -------- SYN J -------->
>        <--- SYN K, ACK J+1 ----
>        ------- ACK K+1 ------->

> During TCP connection establishment (above), the third segment is an
> ACK from the client to the server.  What is the sequence number in
> that segment? Is it J or J+1 or 0 or some other value?

Figure 7 in RFC0793 shows the same handshake, but with the additional
detail needed to answer your question. The sequence number in the third
segment is shown as J+1.

In general, any TCP segment containing a set FIN flag, a set SYN flag,
and/or data must advance the sequence number. Any segment void of all three
of those sequence-number-consuming aspects should contain the current
sequence number.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justa Lurker  
View profile  
 More options May 15 2007, 8:56 pm
Newsgroups: comp.protocols.tcp-ip
From: Justa Lurker <JustaLur...@att.net>
Date: Wed, 16 May 2007 00:56:25 GMT
Local: Tues, May 15 2007 8:56 pm
Subject: Re: TCP handshake question...

barcaroller wrote:
> Client                          Server
>        -------- SYN J -------->
>        <--- SYN K, ACK J+1 ----
>        ------- ACK K+1 ------->

> During TCP connection establishment (above), the third segment is an ACK
> from the client to the server.  What is the sequence number in that segment?
> Is it J or J+1 or 0 or some other value?

Here is a question for you ...... when is the homework or takehome exam
due ?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chunhui  
View profile  
 More options May 16 2007, 5:59 am
Newsgroups: comp.protocols.tcp-ip
From: chunhui <chunhui_t...@163.com>
Date: Wed, 16 May 2007 09:59:40 +0000
Local: Wed, May 16 2007 5:59 am
Subject: Re: TCP handshake question...
barcaroller 写道:
> Client                          Server
>        -------- SYN J -------->
>        <--- SYN K, ACK J+1 ----
>        ------- ACK K+1 ------->

> During TCP connection establishment (above), the third segment is an ACK
> from the client to the server.  What is the sequence number in that segment?
> Is it J or J+1 or 0 or some other value?

 I use tcpdump to capture a FTP link.and the result is J + 1.

--

                              chunhui_t...@163.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »