-
-
What are called Transactions?
The grouped SQL statements are called Transactions (or) A transaction is a collection of actions embused with ACID properties.
-
What is a Database Server?
With a database server, the client passes SQL requests as messages to the database server. The results of each SQL command are returned over the network. The server uses its own processing power to find the request data instead of passing all the records back to the client and then getting it find its own data. The result is a much more efficient use of distributed processing power. It is also known...
-
-
-
-
-
-
-
What is UDP?
What is the full form of UDP? How it works? What is the use of UDP?
-
GUI testing
When you get a URL,how do you start to test a web based software application?
-
-
What is Load balancing?
If the number of incoming clients requests exceeds the number of processes in a server class, the TP Monitor may dynamically start new ones and this is called Load balancing.
-
-
What is Client/Server?
Clients and Servers are separate logical entities that work together over a network to accomplish a task. Many systems with very different architectures that are connected together are also called Client/Server.
-
What is meant by 2-Tier architecture?
In 2-tier Client/Server systems, the application logic is either burried inside the user interface on the client or within the database on the server.Example: File servers and Database servers with stored procedures.
-
Network terms
what is the definition: DNS, DOMAIN, DOMAIN CONTROLLER, DHCP, VPN, Server
-
Broadcast IP
What is a Broadcast IP ?How will you identify a Broadcast IP in an address range or in a working network topology?
-
-
What is a Web server?
This new model of Client/Server consists of thin, protable, "universal" clients that talk to superfat servers. In the simplet form, a web server returns documents when clients ask for them by name. The clients and server communicate using an RPC-like protocol called HTTP.
Client Server Interview Questions
Ans