Linux IPC Question:
Download Questions PDF

What are the IPC techniques?

Answer:

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.

Download Linux IPC Interview Questions And Answers PDF

Previous QuestionNext Question
How to transfer a file from windows xp to RHEL5(LINUX) with bootable os?What are the Advantages and disadvantages of script vs compiled program?