a) Variables b) Sockets c) Ports d) Service names Answer: c Explanation: Ports
View QuestionRemote Procedure Calls are used ____________
a) for communication between two processes remotely different from each other on the same system b) for communication ...
View QuestionBounded capacity and Unbounded capacity queues are referred to as __________
a) Programmed buffering b) Automatic buffering c) User defined buffering d) No buffering Answer: b Explanation: Bounded capacity and ...
View QuestionThe Zero Capacity queue __________
a) is referred to as a message system with buffering b) is referred to as a message system ...
View QuestionIn the Zero capacity queue __________
a) the queue can store at least one message b) the sender blocks until the receiver receives the ...
View QuestionIn the non blocking send __________
a) the sending process keeps sending until the message is received b) the sending process sends the message ...
View QuestionIn indirect communication between processes P and Q __________
a) there is another process R to handle and pass on the messages between P and Q
View QuestionWhich of the following are TRUE for direct communication?
a) A communication link can be associated with N number of process(N = max. number of processes ...
View QuestionThe link between two processes P and Q to send and receive messages is called _________
a) communication link b) message-passing link c) synchronization link d) all of the mentioned Answer: a Explanation: The link between two ...
View QuestionMessages sent by a process __________
a) have to be of a fixed size b) have to be a variable size c) can be fixed or variable ...
View Question