200-301 · Question #422
What uses HTTP messages to transfer data to applications residing on different hosts?
The correct answer is D. REST. A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which refers to the reading, updating, creating and deleting of operations concerning
Question
What uses HTTP messages to transfer data to applications residing on different hosts?
Options
- AOpenFlow
- BOpenStack
- COpFlex
- DREST
How the community answered
(48 responses)- A4% (2)
- B6% (3)
- C2% (1)
- D88% (42)
Explanation
A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which refers to the reading, updating, creating and deleting of operations concerning https://searchapparchitecture.techtarget.com/definition/RESTful-API
Topics
Community Discussion
No community discussion yet for this question.