nerdexam
Cisco

350-901 · Question #96

What are two advantages of using model-driven telemetry, such as gRPC, instead of traditional telemetry gathering methods? (Choose two.)

The correct answer is B. efficient use of bandwidth E. continuous information with incremental updates. Model-driven telemetry using gRPC provides efficient binary-encoded data transport and supports continuous streaming subscriptions with incremental updates, overcoming the polling inefficiencies of SNMP.

Network Automation

Question

What are two advantages of using model-driven telemetry, such as gRPC, instead of traditional telemetry gathering methods? (Choose two.)

Options

  • Aall data is ad-hoc
  • Befficient use of bandwidth
  • Cno overhead
  • Ddecentralized storage of telemetry
  • Econtinuous information with incremental updates

How the community answered

(27 responses)
  • B
    93% (25)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Model-driven telemetry using gRPC provides efficient binary-encoded data transport and supports continuous streaming subscriptions with incremental updates, overcoming the polling inefficiencies of SNMP.

Aall data is ad-hoc

Model-driven telemetry is subscription-based and structured using YANG data models, not ad-hoc; ad-hoc queries are characteristic of traditional polling methods like SNMP GET requests.

Befficient use of bandwidthCorrect

gRPC uses Protocol Buffers for binary serialization, which is significantly more compact than text-based formats like XML used in NETCONF or SNMP MIB data, resulting in substantially lower bandwidth consumption per telemetry message.

Cno overhead

gRPC and streaming telemetry do introduce protocol overhead including connection establishment, subscription negotiation, and encoding; the advantage is reduced overhead compared to polling, not zero overhead.

Ddecentralized storage of telemetry

Model-driven telemetry does not inherently provide decentralized storage; telemetry data is streamed to a designated collector or pipeline and storage architecture is a separate design concern independent of the telemetry protocol.

Econtinuous information with incremental updatesCorrect

Model-driven telemetry supports dial-in and dial-out subscription models that push incremental state changes to the collector as soon as they occur, providing near-real-time visibility without the latency and overhead of periodic polling cycles.

Concept tested: Model-driven telemetry advantages over SNMP polling

Source: https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/telemetry/b-telemetry-cg-ncs5500/b-telemetry-cg-ncs5500_chapter_010.html

Topics

#Telemetry#Model-driven telemetry#gRPC#Network Monitoring

Community Discussion

No community discussion yet for this question.

Full 350-901 Practice