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