Remote Procedure Calls, RPC - A request from one program that is located in one computer can be used by another computer in a network environment without understanding the underlying network details....
|
Advantages and disadvantages of RPC - Server independent, Process-oriented and thread oriented models supported by RPC...
|
Difference between RPC and RMI - The remote objects are accessed by the references....
|
RMI and its working - RMI is a java object equivalent process that invokes a method in a distributed environment.....
|
Difference between RMI and JMS - RMI is tightly-coupled mechanism, The destination object need to be available online at the time of sending messages from client to server....
|
RMI - What is RMI?, Explain the advantages and disadvantages of RMI, Explain the architecture of RMI...
|
RMI Registry service - What is RMI?, Explain the advantages and disadvantages of RMI, Explain the architecture of RMI...
|
RMI Remote Object - Methods of registering and gaining access to the Remote Object, steps to create RMI-based clients and server...
|
Data transfer in RMI model - Discuss data transfer in RMI model, What is object serialization in RMI?, What is RMI callback mechanism?..
|
RMI Remote Interface - Remote interfaces are defined by extending ,an interface called Remote provided in the java.rmi package.....
|
RMI marshalling and demarshalling - During communication between two machines through RPC or RMI, parameters are packed into a message...
|
RMI stub and skeleton - What is a skeleton in RMI?, Explain the role of stub in RMI, Describe how the RMI mechanism works...
|
RMI layers - The three layers are the Stub and Skeleton Layer, the Remote Reference Layer, and the Transport Layer.....
|
RMI registry and OSAgent - RMI registry is the binder for Java RMI. An instance of RMI registry must run on every server computer that hosts remote objects.....
|
The client procedure calls the client stub in the normal way.The client stub builds a message and traps to the kernel...
|
Unicast and Multicast object - The difference between unicast and multicast is that in unicast approach the sender sends the data stream to a single receiver at a time....
|