nerdexam
Cisco

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.

Designing Network Infrastructure

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)
  • A
    5% (2)
  • B
    86% (38)
  • C
    2% (1)
  • D
    7% (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.

AIt transmits packets that traverse over network devices like switches and routers

This describes the underlay (physical) network where packets traverse physical switches and routers without additional virtual encapsulation, which is the opposite of an overlay.

BIt encapsulates packets at source and destination, which incurs additional overheadCorrect

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.

CPacket delivery and reliability occurs at Layer 3 and Layer 4

Packet delivery reliability at Layer 3 and Layer 4 characterizes the underlay network's forwarding responsibilities, not the encapsulation abstraction that defines overlay networks.

DIt is responsible for the delivery of packets; NAT- or VRF-based segregation is required

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

#overlay network#encapsulation#network abstraction#SDN

Community Discussion

No community discussion yet for this question.

Full 400-007 Practice