nRMI is the Java analog to RPC
nRMI servers use a naming service
(rmiregistry) to register
remote objects
nThe default RMI transport mechanism is via
TCP sockets –
this is transparent to RMI code!
nAny object transferred in an RMI call must
implement the Serializable interface