What is Website?
Website is the collection of web pages, different multimedia content such as text, images, and videos which can be accessed by the URL which you can see in the address bar of the browser. For example: http://www.want2host.com/
How to access Websites?
When we type a certain URL in a browser search bar, the browser requests the page from the Web server and the Web server returns the required web page and its content to the browser. Now, it differs how the server returns the information required in the case of static and dynamic websites.
Types of Website:
◉ Static Website
◉ Dynamic Website
Static Website: In Static Websites, Web pages are returned by the server which are prebuilt source code files built using simple languages such as HTML, CSS, or JavaScript. There is no processing of content on the server (according to the user) in Static Websites. Web pages are returned by the server with no change therefore, static Websites are fast. There is no interaction with databases. Also, they are less costly as the host does not need to support server-side processing with different languages.
Difference Between Static and Dynamic Websites:
Static Website | Dynamic Website |
Content of Web pages can not be change at runtime. | Content of Web pages can be changed. |
No interaction with database possible. | Interaction with database is possible |
It is faster to load as compared to dynamic website. | It is slower then static website. |
Cheaper Development costs. | More Development costs. |
No feature of Content Management. | Feature of Content Management System. |
HTML, CSS, Javascript is used for developing the website. | Server side languages such as PHP, Node.js are used. |
Same content is delivered everytime the page is loaded. | Server side languages such as PHP, Node.js are used. |
0 comments:
Post a Comment