In: Accounting
The internet is host to a wealth of information and much of that information comes from raw data that have been collected or observed. Many websites summarize such data using graphical methods discussed in this chapter. Find a website related to your major that summarizes data and uses graphs, and share it with the class. Let us know how it relates to your major and why it is of interest to you. My major is Accounting
"web server" can confer with hardware or software, or each of them working together.
On the hardware side, a web server is a pc that retailers web
server software and a website's factor records (e.G. HTML records,
photographs, CSS stylesheets, and JavaScript documents). It is
hooked up to the web and helps bodily data interchange with other
devices linked to the net.
On the application aspect, a web server involves a number of
constituents that manipulate how web users access hosted files, at
minimum an HTTP server. An HTTP server is a piece of application
that knows URLs (internet addresses) and HTTP (the protocol your
browser uses to view webpages). It can be accessed via the domain
names (like mozilla.Org) of internet sites it shops, and delivers
their content material to the tip-user's gadget.
At the most basic degree, at any time when a browser desires a file
which is hosted on an internet server, the browser requests the
file via HTTP. When the request reaches the right internet server
(hardware), the HTTP server (application) accepts request, finds
the requested file (if it would not then a 404 response is again),
and sends it again to the browser, additionally via HTTP.
To submit a internet site, you need either a static or a dynamic web server.
A static internet server, or stack, consists of a pc (hardware) with an HTTP server (program). We name it "static" considering that the server sends its hosted files "as-is" to your browser.
A dynamic net server includes a static internet server plus additional program, most regularly an application server and a database. We call it "dynamic" for the reason that the appliance server updates the hosted records before sending them to your browser by way of the HTTP server.
For instance, to provide the ultimate webpages you see in the browser, the applying server might fill an HTML template with contents from a database. Websites like MDN or Wikipedia have many countless numbers of webpages, but they don't seem to be actual HTML records, just a few HTML templates and a giant database. This setup makes it less difficult and quicker to maintain and give the content material.