H12-921_V1.0 · Question #238
In the process of open and programmable evolution of CloudFabric network services, APIs evolve from atomic APIs to network service APIs and then to intent APIs Which of the following is a web…
The correct answer is D. Service Chain API. Option D is correct because the Service Chain API operates at the network service layer, abstracting multiple underlying network functions into a cohesive, higher-level service interface - this is what Huawei's CloudFabric framework means by a "web service API" in its API…
Question
In the process of open and programmable evolution of CloudFabric network services, APIs evolve from atomic APIs to network service APIs and then to intent APIs Which of the following is a web service API?
Options
- ARESTful API
- BRESFCONF API
- CNETCONF API
- DService Chain API
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C9% (2)
- D82% (18)
Explanation
Option D is correct because the Service Chain API operates at the network service layer, abstracting multiple underlying network functions into a cohesive, higher-level service interface - this is what Huawei's CloudFabric framework means by a "web service API" in its API evolution model.
NETCONF API (C) and RESTCONF API (B) are both atomic APIs: they configure individual network devices or elements directly and sit at the lowest layer of the evolution model. RESTful API (A) is an architectural style rather than a specific API in this hierarchy - while REST principles may underpin various APIs, it does not represent a distinct stage in the CloudFabric service evolution.
Memory tip: Think of the three layers as Device, Service, and Intent. NETCONF and RESTCONF talk to devices (atomic). Service Chain API links services together (network/web service layer). Intent APIs express business goals. "Chain" implies linking services - that is the middle layer.
Topics
Community Discussion
No community discussion yet for this question.