Operating System Inter Process Communication
Q Which of the following are TRUE for direct communication?
  • A A. A communication link can be associated with n number of process(n = max. number of processes supported by system)
  • B B. A communication link is associated with exactly two processes
  • C C. Exactly n/2 links exist between each pair of processes(n = max. number of processes supported by system)
  • D D. Exactly two link exists between each pair of processes
Leave a Comment