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/
could u please give some examples of GUI front end???
ReplyDeletecould u through some light on n-tier architecture
ReplyDeleteThe 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.
ReplyDeletegraphical file manager is a front end to the computer's file system.
An n-Tier application usually has three tiers, and they are called the presentation tier, the business tier and the data tier.
ReplyDelete