400-007 · Question #180
What is a disadvantage of the traditional three-tier architecture model when east west traffic between different pods must go through the distribution and core layers?
The correct answer is D. high latency. In a traditional three-tier architecture, east-west traffic between pods must traverse multiple layers - adding extra hops and introducing high latency as the primary disadvantage.
Question
What is a disadvantage of the traditional three-tier architecture model when east west traffic between different pods must go through the distribution and core layers?
Options
- Alow bandwidth
- Bsecurity
- Cscalability
- Dhigh latency
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C2% (1)
- D91% (39)
Why each option
In a traditional three-tier architecture, east-west traffic between pods must traverse multiple layers - adding extra hops and introducing high latency as the primary disadvantage.
Low bandwidth is not the specific disadvantage of east-west traffic traversing the distribution and core layers, as those layers typically feature high-capacity uplinks designed for aggregated traffic.
Security is a general concern in any network design but is not the technical disadvantage specifically introduced by routing east-west traffic through the distribution and core layers.
Scalability is a known limitation of the three-tier model overall, but the scenario described - traffic being forced through upper layers between pods - specifically illustrates a latency problem, not a scalability constraint.
When east-west traffic between servers in different pods must travel up from the access layer through the distribution layer and potentially the core layer before descending back to the destination pod, each additional hop adds forwarding and queuing delay. This multi-hop path is the defining latency disadvantage of the three-tier model for east-west traffic patterns, which dominate modern data center workloads. Spine-leaf architectures were specifically designed to address this by guaranteeing that any two endpoints communicate within exactly two hops regardless of pod placement.
Concept tested: Three-tier architecture east-west traffic latency disadvantage
Source: https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Data_Center/DC_Infra2_5/DCinf_ch3.html
Topics
Community Discussion
No community discussion yet for this question.