answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How web server and database server communicate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A web database usually resides on?

A "Database server".


How does the web browser communicate with the web server?

they communicate by contacting each other and asking for information to be sent to the browser from the server. the server holds the information they communicate by contacting each other and asking for information to be sent to the browser from the server. the server holds the information


Protocol used to communicate between web server and web browser?

"HTTP" is the protocol used by web browsers to communicate with web servers.


Interaction between applicationsever and web sever?

Application Server: This is the server where you core application rests. Here you will have business logic, computing, access to the database, business rules; etc. The web server will simply house your asp, aspx, html, etc.... pages. These pages act as the human interface to your application. Here people will be able to view data; pushed to the page by the application layer, and in whole or part obtained from the database server. When information is entered into the web interface and saved / committed it is passed to the application server. From here calculations are done, if needed, data validation, and ultimately stored to the database using the business rules that have been programmed into the application. The web interface should never communicate with the database server directly.


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 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 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


What is database in access?

An Access database is a relational database contained in a single file that you can upload to a directory on your Web server. People typically create an Access database file using Microsoft Access or FrontPage.