How Web Host Servers Work Flashcards
1
Q
To serve up pages, websites need a _____ and ______software that runs on the _____
A
To serve up pages, websites need a host and server software that runs on the host.
2
Q
Host
A
manages communications protocols and houses the pages and related software required to create a website
3
Q
Server software
A
Server software resides on host and serves up pages and acts on the requests sent from the client browser software- handles HTTP requests and communications with the host operating system
4
Q
web server
A
web server is an HTTP server, function is to send information to the client software using HTTP
5
Q
How web server software works
A
- Client (browser) software sends request for data to host, where the web server software processes the request
- Included in browser’s request are the desired information and file formats the browser can accept
- If browser asks for HTML file, web server retrieves the file, attaches a header to the file, and sends it to the browser.
- If the browser has asked for specific database information, the web server passes a request through CGI to the application, which performs a database lookup. CGI script returns the results to the web server, which in turn attaches a header to the data and sends it to the browser.