Top Client Server General Interview Questions :: ALLInterview.com http://www.allinterview.com Top Client Server General Interview Questions en-us What is ACID property? http://www.allinterview.com/showanswers/13096.html ACID property related to transactions i.e client server communication is called transaction. A transaction is a sequence of operations performed as a single unit of work.A logical unit of work must exhibit four properties called ACID(Atomicity, What are the different types of servers? http://www.allinterview.com/showanswers/7665.html The simplest form of servers are disk servers and file servers. With a file server, the client passes requests for files or file records over a network to the file server. This form of data service requires large bandwidth and can slow a netw what is Upsizing,down-sizing? http://www.allinterview.com/showanswers/13116.html I am not exactly no what is Upsizing. But Down Sizing is nothing but The Process of mo ving an application from a {main frame ) to cheaper system, typically a (client-server) system. What is Remote Procedure Call? http://www.allinterview.com/showanswers/13115.html Remote procedure call is used to mount remote clients to the servers. What is Load balancing? http://www.allinterview.com/showanswers/13113.html load balancing is a process where you will check the load of all the nodes connected to the network and than decide where to execute & in which node you want to distribute the process for execution so that balance of the whole system is What are Triggers and Rules? http://www.allinterview.com/showanswers/13112.html these two are SQL concepts TRigger is a special type of stored procedure that automatically takes effect when the data in a specified table is modified. triggers invoked in response to an INSERT,UPDATE OR DELETE STATEMENT EXECUTED. TRIGGE What are the characteristics of client/server architecture? http://www.allinterview.com/showanswers/7664.html The basic characteristics of client/server architectures are: 1) combination of a client or front-end portion that interacts with the user,and a server or back-end portion that interacts with the shared resource. The client process contain What are the three types of SQL database server architecture? http://www.allinterview.com/showanswers/13111.html Process-per-client Architecture. Multithreaded Architecture. Hybrid Architecture. What is a Three-Tier Architecture? http://www.allinterview.com/showanswers/7659.html A three-tier architecture introduces a server (or an "agent") between the client and the server. The role of the agent is manyfold. It can provide translation services (as in adapting a legacy application on a mainframe to a clien What are the benefits obtained by using the Client Server oriented http://www.allinterview.com/showanswers/13114.html mich better and faster access.. provision of securuty too.. higher tasks can be done in parallel. What is a Two-Tier Architecture? http://www.allinterview.com/showanswers/7658.html A two-tier architecture is where a client talks directly to a server, with no intervening server. It is typically used in small environments (less than 50 users). A common error in client/server development is to prototype an application in What are the building blocks of Client Server? http://www.allinterview.com/showanswers/13105.html The Building Blocks of Client/Serevr are 1.Client 2.MiddleWare(/)"slash",which ties the client to the server 3.Server the basic block architecture can be used from tiny to interlgalactic What is an "Intranet"? http://www.allinterview.com/showanswers/7663.html The explosion of the World Wide Web is due to the world- wide acceptance of a common transport (TCP/IP), server standard (HTTP), and markup language (HTML). Many corporations have discovered that these same technologies can be used for interna What is Client-server Computing? http://www.allinterview.com/showanswers/7655.html Client/server is a computational architecture that involves client processes requesting service from server processes. What is distributed function processing? http://www.allinterview.com/showanswers/7669.html Here the split occurs in the application functionality, one part going to the client, other to the server. Distributed function applications are the most complex of the three typologies since two separately compiled application programs must