various uses of Websites
🌐 What Are the Uses of Websites?
Websites serve various purposes based on their design and functionality. Some common uses include:
-
Information Sharing: News websites, blogs, wikis (e.g., Wikipedia).
-
E-Commerce: Online stores selling products/services (e.g., Amazon, Flipkart).
-
Education: E-learning platforms (e.g., Coursera, Khan Academy).
-
Entertainment: Streaming, gaming, media (e.g., Netflix, YouTube).
-
Communication: Social media, forums (e.g., Facebook, Reddit).
-
Business Presence: Company websites for branding and contact.
-
Portfolios: Artists, designers, writers showcasing their work.
-
Government Services: Public information and services (e.g., income tax portals).
-
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:
-
User types a website address (URL) like
https://www.example.com
. -
The browser checks DNS (Domain Name System) to translate that human-friendly name into an IP address (like
192.0.2.1
). -
The browser sends a request to that IP address using HTTP or HTTPS.
-
The web server at that IP address responds with the website content (HTML, images, etc.).
-
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):
-
You type
www.example.com
into your browser. -
Browser checks local DNS cache: If the IP is known, it connects.
-
If not found:
-
Asks Recursive Resolver (ISP DNS).
-
Resolver checks its own cache.
-
If still not found, it queries Root DNS Server.
-
-
Root DNS directs to TLD Server (e.g.,
.com
). -
TLD Server directs to Authoritative DNS Server (for
example.com
). -
Authoritative DNS gives the actual IP address.
-
Your browser then connects to that IP and loads the website.
🔁 Summary Infographic Concept (for presentation):
You can visualize it as:
Comments
Post a Comment