Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:Historically, browser plug-ins (for media playback, visualization, or runtime support) were significantly larger than regular web page assets. This question explores the relationship between file size and perceived download speed for such components.
Given Data / Assumptions:
Concept / Approach:Network transfer time approximately scales with payload size / available throughput, adjusted for latency and protocol overhead. Larger plug-ins naturally take longer to transfer than small page assets. While content delivery networks and compression help, size remains the dominant factor for multi-megabyte installers, which is why plug-in downloads were often perceived as slow.
Step-by-Step Solution:
Recognize that many plug-ins bundle runtimes and media components → larger files.Recall the basic throughput relation: time ≈ bytes / bandwidth.Conclude that larger plug-ins generally download more slowly than lightweight assets.Therefore the statement, as a general observation, is reasonable.Verification / Alternative check:Comparing historical plug-in packages (tens of MB) with standard page assets (KB to low MB) explains user experience reports of “slow downloads.”
Why Other Options Are Wrong:
Common Pitfalls:Confusing installation time with download time; overlooking caching or delta updates that can mitigate size impacts.
Final Answer:Correct
Discussion & Comments