edited by
496 views
4 votes
4 votes

Consider a sliding window protocol with a window size of $5$ using cumulative ACKs (and ACK is being sent for each segment).

Assume that the retransmission timeout timer is long enough and timeout has not occurred for any packet in this question.

The numbering of data packets start from $1.$ Also, assume the TCP receiver sends an ACK for every segment it receives.

The notation $A x$ is used to mean that the ACK packet is acknowledging the receipt of all packets up to and including data packet $x$. That is, $A 5$ is acknowledging the receipt of packet 5; to be clear, the notation does not mean that the receiver is expecting packet 5 as the next data packet. Assume that the following ACK packets arrive (just the ordering is shown, no timing information is provided):
$$A1 A2 A3 A3 A5 A6$$
Which scenarios would have produced such a series of ACKs? (mark all that apply)

  1. Data packet number 4 was dropped.
  2. Data packet number 4 was delayed, and arrived immediately after data packet 5
  3. Data packet 3 was duplicated by the network
  4. ACK packet A3 was duplicated by the network
edited by

1 Answer

0 votes
0 votes

If A3 is not duplicated by network then why it's appearing  2 times ..anyone please clear my doubts .. @GO Classes 

Answer:

Related questions

462
views
1 answers
4 votes
GO Classes asked Feb 5
462 views
Consider the following forwarding table in a router that uses longest prefix matching to forward packets. Assume that 4-bit addressing is used.$$\begin{array}{c|c}\hline ...
762
views
2 answers
4 votes
GO Classes asked Feb 5
762 views
Consider the following network, which consists of two routers (R1 and R2), two switches (S1 and S2), and four hosts (H1, H2, H3, and H4).Suppose H1 wants to send packet t...
813
views
1 answers
5 votes
GO Classes asked Feb 5
813 views
A host uses a variety of protocols to discover information about the network it is connected to. Which of the following statements are TRUE?To perform a DNS lookup, a hos...
678
views
2 answers
9 votes
GO Classes asked Feb 5
678 views
Assume a linear page table, with a 1-byte page-table entry. Assume physical and virtual address spaces of size 128 bytes with 32-byte pages. The page-table base register ...