answersLogoWhite

0

Why needs a web server and database engine?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why needs a web server and database engine?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A web database usually resides on?

A "Database server".


How would one explain what an SQL server is?

SQL server, or a Structured Query Languange server, is Microsoft's relational database management system. As a server it provided different needs, like data warehousing and web-enabled databases.


What is a server daemon?

A server daemon is a program that runs in the background and provides some sort of service, such as a web server, SSH server, or a database server.


The first step in exchange between a Web browser and a database?

The Web browser requests a page from a Web server.


What is yahoo considered a web browser web server or web dictionary?

Sorry its none of the above. Yahoo, in its original site structure is a search engine, it is basically an index (held on a databse) of web pages linked to keywords to help a user find conetent related to keywords entered into the search engine bar. A web browser is software used to access content on the internet and view web pages. A web server is a machine that holds web pages, a browser makes requests to a web server and a server will send the web pages back to the browser. A web dictionary is just that a dictionary on a wb site, whereas a search engine will have an index of web pages, a web dictionary has a database of words and their meanings


What are the advantages of database server software?

"In short, the Advantage Database Server is a high-performance, low-maintenance, remote database server that permits you to easily build and deploy client/server applications and web-based applications".From IT Expert Saqib Khan AND CO.From NUST-SEECS


What is 2-tier architecture of a database explain with suitable diagram?

the client is on the first tier. The database server and web application server reside on the same server machine, which is the second tier. This second tier serves the data and executes the business logic for the web application


Can I enable drupal hosting at home?

You need to install a web server, a database server, and PHP to support the drupal software. It is common to use the Apache web server and the MySQL database server. Installers are available to install all these at one time. Instructions are available at: http://drupal.org/node/263 .


What is Client-Server Networking?

A server is a database--on a server. The client is: a person on a PC connected to the server via odbc querying the database. A database is only an app on the server. You can have a domain controller, a mail server, a nat server, web hosting... doesnt matter whats on it. And the client wouldn't really be person, a person is referred to as a user. A client is generally the computer. So what is client server networking? Its when you have perhaps 4 clients all using the server for something. The server kinda being like a master. But usually most clients will look to the server for their network settings (DHCP), and perhaps NAT etc..... But like the above person mentioned you can have database's on your server. But your not just limited to database's, you can have mail server's, web servers, app server etc....


What is a program that travels the web and populates the database of a search engine?

web spider


Is a program that travels the Web and populates the database of a search engine?

Web Spider


What are the 3 tiers in a 3 tier architecture?

In a traditional 3 tier architecture, the tiers include Web Server, App Server & Database Server. The Webserver holds the UI(User Interface), App Server holds Business Logic (Application) and Database Server holds Actual Data