Some questions from last week: 1) Does Remote Procedure Call (RPC) hide the remote communication from the caller? 2) Does RPC support complex objects? 3) What is the primary purpose of a network socket? 4) Is TCP reliable? UDP? 5) Can a UDP socket (DataGramSocket class) communicate with multiple other sockets? 6) What about a TCP socket (Socket class)?