Computers and Technology

You set up an experiment in which host a blasts a 26 megabyte file to host b through a single tcp tahoe connection over a 1 gigabit/sec ethernet. b transmits no data. neither host uses any ip or tcp options. the maximum ethernet payload size is 1500 bytes. with no options, the ip+tcp headers occupy exactly 40 bytes. this leaves a tcp maximum segment size (mss) of 1,460 bytes, approximately 1/18,000 the size of the file. which of the following statements are true (there is at least one correct answer, but there may be more):

a) host b can send tcp acknowledgments to host a even though it has no data to send.

b) the size of the flow control window in segments b sends (the window field) cannot increase throughout the duration of the connection.

c) the size of the flow control window in segments a sends (the window field) cannot decrease throughout the duration of the connection.

d) suppose that the last rtt sample at host a is 10 msec. the current value of the rtt estimate must be greater than or equal to 10 msec.

e) if the user temporarily stops or suspends the process receiving the data on host b, host a will eventually stop sending new data until b's receiver process is resumed.

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 19:40, queenskyyt
Write the quartstogallons java class that declares a named constant to hold the number of quarts in a gallon (4). also declare a variable to represent the number of quarts needed for a painting job, and assign an appropriate value—for example, 18. compute and display the number of gallons and quarts needed for the job. display explanatory text with the values, for example:
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, 23.06.2019 18:00, joybeth9591
What can a word user do with the customize ribbon dialog box? check all that apply. minimize the ribbon add a new tab to the ribbon remove a group from a tab add a group to a tab choose which styles appear choose which fonts appear choose tools to appear in a group
Answers: 1
image
Computers and Technology, 23.06.2019 21:20, nathanfletcher
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
Do you know the correct answer?
You set up an experiment in which host a blasts a 26 megabyte file to host b through a single tcp ta...

Questions in other subjects: