Difficulty: Medium
Correct Answer: Non broadcast multiaccess network
Explanation:
Introduction / Context:
This question tests your understanding of how Frame Relay wide area networks are classified from the perspective of routing and broadcast behavior. Knowing that Frame Relay is typically treated as a non broadcast multiaccess environment affects how you configure routing protocols, neighbor relationships, and mapping statements on interfaces that participate in a Frame Relay cloud.
Given Data / Assumptions:
- We are considering a default Frame Relay WAN rather than a special fully meshed design with extra features.
- Multiple routers can be connected through a single Frame Relay cloud using permanent virtual circuits.
- The network does not support native Layer 3 broadcast in the same way that Ethernet does.
- The question asks for a classification in terms of broadcast versus non broadcast and multiaccess characteristics.
Concept / Approach:
A non broadcast multiaccess network is one in which many devices can reach one another at Layer 3, but the underlying technology does not support automatic broadcast or multicast at that same layer. Instead, you often have logical point to point or point to multipoint connections built on top of a shared infrastructure. Frame Relay has this property because it uses virtual circuits identified by DLCIs rather than shared broadcast domains, so routing protocols cannot simply rely on multicast to discover neighbors.
Step-by-Step Solution:
Step 1: Recognize that Frame Relay allows multiple routers to share a single physical access link to a cloud of connections, which satisfies the multiaccess part of the definition.Step 2: Understand that Frame Relay does not support generic broadcast or multicast for all attached routers in the same way as Ethernet, hence it is non broadcast by default.Step 3: Combine these properties to see that the correct classification is non broadcast multiaccess, often abbreviated NBMA.Step 4: Recall that many routing protocols such as OSPF and EIGRP require special configuration on NBMA networks to establish neighbor relationships.Step 5: Select the option that explicitly states non broadcast multiaccess network.
Verification / Alternative check:
You can verify this classification by recalling that when configuring OSPF over Frame Relay, you must often set the network type to non broadcast or point to multipoint and manually define neighbors. This is because the Frame Relay cloud does not provide a built in broadcast mechanism for OSPF hello packets. This practical configuration detail is a strong indicator that the network type is indeed NBMA.
Why Other Options Are Wrong:
Broadcast point to multipoint and broadcast multiaccess networks imply that the medium can flood broadcast packets to all attached devices, which is not true of standard Frame Relay. Non broadcast multipoint network is not the standard terminology used in Cisco material and does not emphasize the multiaccess nature as clearly as NBMA. A point to point leased line network only connects two sites directly and does not describe the multiaccess cloud characteristic of Frame Relay.
Common Pitfalls:
Students sometimes assume that because many Frame Relay deployments effectively behave like multiple point to point links, the underlying technology must be point to point. In reality, the physical interface can support multiple virtual circuits and is therefore treated as a multiaccess medium. Another pitfall is to confuse broadcast capability with the use of Inverse ARP or mapping commands, which do not change the fundamental non broadcast behavior.
Final Answer:
A default Frame Relay WAN is classified as a non broadcast multiaccess NBMA network.
Discussion & Comments