Cisco
300-535 · Question #117
What is a characteristic of RESTful APIs?
The correct answer is D. REST works in a client-to-server manner where the client initiates a connection to a server. RESTful APIs work in a client-to-server manner where the client initiates a connection to the server to request or manipulate resources.
Automation APIs and Protocols
Question
What is a characteristic of RESTful APIs?
Options
- AREST works in a client-to-client manner where the client initiates a connection to a client.
- BREST works in a server-to-client manner where the server initiates a connection to a client.
- CREST works m a server-to-server manner where the server initiates a connection to a server.
- DREST works in a client-to-server manner where the client initiates a connection to a server.
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D82% (23)
Explanation
RESTful APIs work in a client-to-server manner where the client initiates a connection to the server to request or manipulate resources.
Topics
#REST API#client-server#HTTP architecture
Community Discussion
No community discussion yet for this question.