An network administrator is analyzing an enterprise software-defined fabric deployment. Which two protocols operate within the overlay network to handle data plane frame encapsulation and control plane endpoint mapping? (Select two.)
- VXLAN (Virtual Extensible LAN)Answer
- LISP (Locator/ID Separation Protocol)Answer
- COSPF (Open Shortest Path First)
- DIS-IS (Intermediate System to Intermediate System)
- ESTP (Spanning Tree Protocol)
Answer
VXLAN and LISP operate within the overlay layer of a software-defined fabric. VXLAN provides data plane encapsulation (MAC-in-UDP), while LISP provides control plane address mapping (EID to RLOC).
VXLAN and LISP are overlay protocols. VXLAN performs data plane encapsulation by wrapping Layer 2 Ethernet frames inside Layer 3 UDP headers to cross the fabric. LISP operates as an overlay control plane protocol by maintaining a database mapping Endpoint Identifiers (EIDs) to Routing Locators (RLOCs).
Step-by-Step Solution
Key Concept
Overlay vs. Underlay Protocol Roles in Software-Defined Networking