various uses of Websites


🌐 What Are the Uses of Websites?

Websites serve various purposes based on their design and functionality. Some common uses include:

  1. Information Sharing: News websites, blogs, wikis (e.g., Wikipedia).

  2. E-Commerce: Online stores selling products/services (e.g., Amazon, Flipkart).

  3. Education: E-learning platforms (e.g., Coursera, Khan Academy).

  4. Entertainment: Streaming, gaming, media (e.g., Netflix, YouTube).

  5. Communication: Social media, forums (e.g., Facebook, Reddit).

  6. Business Presence: Company websites for branding and contact.

  7. Portfolios: Artists, designers, writers showcasing their work.

  8. Government Services: Public information and services (e.g., income tax portals).

  9. Blogs & Personal Sites: Sharing opinions, travelogues, or journals.


🗂️ Types of Websites

Websites are classified based on structure, purpose, and content update frequency:

Based on Content Management:

  • Static Websites:

    • Fixed content.

    • HTML/CSS only.

    • No interaction or user input.

    • Example: Personal bio sites.

  • Dynamic Websites:

    • Content changes based on user input or database.

    • Built using languages like PHP, JavaScript, Python.

    • Example: Social media, e-commerce.

Based on Purpose:

  • Personal Website

  • Business/Corporate Website

  • E-commerce Website

  • Portfolio Website

  • Blog or News Website

  • Educational Website

  • Nonprofit/NGO Website

  • Forum/Community Website


🌍 How Does the Internet Find a Website? (Without Using Google)

Google is just a search engine. The internet can still find websites without it. Here's how it works:

  1. User types a website address (URL) like https://www.example.com.

  2. The browser checks DNS (Domain Name System) to translate that human-friendly name into an IP address (like 192.0.2.1).

  3. The browser sends a request to that IP address using HTTP or HTTPS.

  4. The web server at that IP address responds with the website content (HTML, images, etc.).

  5. The browser renders the website for you to view.


📡 What Are Static and Dynamic IP Addresses?

🔹 Static IP:

  • Permanent IP address.

  • Doesn't change over time.

  • Used for servers, VPNs, remote access.

  • Example: A web server hosting a site like amazon.com.

🔹 Dynamic IP:

  • Temporarily assigned by your ISP (Internet Service Provider).

  • Changes periodically.

  • Mostly used for home users and mobile networks.


🌐 What Is DNS? How Does DNS Work?

DNS = Domain Name System

It’s like the phonebook of the internet, converting domain names into IP addresses.

🔄 How DNS Works (Step-by-Step):

  1. You type www.example.com into your browser.

  2. Browser checks local DNS cache: If the IP is known, it connects.

  3. If not found:

    • Asks Recursive Resolver (ISP DNS).

    • Resolver checks its own cache.

    • If still not found, it queries Root DNS Server.

  4. Root DNS directs to TLD Server (e.g., .com).

  5. TLD Server directs to Authoritative DNS Server (for example.com).

  6. Authoritative DNS gives the actual IP address.

  7. Your browser then connects to that IP and loads the website.


🔁 Summary Infographic Concept (for presentation):

You can visualize it as:

pgsql
User types "www.example.com" ↓ DNS Lookup ↓ Root DNS → TLD DNS → Authoritative DNS ↓ Returns IP: 192.168.1.10 ↓ Website is loaded

Comments

Popular posts from this blog

Adapting UPI by India

Cloud Computing: An Overview