What is RMI architecture?

Answer Posted / ashok

RMi is a server side technology which is used
Commuinication beteween sever & many client it consist of
four layers
1. Application layer which is used contains the actual
object definition
2. proxy layer which contain stub class ,it is userful part
of rmi stub class consist of interfaces or abstract classes
it is put on to the client machine and it provide
communication beteween server & client

3. Remote Reference Layer : gets the stream of bytes from
the
transperent layer and sends it to the proxy layer

4. Transportation layer : Responsible for handling the
actual machine-to-machine communication.

Is This Answer Correct ?    30 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

590


What are the different methods of identifying an object?

581


how i secure my site with the https protocol.what are the steps?

1740


What is the purpose of the notify() method?

602


Is the infobus client side only?

615






What modifiers may be used with an interface declaration?

561


Why use POJO when I can use hashmap

2052


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1564


What is threadfactory?

621


Can I map more than one table in a cmp?

596


Can I use multiple html form elements with the same name?

583


What is an abstract method?

596


Explain what is synchronization?

577


What is mdb and what is the special feature of that?

571


What are the steps to write p-to-p model application?

1966