А______is a container that holds messages while they are in transit
(A) message queue
(B) string
(C) array
(D) none of above
Answers
Answered by
3
☞(A)Message queue...........!
Answered by
0
Option(A): message queue
А message queue is a container that holds messages while they are in transit.
- Different system components can communicate and carry out activities asynchronously thanks to message queues.
- A message queue offers an endpoint that enables software components to connect to the queue in order to send and receive messages as well as a small buffer that temporarily stores messages.
- An asynchronous communications protocol is one that uses a message queue to store messages and does not require an immediate response to continue processing. The most effective example of asynchronous communication is likely email.
- Small communication forms are necessary if we wish to communicate.
- When many processes are communicating at once, synchronization is required to preserve shared memory data.
- If shared memory is used frequently for writing and reading, then the feature would be quite difficult to implement. Not worth using in these kinds of circumstances.
#SPJ3
Similar questions