When a network design scales from a LAN (spanning a single building or campus)…
2026
When a network design scales from a LAN (spanning a single building or campus) to a WAN (spanning cities, countries, or continents), which of the following becomes the most significant additional design concern purely because of the much greater distance between endpoints?
- A.
Propagation delay
- B.
Bandwidth availability
- C.
Duplex mismatch
- D.
Connector type differences
Attempted by 3 students.
Show answer & explanation
Correct answer: A
Concept
Total end-to-end delay for a signal is the sum of propagation delay (the time for a signal to physically travel across the medium, equal to distance divided by the medium's signal propagation speed), transmission delay (the time to push all the bits of a frame onto the link, equal to frame size divided by bandwidth), and additional queuing and processing delays that depend on traffic load and device processing rather than on distance. Propagation delay depends only on physical distance and the transmission medium, not on how fast the link's port operates.
Application to this item
A typical LAN spans a single building or campus (hundreds of metres), so even at a signal speed of roughly 2x10^8 m/s in copper or fibre, propagation delay stays in the microsecond range and is dwarfed by transmission delay and access-method overhead. When the same design is scaled up into a WAN, links now cross cities, countries, or continents (hundreds to thousands of kilometres, or a satellite hop). Because propagation delay grows linearly with that added distance, it can balloon into tens or hundreds of milliseconds -- an effect introduced purely by the increase in distance, dwarfing the considerations that mattered inside the LAN.
Cross-check
This matches how WAN links are actually engineered: transport-layer window sizing is driven by the bandwidth-delay product, and it is the round-trip propagation time -- not the link's bit rate -- that balloons once a network is stretched across a WAN, confirming that propagation delay is the factor that changes most significantly with scale.
Why the other options are not the main new issue
Bandwidth availability: link capacity (bits per second) is a provisioning and cost constraint that engineers address by leasing higher-capacity circuits; it does not automatically worsen just because a design is stretched geographically, so it is not a direct consequence of the scale-up itself the way propagation delay is.
Duplex mismatch: this is a per-link auto-negotiation configuration error between two directly connected interfaces, and is unrelated to how far apart the two ends of the network are.
Connector type differences: this concerns the physical interface standard used to attach cabling to equipment (for example copper versus fibre connectors), a media-compatibility detail rather than an effect of increased geographic distance.
Propagation delay is therefore the issue that becomes most significant when a LAN design is scaled into a WAN.