Exercises: Sun Remote Procedure Call


Before asking questions regarding this exercise, please review the lecture notes of Week #01 and #02 as well as the documentation linked to on this page.

Sun Remote Procedure Call

Use Sun RPC to implement a simple file server. The file server should implement simple functions that allow clients to read from and write to files hosted on the server. It is up to you whether you want to make the server stateful or stateless.

Developing software using sun RPC

More documentation

A nice set of slides that gives a good overview of XDR data types and other RPC programming issues.

If you want more detailed information, Part 2 of the Sun Network Interfaces Programmer's Guide has all the information you'll ever want about RPC programming.

This page is maintained by cs9243@cse.unsw.edu.au Last modified: Monday, 07-Sep-2020 22:07:44 AEST