Explain the design choices that are relevant to minimizing the amount of reply data held at a server.
Compare the storage requirements when the RR and RRA protocols are used.
What will be an ideal response?
To enable reply messages to be re-transmitted without re-executing operations, a server must retain the last
reply to each client. When RR is used, it is assumed that a request message is an acknowledgement of the last
reply message. Therefore a reply message must be held until a subsequent request message arrives from the
same client. The use of storage can be reduced by applying a timeout to the period during which a reply is
stored. The storage requirement for RR = average message size x number of clients that have made requests
since timeout period. When RRA is used, a reply message is held only until an acknowledgement arrives.
When an acknowledgment is lost, the reply message will be held as for the RR protocol.
You might also like to view...
Which of the following statements draws an arc that sweeps from the top of an oval to the leftmost edge?
a. g.drawArc(200, 100, 100, 50, 90, 90); b. g.drawArc(100, 200, 50, 100, 90, 180); c. g.drawArc(100, 200, 50, 100, 180, 90); d. g.drawArc(200, 100, 100, 50, 180, 90);
________ images of each slide appears in the Reuse Slides pane when accessing pre-existing slide to insert into a presentation
Fill in the blank(s) with correct word
The original use of the term social network means a visual representation of the various types of ____ relationships between people.
A. curricular B. one-to-one C. lopsided D. many-to-one
Briefly explain what challenge each mobile operating system poses to application developers.
What will be an ideal response?