CWISA-102 · Question #32
What is an advantage of using HTTP-based processing?
The correct answer is C. It is simple and commonly understood in the developer community. HTTP's Popularity: HTTP is the foundation of the web, making it widely known and supported. Developers have extensive familiarity with its concepts (methods, headers, status codes, etc.). REST APIs and Webhooks: These often leverage HTTP for communication, building upon…
Question
What is an advantage of using HTTP-based processing?
Options
- AIt is more secure than other transports, when using SSH
- BIt is faster than any other APIs
- CIt is simple and commonly understood in the developer community
- DIt Is more secure than any other APIs
How the community answered
(36 responses)- A6% (2)
- B14% (5)
- C75% (27)
- D6% (2)
Explanation
HTTP's Popularity: HTTP is the foundation of the web, making it widely known and supported. Developers have extensive familiarity with its concepts (methods, headers, status codes, etc.). REST APIs and Webhooks: These often leverage HTTP for communication, building upon existing knowledge and tools. Security: HTTP itself is not inherently secure; HTTPS or additional layers address this. Speed: Protocols optimized for IoT may have lower overhead, but HTTP's simplicity often outweighs minor performance differences.
Topics
Community Discussion
No community discussion yet for this question.