Open In App

Dynamic Websites

Dynamic Website is a website containing data that can be mutable or changeable. It uses client-side or server scripting to generate mutable content. Like a static website, it also contains HTML data.

Dynamic websites are those websites that changes the content or layout with every request to the webserver. These websites have the capability of producing different content for different visitors from the same source code file. There are two kinds of dynamic web pages i.e. client side scripting and server side scripting. The client-side web pages changes according to your activity on the web page. On the server-side, web pages are changed whenever a web page is loaded.



Example: login & signup pages, application & submission forms, inquiry and shopping cart pages.

A Typical Architecture of dynamic website



There are different languages used to create dynamic web pages like PHP, ASP, .NET and JSP. Whenever a dynamic page loads in browser, it requests the database to give information depending upon user’s input. On receiving information from the database, the resulting web page is applied to the user after applying the styling codes.

Features of dynamic webpage:

Advantages of dynamic webpage:

Disadvantages of dynamic webpages:

Application Of Dynamic Website:

Here is a list of application where we use dynamic website over static website 

Real-life application:

Here is a list of application where we use dynamic website in real world.

Conclusion:

In real world Dynamic Website are really useful . Dynamic website are easy to use and provide many feature . as a result many user prefer to use dynamic website .

Article Tags :