200-901 · Question #314
A company wants to automate the orders processed on its website using API. The network device that supports the solution must: - support XML encoding - support distributed transactions - support…
The correct answer is C. distributed transactions. RESTCONF (RFC 8040) does not support distributed transactions - atomic operations that span multiple devices or datastores in a single transaction. NETCONF supports distributed transactions via its candidate datastore and commit/lock mechanisms. RESTCONF does support XML…
Question
A company wants to automate the orders processed on its website using API. The network device that supports the solution must:
- support XML encoding
- support distributed transactions
- support YANG data models
- be support software redundancy
Which requirement prevents the use of RESTCONF for the solution?
Options
- Asoftware redundancy
- BYANG data models
- Cdistributed transactions
- DXML encoding
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C78% (21)
- D11% (3)
Explanation
RESTCONF (RFC 8040) does not support distributed transactions - atomic operations that span multiple devices or datastores in a single transaction. NETCONF supports distributed transactions via its candidate datastore and commit/lock mechanisms. RESTCONF does support XML encoding (option D), YANG data models (option B), and software redundancy is handled at the device level, not the protocol level (option A). Because the solution requires distributed transactions, RESTCONF is unsuitable, and NETCONF would be the appropriate protocol.
Topics
Community Discussion
No community discussion yet for this question.