400-007 · Question #75
Which option is a fate-sharing characteristic in regards to network design?
The correct answer is A. A failure of a single element causes the entire service to fail. Fate-sharing in network design describes a dependency condition where a single component failure causes all co-dependent services or elements to fail together as a unit.
Question
Which option is a fate-sharing characteristic in regards to network design?
Options
- AA failure of a single element causes the entire service to fail
- BIt protects the network against failures in the distribution layer
- CIt acts as a stateful forwarding device
- DIt provides data sequencing and acknowledgment mechanisms
How the community answered
(23 responses)- A96% (22)
- C4% (1)
Why each option
Fate-sharing in network design describes a dependency condition where a single component failure causes all co-dependent services or elements to fail together as a unit.
In a fate-sharing design, multiple services or components are co-located or share a common dependency such as a single control plane, forwarding engine, or link. When that shared element fails, every service dependent on it fails simultaneously - they share the same fate. This is a key risk factor in availability analysis and motivates design choices such as separating control planes, using redundant paths, and avoiding single points of failure.
Protection against distribution layer failures describes redundancy and resilience techniques such as dual-homing or fast reroute, which are design responses to fate-sharing risks, not the definition of fate-sharing itself.
A stateful forwarding device maintains session or flow state such as NAT bindings or firewall sessions - this describes a forwarding plane characteristic and is unrelated to the fate-sharing concept.
Data sequencing and acknowledgment mechanisms are transport layer functions associated with TCP's reliable delivery service, not a network architectural fate-sharing characteristic.
Concept tested: Fate-sharing as a network high-availability design principle
Source: https://www.rfc-editor.org/rfc/rfc3439
Topics
Community Discussion
No community discussion yet for this question.