Difference Between Dynamic and Static Website|what is website

Difference Between Dynamic and Static Website
Difference Between Dynamic and Static Website

Website:

Website is a simple an application that is used for deliver information to many visitors which connected with it.Visitor can access any website through sending request in the form of 
Universal Resource Locator(address of website).URL provides help to server to indicate a single domain where the actually data  located. So the web server gives the response to client browser that contain the data in the form of markup language like HTML.This response shows in the visitor browser in the form of web page. A web page can hold the information in the form of text, images, animation, links , audio, video etc. So in simple words website is a collection of information that can contain in different pages which deliver information to client from web server to client's browser.

  • Static websites:- static website is a form a website that contain fixed number of pages. In this type of website just information can be delivered to viewer and thousands of changes in the contents of pages can be happened while page is running on the client’s browser because normally this website use client browser. static website cannot provide facility to get data from viewer to store in database.this kind of web sites created with HTML(hypertext markup language) and CSS(case coding style sheet) on simple text editors like notepad++ and Dreamweaver.
    EXAMPLE:-
    organization site, institute site etc.
  • Dynamic websites:-Dynamic website is a special type of website where dynamically content can be change while the page is running on client’s browser.In this type of website we can get viewer information and can be store in DB(database) dynamically for future use.this kind of website use server-side scripting language like PHP(personal home page), Asp.NET. and JSP etc. and to manage the page content on run time, dynamic website use many event,manage session and cookies,and also manage the data like storing data into database and retrieving data from database.
    EXAMPLE:-
     E-commerce sites, online form application, E-governance site, social networking sites etc..

Categories:

0 comments:

Post a Comment