400-007 · Question #279
Sometimes SDN leverages various overlay networking technologies to create layer(s) of network abstraction. What describes an overlay network?
The correct answer is B. It encapsulates packets at source and destination, which incurs additional overhead. An overlay network creates a virtual topology on top of physical infrastructure by encapsulating packets, adding header overhead at the source and removing it at the destination.
Question
Sometimes SDN leverages various overlay networking technologies to create layer(s) of network abstraction. What describes an overlay network?
Options
- AIt transmits packets that traverse over network devices like switches and routers
- BIt encapsulates packets at source and destination, which incurs additional overhead
- CPacket delivery and reliability occurs at Layer 3 and Layer 4
- DIt is responsible for the delivery of packets; NAT- or VRF-based segregation is required
How the community answered
(44 responses)- A5% (2)
- B86% (38)
- C2% (1)
- D7% (3)
Why each option
An overlay network creates a virtual topology on top of physical infrastructure by encapsulating packets, adding header overhead at the source and removing it at the destination.
This describes the underlay (physical) network where packets traverse physical switches and routers without additional virtual encapsulation, which is the opposite of an overlay.
Overlay technologies such as VXLAN, GRE, and NVGRE encapsulate the original packet with additional headers at the ingress node and strip them at the egress node; this encapsulation-at-source and decapsulation-at-destination mechanism is the defining characteristic of overlay networking and inherently introduces additional packet overhead.
Packet delivery reliability at Layer 3 and Layer 4 characterizes the underlay network's forwarding responsibilities, not the encapsulation abstraction that defines overlay networks.
NAT- and VRF-based segregation are underlay or physical network techniques for traffic isolation; overlay networks abstract above these constructs using encapsulation rather than relying on them for segregation.
Concept tested: Overlay network encapsulation and packet abstraction
Source: https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/white-paper-c11-728337.html
Topics
Community Discussion
No community discussion yet for this question.