Match each Software-Defined Networking (SDN) architectural component or layer on the left with its primary function on the right.
- Underlay NetworkProvides physical Layer 3 IP reachability and transport using routed protocols.
- Overlay NetworkCreates virtual logical tunnels (such as VXLAN) to encapsulate host traffic.
- Fabric Control PlaneTracks location mappings between Endpoint Identifiers (EIDs) and Routing Locators (RLOCs).
- Network FabricIntegrates underlay, overlay, and control plane protocols into a unified automated network system.
Answer
Underlay Network matches with providing physical Layer 3 IP reachability; Overlay Network matches with creating virtual logical tunnels to encapsulate host traffic; Fabric Control Plane matches with tracking location mappings between EIDs and RLOCs; Network Fabric matches with integrating underlay, overlay, and control plane protocols into a unified network system.
Each architectural layer serves a specific distinct function: the underlay delivers physical Layer 3 IP reachability, the overlay handles logical encapsulation tunnels (such as VXLAN), the fabric control plane manages host location mapping (EID to RLOC via LISP), and the fabric refers to the integrated end-to-end software-defined solution.
Step-by-Step Solution
Key Concept
Software-Defined Architecture Components: Underlay, Overlay, Control Plane, and Fabric
Estimated Time:45s