6,362 views
1 votes
1 votes
The client opens the connection,send 3 segments, the 2nd of which carries 1,000 bytes of data and closes the connection. What is the value of the sequence number in each of the segments sent by the client.?

a)The SYN SEGMENT

B)The data segment

c) The FIN segment

Please answer with working

1 Answer

Best answer
2 votes
2 votes
To open a connection client needs to send 1 segment. with SYN ..now we know SYN consume one sequence number but no data...so now the sequence number is 2171..

now 1000 byte data is sent...seq number=2171+1000=3171

now connection termination(FIN) consumes no sequence it can be sent with data..

so final sequence number 3171
selected by

Related questions

3 votes
3 votes
2 answers
1
3 votes
3 votes
1 answer
3
rahuldb asked Oct 21, 2016
40,526 views
Please give me a solution to this with working