1.

What Are The Steps That Are Involved In Rmi Distributed Applications?

Answer»

RMI distributed applications uses certain steps that defines the path mentioned in the registry. It has the following steps:

  • It uses the registry that stores the location and important information about the remote object.
  • It uses the registry to OBTAIN the references to a remote object that keeps all the information and allow further communication to be done.
  • The SERVER calls the registry to associate the name with the remote object and then the client sends the request for the object.
  • The client searches the remote object by its name in the registry on the server and INVOKES a method on it.
  • RMI uses a web server to load the bytecodes of CLASSES to use the communication for the client and server.
  • RMI can load the class using the Internet protocols LIKE HTTP, FTP, file, and etc.

RMI distributed applications uses certain steps that defines the path mentioned in the registry. It has the following steps:



Discussion

No Comment Found