nerdexam
CompTIA

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

Cloud architecture

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)
  • A
    8% (2)
  • B
    4% (1)
  • C
    16% (4)
  • D
    72% (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

#WebSockets#Real-time communication#Bidirectional communication#Network optimization

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice