What are the IPC techniques ? explain each

Answers were Sorted based on User's Feedback



What are the IPC techniques ? explain each..

Answer / prabhakar

IPC Techniques are mainly semaphores,message
queues,pipes,sockets,and shared memory.
1.semaophore is a synchronizing tool between the proceess in
sharing f resource.
it consists either 1 or 0 for allocating or deallocate a
resouce respectively.
2.message queue is a queue which is used by a proceess
comunication.

Is This Answer Correct ?    38 Yes 9 No

What are the IPC techniques ? explain each..

Answer / subrat

IPC is a mechanism through which two or more processes connecting so that information will be transferred. so these mechanism are
i) Pipe(unnamed)
ii) FIFO(named pipe)
iii) Message queue
iv) Shared memory
v) Semaphore

Is This Answer Correct ?    9 Yes 1 No

What are the IPC techniques ? explain each..

Answer / shravan katta

pipe,fifo(named pipe) these two are related to files ipc
concept here we are using the file discripter
and message queue,shared memory these two are the pure ipc
concepts here we are using the id

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Linux IPC Interview Questions

Which tool would you use to update Debian / Slackware / RedHat / Mandrake / SuSE ?

2 Answers  


Explain Communication Between Parent and Child Processes?

0 Answers  


What are the advantages of ipc?

0 Answers  


What is Mapped Memory?

0 Answers  


What does ipc stand for in banking?

0 Answers  






What are Wait and Post Operations?

0 Answers  


What is the ipc 610?

0 Answers  


Which is fastest ipc mechanism?

0 Answers  


i want to do linux. i am completed b.sc. in physics i want to do carrier in linux newgeneration which cource will confartable give me solution

1 Answers   HP,


What is ipc problem?

0 Answers  


How shared memory are accessed if we have two processors trying to acquire the same region.

3 Answers   NetApp,


What are System Calls?

0 Answers  


Categories