Unit 6.10: Static vs Dynamic Web Pages | IT 231 BBA Slides

--:-- --
↓ Scroll for more

Unit 6.10

Static vs Dynamic Web Pages

IT 231: IT and Applications (BBA)

Static Web Pages

A web page delivered to the user exactly as it is stored on the server.

  • Technology: Plain HTML and CSS.
  • Speed: Loads instantly with no processing required.
  • Limitations: Content is fixed and must be manually updated by editing HTML files.

Dynamic Web Pages

A web page whose content is generated "on the fly" by the server.

  • Technology: Server scripts (PHP, Node.js) and Databases (MySQL).
  • Personalization: Can show different content to different users (e.g., social media feeds).
  • Management: Can be updated via a CMS (like WordPress) without touching code.

Key Differences

Feature Static Dynamic
Content Fixed Changes based on user/time
Database None Heavily used
Complexity Low High

Thank You & Q&A