Difficulty: Easy
Correct Answer: Non-broadcast multi-access
Explanation:
Introduction / Context:
Legacy WAN services like Frame Relay shaped many CCNA-era designs. Understanding their logical/physical characteristics is key to choosing routing protocols and neighbor discovery behavior.
Given Data / Assumptions:
Concept / Approach:
Frame Relay is a Non-Broadcast Multi-Access (NBMA) network. Multiple nodes share the provider cloud, but the medium does not support broadcast/multicast natively across all neighbors. This affects protocols like OSPF/EIGRP, which may need manual neighbor statements or special network types.
Step-by-Step Solution:
Verification / Alternative check:
Classic certification texts state “Frame Relay is NBMA,” guiding choices like OSPF point-to-multipoint or static neighbor settings.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming Ethernet-like broadcast behavior; forgetting to adapt routing protocol settings for NBMA.
Final Answer:
Non-broadcast multi-access
Discussion & Comments