

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
RMI short notes for you helpful study
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Application Layer Responsible for running client and server application. Here client application evokes methods defined by server application. When client evokes a method a request is passed to proxy layer. Proxy Layer Responsive for creating client STUB at client side by packing the request messages sent by client process. Also responsible for creating skeleton by packing response messages sent by server. Once STUB and skeleton are created they are passed to RLL. Remote Reference Layer Check semantics and remote reference used by the client process using remote reference protocol. Finally RRL transmits messages and data to RMI remote layer Transport Layer Responsible for establishing and maintaining string oriented connection between client and server. Also responsible for managing sent or receive of request or reply of messages between client and server