subject

[20pt] Compare GBN, SR, and TCP (no 500ms delayed ACK). Assume that the timeout values for all three protocols are sufficiently long such that 8 consecutive data segments (Seq. no. 1 to 8)
and their corresponding ACKs can be received (if not lost in the channel) by the receiving host
(Host B) and the sending host (Host A) respectively.
Suppose Host A sends 8 data segments to Host B, and all segments except the 1st and last (8th)
are lost. In the end, all 8 data segments have been correctly received by Host B.
a. How many segments has Host A sent in total? What are their sequence numbers?
Answer this question for all three protocols.
b. How many ACKs has Host B sent in total? What are their sequence numbers? Answer this
question for all three protocols.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 22:00, Gaby702
Which is produced by the endocrine system to control how cells and organs function
Answers: 2
image
Computers and Technology, 22.06.2019 20:00, Jana1517
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i. e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
image
Computers and Technology, 24.06.2019 11:30, AnwarWeirdLol8811
Why is body language an important factor in a business meeting
Answers: 1
image
Computers and Technology, 24.06.2019 17:30, mikemofun9079
When you type january in a cell, then copy it using the fill handle to the cells below and the data automatically changes to february, march, april, and so on, what is this feature called? auto fill automaticcopy monthfill textfill
Answers: 1
You know the right answer?
[20pt] Compare GBN, SR, and TCP (no 500ms delayed ACK). Assume that the timeout values for all thr...

Questions in other subjects:

Konu
Mathematics, 10.04.2020 07:24
Konu
History, 10.04.2020 07:25