Which top-level domain extension (TLD) is specifically reserved globally for designated non-profit organizations, charities, and philanthropic groups, though open to public registration now? MCQ with Answer and Explanation

Which top-level domain extension (TLD) is specifically reserved globally for designated non-profit organizations, charities, and philanthropic groups, though open to public registration now?
A. .org
B. .mil
C. .com
D. .net
Answer: Option A
Solution (By JKSSB Mock Tests)
The '.org' top-level domain stands for 'organization' and was originally intended for non-profit foundations, cultural institutions, and charity entities.

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 purpose of the 'Cache-Control' HTTP header?
A. To specify caching policies for the resource
B. To authenticate the user
C. To control the format of the response
D. To set the language of the content

Correct Answer: Option A


Explanation:
The Cache-Control header is used to define caching directives such as max-age, no-cache, and private, controlling how and for how long the resource can be cached.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the role of the 'viewport' meta tag in responsive web design?
A. To adapt the page layout to different screen sizes
B. All of the above
C. To disable scaling
D. To set the zoom level

Correct Answer: Option B


Explanation:
The viewport meta tag controls the visible area and scaling for mobile devices, essential for responsive design.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'Host' header in an HTTP request?
A. To specify the client's IP address
B. To authenticate the user
C. To indicate the domain name of the server
D. To set the content type

Correct Answer: Option C


Explanation:
The Host header specifies the domain name of the server (and optionally the port) to which the request is being sent, enabling virtual hosting.

This question belongs to: Computer Internet and Web Technologies