Important Notice:

Website Address

Website Address

9 views 2 min read
Website Address (वेबसाइट एड्रेस) :-

Website Address किसी website या webpage का वह unique address है, जिसकी सहायता से हम Internet पर उस website या webpage को locate और access कर सकते हैं। Website Address को सामान्यतः Web Address भी कहा जाता है।

उदाहरण:

https://www.example.com

जब हम इस address को किसी Web Browser जैसे Chrome, Firefox या Edge के Address Bar में enter करते हैं, तो browser Internet पर संबंधित website को खोजकर उसे display करता है।

In English

A Website Address or Web Address is the address used to locate and access a website or webpage on the Internet.

Example:

https://www.example.com

Website Address की आवश्यकता (Need of Website Address) :-

Internet पर लाखों websites और webpages उपलब्ध हैं। प्रत्येक website को पहचानने और उस तक पहुँचने के लिए एक address की आवश्यकता होती है।

Website Address की सहायता से:

  • Website को आसानी से access किया जा सकता है।
  • किसी particular webpage को खोला जा सकता है।
  • Website के resources जैसे images, videos, documents और files को access किया जा सकता है।
  • Browser को यह पता चलता है कि requested resource कहाँ उपलब्ध है।
  • User किसी website का address दूसरों के साथ share कर सकता है।

 
Website Address का Example :-

मान लीजिए किसी website का address है:

https://www.example.com

इस Website Address को मुख्य रूप से निम्न parts में समझा जा सकता है:

https:// → Protocol / Scheme
www → Subdomain
example → Domain Name
.com → Top-Level Domain (TLD)

अर्थात:

Protocol + Subdomain + Domain Name + TLD

Website Address के मुख्य भाग (Main Parts) :-
 
1. Protocol / Scheme

Website Address की शुरुआत में protocol या scheme दी जा सकती है।

Example:

https://www.example.com

यहाँ:

https → Protocol/Scheme

Websites के लिए मुख्यतः:

  1. HTTP
  2. HTTPS

का उपयोग किया जाता है।

HTTP :-

HTTP का पूरा नाम HyperText Transfer Protocol है।

यह Web Browser और Web Server के बीच web resources के communication के लिए उपयोग होता है।

Example:

http://example.com

HTTPS-

HTTPS का पूरा नाम HyperText Transfer Protocol Secure है।

यह HTTP का secure version है और TLS के माध्यम से communication को protect करता है।

Example:

https://example.com

Exam Point:
HTTP का सामान्य default port 80 और HTTPS का सामान्य default port 443 होता है।

2. Subdomain

Domain Name के पहले आने वाले हिस्से को Subdomain कहा जाता है।

Example:

https://www.example.com

यहाँ:

www → Subdomain

कुछ अन्य examples:

blog.example.com
shop.example.com
mail.example.com

यहाँ blog, shop और mail subdomains हैं।

Important: www का उपयोग common है, लेकिन प्रत्येक website के लिए www होना आवश्यक नहीं है।

3. Domain Name -

Website Address का सबसे important हिस्सा Domain Name होता है।

Example:

https://www.google.com

यहाँ:

google → Domain Name

Domain Name का उपयोग website की पहचान के लिए किया जाता है।

Domain Name की आवश्यकता क्यों है?

Computer network में servers को IP Address से identify किया जा सकता है, लेकिन numerical IP addresses को याद रखना कठिन होता है।

इसलिए human-friendly Domain Names का उपयोग किया जाता है।

उदाहरण:

Domain Name:

example.com

इसके पीछे server का IP address हो सकता है।

Exam Point:
Domain Name को IP Address से map/resolve करने में DNS (Domain Name System) सहायता करता है।

4. Top-Level Domain (TLD) -

Domain Name के अंतिम हिस्से को Top-Level Domain (TLD) कहा जाता है।

Example:

www.example.com

यहाँ:

.com → TLD

Common TLD
TLD सामान्य उपयोग
.com    Commercial
.org    Organizations
.net    Network-related
.edu    Educational
.gov    Government
.mil    Military
 
5. Country Code Top-Level Domain (ccTLD)

किसी country या territory को represent करने वाले two-letter TLD को Country Code Top-Level Domain (ccTLD) कहा जाता है।

Examples:

.in → India
.uk → United Kingdom
.us → United States
.jp → Japan
.au → Australia
.cn → China

Example:

www.example.in

यहाँ:

.in → India का ccTLD

Related Notes