-
-
-
Client Server Application
Which of the following is not a client server application?
a) Internet Chatb) Web Browsingc) Pingd) E Mail -
-
-
Remote Desktop Connection
Can we establish Remote Desktop Connection without having net connectivity in a LAN ?
-
Which one of the following in not a Client-Server?
1. Internet Chat.
2. Web Browsing.
3. E-Mail.
4. Ping. -
What are the two types of OLTP?
TP lite, based on stored procedures.TP heavy, based on the TP monitors.
-
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.
-
-
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 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 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...
-
-
Client Server Interview Questions
Ans