CSE MCQs :: Inter Process Communication
- Port identities and capabilities are maintained by
- A message includes a header that identifies the sending and receiving
- What is interprocess communication?
- Messages sent by a process :
- Which of the following are TRUE for direct communication:
- In the Zero capacity queue:
- Bounded capacity and Unbounded capacity queues are referred to as :
- In the non blocking send :
- An IPC facility provides atleast two operations:
- The link between two processes P and Q to send and receive messages is called:
A.
A communication link can be associated with N number of process(N = max. number of processes supported by system)
|
B.
A communication link can be associated with exactly two processes
|
C.
Exactly N/2 links exist between each pair of processes(N = max. number of processes supported by system)
|
D.
Exactly two link exists between each pair of processes
|