云计算课堂的homework,英文单词都看得懂,放在一起不太懂了,基础比较差,希望能简单给解读一下,非常感谢。

Simple distributed application use by Any types of RPC RMI
Input data: remote operation (read/write) data (key or data record)
Output data: average response time of each
Remote operation
Process :1 in server : Read : return content
Wirte : store content and Ack-return
Modify : update data field and Ack-return
2:GenerateN(>100)Write and Read operation
Data record size : 100-200 bytes
3:Measure the elaspsed time for each operation
Compute the average reponse time for each operation
4:Design and evaluate additional experments to measure performance