Web page prediction Synopsis
#1
Thumbs Down 

This article is presented by:
Deepti Singhvi
Nitesh Agrawal

Department of Information Technology
Shrinathji Institute of Technology & Engineering
Nathdwara ( Rajsamand )

Web page prediction Synopsis



Abstract

RMI applications often comprise two separate programs, a server and a client. A typical server program creates some remote objects, makes references to these objects accessible, and waits for clients to invoke methods on these objects. A typical client program obtains a remote reference to one or more remote objects on a server and then invokes methods on them. RMI provides the mechanism by which the server and the client communicate and pass information back and forth. Such an application is sometimes referred to as a distributed object application.

Why Use RMI?
The term n-tier architecture has become more common. To the left is an example of a 3-tier architecture. At tier 1 is the database which could be any database that you have connectivity to. Tier 2 contains an application which has access to the database. The tier 2 application understands the business logic of needed to comuicate with the tier 1 database. The tier 2 server application acts as a go between for the clients to speak with the database. The tier 2 server application may contain security contraints for differnt types of clients and may also insure that the proper data is entered into the tier 1 database. Clients are on tier 3. The platforms supported depend on the tier 2 applciation. RMI is very useful for communication between tier 3 clients and tier 2 server applications.
• The server must first bind its name to the registry
• The client lookup the server name in the registry to establish remote references.
• The Stub serializing the parameters to skeleton, the skeleton invoking the remote method and serializing the result back to the stub.
Introduction:-

The first layer is the Stub/Skeleton Layer. This layer is responsible for managing the remote object interface between the client and server.
The second layer is the Remote Reference Layer (RRL). This layer is responsible for managing the "liveliness" of the remote objects. It also manages the communication between the client/server and virtual machine s, (e.g., threading, garbage collection, etc.) for remote objects.
The third layer is the transport layer. This is the actual network/communication layer that is used to send the information between the client and server over the wire. It is currently TCP/IP based. If you are familiar with RPC, it is a UDP-based protocol which is fast but is stateless and can lose packets. TCP is a higher-level protocol that manages state and error correction automatically, but it is correspondingly slower than UDP.

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: synopsis of resturant, synopsis of mechanical, seminar synopsis, synopsis of working, web page ranking information, numericals based on sds page, moodle course page,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  web spoofing full report computer science technology 9 11,064 26-03-2014, 06:29 AM
Last Post: Guest
  Web Services Architecture computer topic 0 7,592 25-03-2014, 10:20 PM
Last Post: computer topic
  Opera (web browser) computer science crazy 3 4,381 08-07-2013, 12:45 PM
Last Post: computer topic
  Relation-Based Search Engine in Semantic Web project topics 1 2,173 21-12-2012, 11:00 AM
Last Post: seminar details
  Page Rank Algorithm summer project pal 1 2,976 30-10-2012, 02:04 PM
Last Post: seminar details
  Recent Researches on Web Page Ranking computer science crazy 1 1,818 30-10-2012, 02:04 PM
Last Post: seminar details
  Ontology Description using OWL to Support Semantic Web Applications computer girl 0 1,035 09-06-2012, 02:25 PM
Last Post: computer girl
  VWS: Applying virtualization techniques to Web Services computer girl 0 1,123 09-06-2012, 11:38 AM
Last Post: computer girl
  Seminar Report On SEMANTIC WEB Computer Science Clay 1 3,656 14-05-2012, 04:09 PM
Last Post: Guest
  online-web-based search portal for blood groups full report seminar class 1 2,807 06-03-2012, 03:07 PM
Last Post: savita2187

Forum Jump: