Important Notice:

Course Content
Introduction To Web Design (Chapter 1) M2-R5.1
About Lesson

Difference between Static website and Dynamic website

Sr. No.

Static Website

Dynamic Website

1

यह मुख्य रूप से HTML और CSS का उपयोग करता है और इसके लिए सर्वरसाइड स्क्रिप्टिंग, एप्लिकेशन सर्वर और डेटाबेस की आवश्यकता नहीं होती है.

क्लाइंट को डायनेमिक वेबपेज बनाने और भेजने के लिए सर्वरसाइड स्क्रिप्टिंग, एप्लिकेशन सर्वर और डेटाबेस की आवश्यकता होती है.

2

स्टेटिक वेबसाइट में कोई भी बदलाव नहीं होते हैं

डायनामिक वेबसाइट में समय समय पर बदलाव होते हैं.

3

इसमें Content Management Feature का अभाव है.

यह Content Management Feature का उपयोग करता है.

4

वेबपेज की content को रनटाइम के दौरान नहीं बदला जा सकता है.

वेबपेज content को रनटाइम के दौरान बदला जा सकता है.

5

इसे डेटाबेस के साथ interaction की आवश्यकता नहीं है.

डेटाबेस के साथ interaction होती है.

6

यह तेजी से लोड होता है क्योंकि इसमें वेबपेज बनाने के लिए mark-up languages का उपयोग शामिल होता है.

अधिक प्रोसेसिंग समय के कारण लोड होने में अधिक समय लगता है.

7

यह अधिक सुरक्षित है या इसके हैक होने की संभावना कम है क्योंकि यह प्लगइन्स का उपयोग नहीं करता है.

यह कम सुरक्षित है और आसानी से हैक हो सकता है क्योंकि यह कई प्लगइन्स और content sources का उपयोग करता है.

8

इसमें सीमित संख्या में page होते हैं.

इसमें डेटाबेस में हजारों page हो सकते हैं।

 

Difference between Static website and Dynamic website

Sr. No.

Static Website

Dynamic Website

1

In static website, database is not used

In dynamic website, database is used

2

Information are change rarely

Information are change frequently

3

Flexibility is the main advantage of static website

CMS is the main advantage of dynamic website

4

It sends exactly the same response for every request

It may generate different HTML for each of the request

5

It uses the HTML code for developing a website

It uses the server side languages such as PHP, Servlet, JSP, and ASP.net etc. for developing website

6

Prebuilt content is same every time the page is loaded

Content is generated quickly and changes regularly

error: Content is protected !!