In: Computer Science
Support the answers with screenshots, please
Q7) Select any TCP packet sent by the client to the server, what is the sequence number of the SYNACK segment sent to the client computer in reply to the SYN? What is the value of the Acknowledgement field in the SYNACK segment? How this to determine that value? What is it in the segment that identifies the segment as an SYNACK segment?
Q8) Are there any retransmitted segments in the trace file? What did you check for (in the trace) in order to answer this question?
Select any TCP packet sent by the client to the server
I have selected spinlab.wpi.edu packet.
what is the sequence number of the SYNACK segment sent to the client computer in reply to the SYN?
Sequence number is 0
What is the value of the Acknowledgement field in the SYNACK segment?
Acknowledgement number is 1
How this to determine that value?
The response for SYNACK message with acknowledgement number X + 1 ,sequence number is X for SYN message
What is it in the segment that identifies the segment as an SYNACK segment?
SYC , ACK flags are same
Q8) Are there any retransmitted segments in the trace file? What did you check for (in the trace) in order to answer this question?
No retransmitted segments present in the trace file.In order to check I chceked for any segment numbers repeating