D-ECS-DS-23 · Question #77
What type of routing does ECS use for network separation?
The correct answer is A. Source-based. ECS uses source-based routing to achieve network separation because it makes forwarding decisions based on the originating interface or source address of the traffic. This allows different logical networks to remain isolated from one another - traffic entering from one source…
Question
What type of routing does ECS use for network separation?
Options
- ASource-based
- BSource-based and target-based
- CTarget-based
- DProtocol-based
How the community answered
(28 responses)- A93% (26)
- B4% (1)
- D4% (1)
Explanation
ECS uses source-based routing to achieve network separation because it makes forwarding decisions based on the originating interface or source address of the traffic. This allows different logical networks to remain isolated from one another - traffic entering from one source (e.g., one segment or VRF) follows a distinct routing path and never bleeds into another segment's table.
Why the distractors are wrong:
- B (Source-based and target-based): Network separation in ECS relies solely on the source; adding destination-based logic into the mix would describe a policy-based routing hybrid, not ECS's specific mechanism.
- C (Target-based): Standard destination-based routing is the default for most IP networks, but it cannot enforce separation on its own - two segments could share routes to the same destination without isolation.
- D (Protocol-based): Routing by protocol (e.g., TCP vs. UDP) governs traffic type handling, not network segmentation; it doesn't create logically separate routing domains.
Memory tip: Think of source as "who you are" - ECS asks where you came from to decide which network you belong to, keeping different sources in their own lane. The phrase "Source = Separation" can help you lock this in on exam day.
Topics
Community Discussion
No community discussion yet for this question.