Deepika

Deepika

Monday, January 17, 2011

Client server architecture

Client/server architecture  The client/server architecture significantly decreased network traffic by providing a query response rather than total file transfer. It allows multi-user updating through a GUI front end to a shared database. Remote Procedure Calls (RPCs) or standard query language (SQL) statements are typically used to communicate between the client and server. 
for more details log on http://www.gurukpo.com/

4 comments:

  1. could u please give some examples of GUI front end???

    ReplyDelete
  2. could u through some light on n-tier architecture

    ReplyDelete
  3. The front end is responsible for collecting input in various forms from the user and processing it to conform to a specification the back end can use. The front end is an interface between the user and the back end.
    graphical file manager is a front end to the computer's file system.

    ReplyDelete
  4. An n-Tier application usually has three tiers, and they are called the presentation tier, the business tier and the data tier.

    ReplyDelete