329 views
0 votes
0 votes

1 Answer

0 votes
0 votes
Client starts with 100.

 

Server starts with 500.

 

When they will establish connection...each will use one sequence no. So seq no 100 is used by client and 500 is used by server.

 

Now client sends two 100 bytes packets. So its seq no upto 300 will be used for this.

 

Server sends 50 bytes of data. So seq no upto 500 is used.

 

Now when client will send acknowledgement, it will use 301 as sequence no and will give 501(next byte expected) as acknowledgement no to server.

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
2
amiteshKeshari asked Oct 23, 2023
652 views
In a Class C network,if subnet mask is 255.255.255.244 then how many number of host in each subnet?
0 votes
0 votes
0 answers
3
54Y4N asked Oct 9, 2023
233 views
A 1 kilometer long CSMA/CD (not 802.3) has a propagation speed of 200m/ìsec. Repeaters are not allowed in this system Data frames are 256 bits long, including 32 bits of...