Which of the following parameters represents an accurate description of the web architecture concept called 'Load Balancing'? MCQ with Answer and Explanation

Which of the following parameters represents an accurate description of the web architecture concept called 'Load Balancing'?
A. A specialized local browser button designed to clear cache history
B. An unlinked text configuration archive stored on local devices
C. The practice of distributing incoming web traffic across a cluster of multiple backend servers to prevent any single server from becoming overwhelmed
D. A physical computer motherboard processing chip specification
Answer: Option C
Solution (By JKExamLibrary)
Load balancing distributes incoming client requests across a pool of healthy application servers, optimizing resource use, maximizing throughput, and ensuring high availability.

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 type of program code logic runs directly on a remote internet server host machine to calculate custom dashboard outputs before compiling them into standard HTML to return to a browser?
A. Client-side Scripting
B. Browser Extension Core
C. CSS Layout Matrix
D. Server-side Scripting

Correct Answer: Option D


Explanation:
Server-side scripting (using languages like PHP, Python, or Node.js) executes on the hosting server to build dynamic web content before transmitting flat HTML back to the client.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following parameters represents an accurate description of the web development framework component called 'API' (Application Programming Interface)?
A. A set of defined protocols and tools that allow different software applications to communicate and exchange data with one another over the web
B. A specialized local browser button designed to wipe history traces
C. The physical processing chip architecture used inside server hubs
D. An unlinked text archive folder stored on network devices

Correct Answer: Option A


Explanation:
Web APIs define clear communication contracts and endpoints, allowing backend services, mobile apps, and third-party tools to integrate and share data seamlessly.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific browser utility or tool allows web developers to modify, inspect, and trace the active visual styles and spacing constraints of elements on a page in real time natively?
A. Standard bookmark navigation dashboard
B. Incognito browser window frame
C. Local server cache monitoring console
D. Elements Panel / Styles Inspector

Correct Answer: Option D


Explanation:
The Elements panel in browser Developer Tools provides a live, interactive view of a webpage's DOM structure and applied CSS rules, allowing developers to test design adjustments instantly on screen.

This question belongs to: Computer Internet and Web Technologies