answersLogoWhite

0


Best Answer

A dynamic web page is the display layer of programming used to relay information over the internet from a server to a workstation anywhere in the world - and beyond. The programming can be very simple (as in a javascript) to highly complicated (as in an ecommerce or blogging package). There are several layers involved in creating dynamic websites which can be programmed in several different languages in different ways - depending upon the desired result.

According to professionals in the field, a dynamic web page [or site] is one that displays data or content that is stored within a database. "Dynamic" web pages can be statically written to do "dynamic" things - but that is a lot of coding and can take time to load, putting strain on a user's computer, bandwidth allowance, and patience.

A dynamic page [site] consists of several layers. Follows is the simplest hierarchy [excluding security levels, gateways, and other very technical aspects of web development].

Display layer: the web page [HTML]

This is the basic language for web development. It is written into a document that is called up by a web browser using a web address (URL). Embedded within the HTML can be varying programming commands or markup - depending upon the desired content and the language behind the display layer.

Programming layer: server applications [Java, ASP.net, PHP, PERL, CGI, etc.]

This layer orchestrates and organizes the dynamics of a website. Be it calculating the total of a shopping cart to organizing pictures or streaming video. Several languages are used, sometimes combined, for different items being called by the HTML. It is this layer [generally] that communicates with the database as well as the storage layers.

Storage layer: typically the documents themselves [images, pdf docs, html docs, external scripts, style sheets, etc.]

This layer can be a single server or multiple servers - depending upon the configuration of the server itself.

Data layer: content, information, text and storage of such [MySQL, Oracle, MSsql, etc.]

Databases can be as simple as a list of emails [for an email campaign] to holding all information of a given object [location of images on multiple servers, product descriptions, pricing matrices, references to related items, etc.]. The database behind a web page [or site] can become very complex - most times residing on a completely separate server than the web page, programming and storage for security as well as processing reasons.

Typically, when a web page is displayed, the work behind the process is as such:

  1. A web address is entered into the web browser to look up the HTML at the address
  2. The web browser begins to read over the html markup of the called page
  3. If directed, the markup within a page will send multiple queries via the programming layer to the database and storage servers
  4. Requested data and content is sent from the database back into the programming to be packaged
  5. Packaging of all requested information and documents is then sent to the requesting Web Browsers
  6. The web browser displays the returned information in accordance to the HTML

This is a very high level explanation of web development and dynamic web pages. More detailes can be found all over the internet depending upon the specific desires for a web page [site].

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

else the static web.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How are dynamic webpages served?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you name two technologies that can be used to provide dynamic content in webpages and describe a typical scenario where the ability to have dynamic webpages would be useful?

no


Why is scriptting widely used on webpages?

scrips expand the capabilities of HTML to create dynamic web pages.


How can you add style sheets to make webpages dynamic?

Style sheets don't make web pages dynamic. In order to do that, you need to use a scripting language. Common scripting languages include PHP, ASP, and Java.


What will be default document served by the web server?

Webpages, either the files by themselves, or through a server-side script.


Why can't you rely solely on client side validation when creating forms that post to dynamic webpages or CGI scripts?

The clients are often not testing forms on dynamic webpages and CGI scripts. When users access forms, on a variety of browsers, the forms to not react the same to each request, thus causing issues from the forms not being properly tested before release.


Is in html YOU can make both types of webpages?

Depends which both is being asked. HTML yes can create both static and dynamic web pages.


Are scripting language widely used to add dynamic content to webpages?

There are PHP, Coldfusion, Ruby, Python or Perl to think of the most common ones.


Can you develop webpages in delphi programming language?

yes, both static and dynamic websites can be developed in delphi, look at intraweb, isapi, cgi, nsapi etc. regards Sumalani


What are the elements of a web page?

A webpage or web page is a document or resource of information that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a computer screen.This information is usually in HTML or XHTML format, and may provide navigation to other webpages via hypertext links.Webpages may be retrieved from a local computer or from a remote web server. The web server may restrict access only to a private network, e.g. a corporate intranet, or it may publish pages on the World Wide Web. Webpages are requested and served from web servers using Hypertext Transfer Protocol (HTTP).Webpages may consist of files of static text stored within the web server's file system (static webpages), or the web server may construct the (X)HTML for each webpage when it is requested by a browser (dynamic webpages). Client-side scripting can make webpages more responsive to user input once in the client browser.


Who was a dynamic composer and conductor who served as director of both the Vienna opera and the New York philharmonic?

Gustav Mahler.


How WebPages are different from a website?

How WebPages are different from a website?


What is the use of active webpages?

A web page that is active, as in still being updated.A web page that is dynamic - that is, there is some amount of programmatic behavior or interaction with the user. Example - javascript code, ActiveX, applets, etc