in Distributed Computing recategorized by
3,026 views
2 votes
2 votes

Suppose that the time to do a null remote procedure call (RPC) (i.e., 0 data bytes) is 1.0 msec with an additional 1.5 msec for every 1K of data. How long does it take to read 32 K from the file server as 32 1K RPCs?

  1. 49 msec
  2. 80 msec
  3. 48 msec
  4. 100 msec
in Distributed Computing recategorized by
3.0k views

1 Answer

2 votes
2 votes
Best answer

Option B

A single 32K RPC takes 1.5*32 + 1.0 = 49.0 msec

32 1K RPCs take 1.5*32 + 1.0*32 = 80.0 msec

Reference: https://www.cse.iitb.ac.in/~cs431/quiz/midsem1.pdf

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true