Implementing Automation for Cisco Data Center Solutions (DCAUTO) — Question 10
Which two statements about gRPC are true? (Choose two.)
Answer options
- A. It is an IETF draft.
- B. It is an IETF standard.
- C. It runs over SSH.
- D. It is an open source initiative.
- E. It runs over HTTPS.
Correct answer: A, D
Explanation
Option A is correct because gRPC is currently defined as an IETF draft, indicating that it is still under development. Option D is also correct as gRPC is indeed an open-source project. Options B and C are incorrect because gRPC is not an IETF standard and does not run over SSH; it primarily utilizes HTTP/2 for communication, which can run over TLS (HTTPS).