Which organization manages the allocated regional distribution of top-level country domain names such as '.in' for India? MCQ with Answer and Explanation

Which organization manages the allocated regional distribution of top-level country domain names such as '.in' for India?
A. IEEE Core Committee
B. Microsoft Network Architecture Team
C. W3C Working Group
D. National Internet Exchange of India (NIXI) / IN Registry
Answer: Option D
Solution (By JKSSB Mock Tests)
Country code Top-Level Domains (ccTLDs) like '.in' are designated to specific regional registries (such as the IN Registry in India under NIXI) to administer localized governance.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
What is the primary operational distinction of a 'Web Server' compared to a traditional 'Database Server'?
A. A web server is purely a physical hardware chip; a database server is software.
B. A web server processes HTTP requests to deliver web page content; a database server manages structured data tables.
C. A web server is responsible for allocating local IP configurations dynamically.
D. A web server reads incoming email files exclusively via POP3 paths.

Correct Answer: Option B


Explanation:
Web servers (like Apache or Nginx) listen for HTTP requests to deliver HTML and web assets to browsers, while database servers (like MySQL or Oracle) store and query raw tabular data collections.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'link' tag in HTML?
A. To include a style sheet
B. To define a relationship between the document and an external resource
C. To import a script
D. To embed a hyperlink

Correct Answer: Option B


Explanation:
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary function of a web browser's 'Cookie' file storage management system?
A. To hold persistent or temporary text string data blocks used to remember session preferences and tracking profiles
B. To compress structural HTML files to accelerate local render logic
C. To protect against inbound server crash sequences
D. To host background email client delivery routines

Correct Answer: Option A


Explanation:
Cookies allow web servers to save short strings of state or identifying data within a user's browser, enabling features like persistent shopping carts or login sessions.

This question belongs to: Computer Internet and Web Technologies