nerdexam
CWNP

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…

Wireless IoT Technologies and Protocols

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)
  • A
    6% (2)
  • B
    14% (5)
  • C
    75% (27)
  • D
    6% (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

#HTTP#REST API#application protocol#developer ecosystem

Community Discussion

No community discussion yet for this question.

Full CWISA-102 Practice