Which of the following extensions in a URL represents a top-level domain (TLD) reserved exclusively for accredited educational institutions? MCQ with Answer and Explanation

Which of the following extensions in a URL represents a top-level domain (TLD) reserved exclusively for accredited educational institutions?
A. .com
B. .org
C. .edu
D. .gov
Answer: Option C
Solution (By JKExamLibrary)
The '.edu' top-level domain (TLD) is reserved strictly for educational organizations and institutional bodies, primarily in the United States.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a web technology used to create interactive maps?
A. Leaflet
B. All of the above
C. Google Maps API
D. OpenLayers

Correct Answer: Option B


Explanation:
Leaflet, Google Maps API, and OpenLayers are all JavaScript libraries for embedding interactive maps in web pages.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a popular web server developed by Microsoft?
A. Nginx
B. Tomcat
C. IIS
D. Apache

Correct Answer: Option C


Explanation:
IIS (Internet Information Services) is a web server developed by Microsoft for Windows servers.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'User-Agent' header in HTTP requests?
A. To specify the preferred language
B. To provide the user's IP address
C. To authenticate the user
D. To identify the client software making the request

Correct Answer: Option D


Explanation:
The User-Agent header allows the server to identify the type of browser, operating system, and version, enabling content adaptation.

This question belongs to: Computer Internet and Web Technologies