What is the purpose of the 'Intranet' inside a modern banking enterprise or government establishment? MCQ with Answer and Explanation

What is the purpose of the 'Intranet' inside a modern banking enterprise or government establishment?
A. To provide a secure, private, closed internal network accessible only to verified employees
B. To replace physical ethernet cable connectors with satellite links
C. To share data publicly with global consumers across the planet
D. To prevent browsers from utilizing cookie data structures
Answer: Option A
Solution (By JKExamLibrary)
An intranet is a private internal network hub protected by security walls, used exclusively by staff members to share internal communications and resources securely.

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
What is the role of a cookie in maintaining sessions?
A. To store user data on the server
B. To authenticate the user directly
C. To encrypt session data
D. To store a session identifier on the client

Correct Answer: Option D


Explanation:
Cookies often contain a session ID that is sent to the server with each request, allowing the server to associate the request with a specific user session.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of the 'User-Agent' string sent inside an HTTP request header to a remote web server?
A. To transmit the user's encrypted master system password
B. To identify the specific browser application, version, and operating system of the client to the server
C. To specify the physical routing coordinates of the local ISP link
D. To check local hardware device temperature metrics

Correct Answer: Option B


Explanation:
The User-Agent header string acts as a technical badge, telling the web server what browser software and operating system the client is using so it can tailor content compatibility.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the primary function of the 'Blink' engine used in modern versions of Google Chrome and Microsoft Edge?
A. To establish encrypted secure network handshakes
B. To compress incoming image files to save device RAM
C. To parse HTML and CSS code to visually render pages on the screen
D. To filter out cross-site scripting (XSS) injection attempts

Correct Answer: Option C


Explanation:
Blink is a browser engine (rendering engine) that transforms raw code (HTML, CSS) into interactive visual frames on a user's screen.

This question belongs to: Computer Internet and Web Technologies