300 views
0 votes
0 votes

You have been hired by a cloud computing company that deploys thousands of servers at each of its data centers. They have recently heard that it would be worthwhile to handle a page fault at server A by reading the page from the RAM memory of some other server rather than its local disk drive.

  1. How could that be done?
  2. Under what conditions would the approach be worthwhile? Be feasible?

Please log in or register to answer this question.

Related questions

823
views
0 answers
1 votes
admin asked Oct 26, 2019
823 views
We consider a program which has the two segments shown below consisting of instructions in segment $0,$ and read/write data in segment $1.$ Segment $0$ has read/execute ... offset $28$Jump to location in segment $1,$ page $3,$ offset $32$
348
views
0 answers
0 votes
admin asked Oct 26, 2019
348 views
A machine-language instruction to load a $32-bit$ word into a register contains the $32-bit$ address of the word to be loaded. What is the maximum number of page faults this instruction can cause?
694
views
1 answers
1 votes
admin asked Oct 26, 2019
694 views
It has been observed that the number of instructions executed between page faults is directly proportional to the number of page frames allocated to a program. If the ... how long would it take to run if twice as much memory were available?
401
views
0 answers
0 votes
admin asked Oct 26, 2019
401 views
Write a program that simulates a toy paging system that uses the $\text{WSClock}$ algorithm. The system is a toy in that we will assume there are ... needed to extend the program to handle a page reference stream that also includes writes.