Database Network

  Home  Databases Programming  Database Network


“Network Frequently Asked Questions in various Database Network Interviews asked by the interviewer. So learn Network with the help of this Database Network Interview questions and answers guide and feel free to comment as your suggestions, questions and answers on any Database Network Interview Question or answer by the comment feature available on the page.”



13 Database Network Questions And Answers

1⟩ Explain 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 as SQL engine.

 128 views

3⟩ What is network database?

Network database is a collection of object-oriented, network and semi structured models or as some kind of object database.

 128 views

4⟩ Explain What are called Fat clients and Fat servers?

If the bulk of the application runs on the Client side, then it is Fat clients. It is used for decision support and personal software.

If the bulk of the application runs on the Server side, then it is Fat servers. It tries to minimize network interchanges by creating more abstract levels of services.

 127 views

7⟩ Explain What are Triggers and Rules?

Triggers are special user defined actions usually in the form of stored procedures, that are automatically invoked by the server based on data related events. It can perform complex actions and can use the full power of procedural languages.

A rule is a special type of trigger that is used to perform simple checks on data.

 151 views

8⟩ Explain What are TP-Lite and TP-Heavy Monitors?

TP-Lite is simply the integration of TP Monitor functions in the database engines. TP-Heavy are TP Monitors which supports the Client/Server architecture and allow PC to initiate some very complex multiserver transaction from the desktop.

 111 views

10⟩ Explain a TP Monitor?

There is no commonly accepted definition for a TP monitor. According to Jeri Edwards' a TP Monitor is "an OS for transaction processing".

 132 views

11⟩ Explain What are the types of Transparencies?

The types of transparencies the NOS middleware is expected to provide are:-

* Location transparency

* Namespace transparency

* Logon transparency

* Replication transparency

* Local/Remote access transparency

* Distributed time transparency

* Failure transparency and

* Administration transparency.

 128 views

12⟩ Explain meant by 3-Tier architecture?

In 3-tier Client/Server systems, the application logic (or process) lives in the middle tier and it is separated from the data and the user interface. In theory, the 3-tier Client/Server systems are more scalable, robust and flexible.

Example: TP monitor, Web.

 132 views

13⟩ Explain What are Service-specific middleware?

It is needed to accomplish a particular Client/Server type of services which includes:-

* Database specific middleware

* OLTP specific middleware

* Groupware specific middleware

* Object specific middleware

* Internet specific middleware and

* System management specific middleware.

 131 views