Static Websites :
Static Websites contain fixed number of pages and format of web page is fixed which delivers information to the client. There is 110 change in contents of web page while page is running on client's browser. This kind of web sites created from HTML and CSS coding on simple text editor like notepad. Example an organization site, institute site etc.
Advantages :
Advantages :
Easy to develop
Less money taker in development
Cheap hosting
Disadvantages :
Less money taker in development
Cheap hosting
Disadvantages :
Requires web development expertise to update site
Site not as useful for the user
Content can get stagnant
Dynamic Websites :
Dynamic websites can change the web page contents dynamically while the page is running on client's browser. This kind of websites use server- side programming like PHP, Asp.NET. and JSP etc. to modify page contents on run time. Dynamic websites use client side scripting for prepare dynamic design and server- side code to handle event, manage session and cookies, and storing and retrieving data from database. Example E-commerce sites, online form application, E-governance site, social networking sites etc.
Advantages :
Site not as useful for the user
Content can get stagnant
Dynamic Websites :
Dynamic websites can change the web page contents dynamically while the page is running on client's browser. This kind of websites use server- side programming like PHP, Asp.NET. and JSP etc. to modify page contents on run time. Dynamic websites use client side scripting for prepare dynamic design and server- side code to handle event, manage session and cookies, and storing and retrieving data from database. Example E-commerce sites, online form application, E-governance site, social networking sites etc.
Advantages :
Much more functional website
Much easier to update
New content brings people back to the site and helps in the search engines
Can work as a system to allow staff or users to collaborate
Disadvantages :
Much easier to update
New content brings people back to the site and helps in the search engines
Can work as a system to allow staff or users to collaborate
Disadvantages :
Slower / more expensive to develop
Hosting costs a little more
Hosting costs a little more
Some other Key Differences Between Statics and Dynamic Websites :
1) Static websites contain fixed number of pages. Dynamic websites can create webpage dynamically.
2) Theme of static website and content of webpage are fixed. Webpage design and content may change on run time in dynamic website.
3) Static websites load quickly on client browser because it has only some markup contents. Dynamic sites take some time to load on client browser because it processes the request server side and create contents dynamically.
4) Static sites never use database connectivity. Dynamic sites deal with database and generate the contents dynamically using database queries.
5) Static websites is highly secure than dynamic sites because it behaves as a half duplex approach so only one way communication is possible i.e. server to client. Dynamic sites are less secure because it behaves as full duplex approach so both side communications is possible so user can change the server data.
6) Static site use for provide some information to the clients like an organization or institute website. Dynamic website use where content changes frequently on run time. Like a E-commerce site, online examination, etc.
7) Static website directly run on browser and does not require other server application language. Static website can be created from HTML and CSS. Dynamic website run the application on server and the output will display on webpage. So this is require server application language like PHP , Asp.NET, JSP etc.
8) Static sites are easy to develop and a bit experienced people can develop it. Dynamic websites not easy to develop because require qualify developers to create it, manage it, test it and maintain security of application and database.
9) In static website if we want to change the page content then we have to upload that page on server many times. Dynamic sites provide the facilities that it possible to change the page content using server application. And need not to upload the page on server.
Summary :
1) Static websites contain fixed number of pages. Dynamic websites can create webpage dynamically.
2) Theme of static website and content of webpage are fixed. Webpage design and content may change on run time in dynamic website.
3) Static websites load quickly on client browser because it has only some markup contents. Dynamic sites take some time to load on client browser because it processes the request server side and create contents dynamically.
4) Static sites never use database connectivity. Dynamic sites deal with database and generate the contents dynamically using database queries.
5) Static websites is highly secure than dynamic sites because it behaves as a half duplex approach so only one way communication is possible i.e. server to client. Dynamic sites are less secure because it behaves as full duplex approach so both side communications is possible so user can change the server data.
6) Static site use for provide some information to the clients like an organization or institute website. Dynamic website use where content changes frequently on run time. Like a E-commerce site, online examination, etc.
7) Static website directly run on browser and does not require other server application language. Static website can be created from HTML and CSS. Dynamic website run the application on server and the output will display on webpage. So this is require server application language like PHP , Asp.NET, JSP etc.
8) Static sites are easy to develop and a bit experienced people can develop it. Dynamic websites not easy to develop because require qualify developers to create it, manage it, test it and maintain security of application and database.
9) In static website if we want to change the page content then we have to upload that page on server many times. Dynamic sites provide the facilities that it possible to change the page content using server application. And need not to upload the page on server.
Summary :
Many sites from the last decade are static, but more and more people are realising the advantages of having a dynamic website. Dynamic websites can make the most of your site and either use it as a tool or create a professional, interesting experience for your visitors.
No comments:
Post a Comment
Share your view about this post with me and please don't do spamming here !!