bufferingmessages exchanged by communication


Buffering

Messages exchanged by communication processes reside in a impermanent queue. Such a queue can be executed in three ways.

  • Zero capacity: The queue length is 0. In this case, the sender must block unless the recipient receives the message.
  • Bounded capacity: The queue has finite length n, at most n message can reside in it.

If the link is full, the sender must block unless space is available in the queue.

 

Request for Solution File

Ask an Expert for Answer!!
Operating System: bufferingmessages exchanged by communication
Reference No:- TGS0292465

Expected delivery within 24 Hours