Understanding URLs and Website Navigation0%

Understanding URLs and Website Navigation

Beginner12 min readUpdated: Jul 11, 2026
Study Materials

Understanding URLs and Website Navigation (URL संरचना और वेबसाइट नेविगेशन)

Every single page, image, and document on the World Wide Web has a unique global address. This address is called a URL (Uniform Resource Locator).

Understanding the anatomy of a URL is essential for identifying safe government portals and avoiding phishing scam websites.


1. Anatomy of a URL (URL की संरचना)

Consider the following complete URL:

Output
https://www.nielit.gov.in/student/admit-card.pdf
──┬── ──┬───────────── ────────┬──────────
│ │ │
1.Protocol 2.Domain Name 3.Path / File
  1. 1
    Protocol (प्रोटोकॉल):
  • Specifies the communication rules used to fetch the data.
  • http:// (Hypertext Transfer Protocol): Standard unencrypted protocol.
  • https:// (Hypertext Transfer Protocol Secure): Encrypted using SSL/TLS. All data transmitted between your browser and the server is encrypted, protecting passwords and debit card numbers from hackers. Look for the Padlock icon (🔒) in the address bar!
  1. 1
    Domain Name (डोमेन नाम):
  • The unique registered name of the web server (e.g. nielit.gov.in).
  • www stands for World Wide Web.
  1. 1
    Path and Resource (पाथ):
  • Specifies the exact subfolder and file on the server (e.g. /student/admit-card.pdf).

2. Top-Level Domains (TLDs - डोमेन एक्सटेंशन)

The suffix at the end of a domain name reveals the nature and geographical origin of the organization:

Common Organizational TLDs:

  • .gov / .gov.in: Government organizations in India (e.g. up.gov.in, upsssc.gov.in).
  • .nic.in: National Informatics Centre (manages Indian government IT infrastructure).
  • .edu / .ac.in: Educational institutions and universities (Academic institutions).
  • .org: Non-profit and community organizations (e.g. wikipedia.org).
  • .com: Commercial businesses and companies (e.g. amazon.com, flipkart.com).
  • .mil: Military and defense bodies.

Country-Code TLDs (ccTLDs):

  • .in: India
  • .us: United States
  • .uk: United Kingdom
  • .au: Australia

A Hyperlink (or simply Link) is an interactive text word, button, or graphic on a webpage that, when clicked, automatically navigates the browser to another webpage or document.

  • Hyperlinked text is traditionally styled in Blue color with an Underline.
  • When you hover the mouse pointer over a hyperlink, the arrow cursor transforms into a Pointing Hand icon (👉 / 👆)!

Multiple Choice Questions

1. What does the acronym "URL" stand for?

A. Universal Resource Link B. Uniform Resource Locator C. Unique Radio Locator D. Unified Routing Line Answer: B Explanation: URL stands for Uniform Resource Locator. It represents the global address format used to identify resources on the World Wide Web.


2. What does the "s" in "https://" designate?

A. Software B. Secure (SSL/TLS Encryption) C. Speed D. System Answer: B Explanation: The "s" in https stands for Secure. It indicates that the connection is encrypted using SSL/TLS protocols to protect transmitted data from eavesdropping.


3. Which top-level domain (TLD) extension is strictly reserved for authorized Indian Government entities?

A. .com B. .gov.in C. .biz D. .info Answer: B Explanation: The .gov.in domain extension is exclusively issued by the Government of India to authorized state and central ministries, departments, and public bodies.


A. It changes to an hourglass B. It changes to a pointing hand icon C. It turns into a crosshair D. It disappears Answer: B Explanation: In graphical web browsers, hovering over a clickable hyperlink transforms the default mouse arrow into a hand icon with an extended index finger.


5. What domain suffix denotes educational universities and academic institutions in India?

A. .edu or .ac.in B. .mil C. .org D. .net Answer: A Explanation: .ac.in (Academic India) and .edu are designations reserved for colleges, universities, and accredited educational boards.


Next Lesson

Creating and Managing an Email Account

Continue learning with hands-on practice, examples, and exercises in the upcoming topic.

Practice Quiz

Test your understanding of this lesson with 5 questions. Each question has one correct answer.

PrevNext