Bailey creates a single computer that stores mappings from domain names to IP addresses. Which is a scalability flaw of this design?

Study for the Khan Academy Internet Test. Master topics with detailed questions, hints, and insightful explanations. Prepare effectively and ace your exam!

Multiple Choice

Bailey creates a single computer that stores mappings from domain names to IP addresses. Which is a scalability flaw of this design?

Explanation:
In this design, one computer handles all domain-to-IP mappings for every device. That creates a centralized bottleneck: as more devices join and make lookups, the central machine has to work harder, handling more requests and more load. Its processing power, memory, and network bandwidth are finite, so throughput can drop, latency can rise, or the system can fail to keep up when demand spikes. That kind of growth-related slowdown is exactly what we mean by a scalability flaw. The other ideas describe different issues. If the central computer goes offline, mappings aren’t available at all, which is a reliability problem, not a scalability one. Automatically distributing load or scaling without issues would actually improve scalability, not reflect a flaw.

In this design, one computer handles all domain-to-IP mappings for every device. That creates a centralized bottleneck: as more devices join and make lookups, the central machine has to work harder, handling more requests and more load. Its processing power, memory, and network bandwidth are finite, so throughput can drop, latency can rise, or the system can fail to keep up when demand spikes. That kind of growth-related slowdown is exactly what we mean by a scalability flaw.

The other ideas describe different issues. If the central computer goes offline, mappings aren’t available at all, which is a reliability problem, not a scalability one. Automatically distributing load or scaling without issues would actually improve scalability, not reflect a flaw.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy