Top Client Server Interview Questions :: ALLInterview.com http://www.allinterview.com Top Client Server 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 size of NTDS.DIT in win server 2000 and 2003 http://www.allinterview.com/showanswers/28548.html A. The ntds.dit file contains Active Directory (AD) information, and because all domain controllers (DCs) replicate AD, you might expect the file to be the same size on all DCs. However, you might find differently sized files because the data 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 is Remote Procedure Call? http://www.allinterview.com/showanswers/13115.html Remote procedure call is used to mount remote clients to the servers. 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 are the three tiers of a three-tiered architecture? http://www.allinterview.com/showanswers/9046.html The tiers of a three-tiered system consist of the client (user interface) tier, business logic tier, and data storage tier. 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 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 3 tier, 2 tier and n tier client server architechure? Explai http://www.allinterview.com/showanswers/67516.html The tiers of a three-tiered system consist of the client (user interface) tier, business logic tier, and data storage tier. 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 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 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 called Non-GUI clients, GUI Clients and OOUI Clients? http://www.allinterview.com/showanswers/13110.html Non-GUI Client: These are applications, generate server requests with a minimal amount of human interaction. GUI Clients: These are applicatoins, where occassional requests to the server result from a human interacting with a GUI (Example: W