CV0-004 · Question #91
Which of the following integration systems would best reduce unnecessary network traffic by allowing data to travel bidirectionally and facilitating real-time results for developers who need to displa
The correct answer is D. Web sockets. Web sockets provide a full-duplex communication channel over a single, long-lived connection, allowing data to flow bidirectionally between a client and a server. This is ideal for real-time applications where developers need to display critical information without unnecessary ne
Question
Which of the following integration systems would best reduce unnecessary network traffic by allowing data to travel bidirectionally and facilitating real-time results for developers who need to display critical information within applications?
Options
- AREST API
- BRPC
- CGraphQL
- DWeb sockets
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C16% (4)
- D72% (18)
Explanation
Web sockets provide a full-duplex communication channel over a single, long-lived connection, allowing data to flow bidirectionally between a client and a server. This is ideal for real-time applications where developers need to display critical information without unnecessary network overhead, as it reduces the need for repetitive HTTP requests and allows for more efficient, instantaneous data updates and interactions.
Topics
Community Discussion
No community discussion yet for this question.