What is IPC? What are the various schemes available?

Answers were Sorted based on User's Feedback



What is IPC? What are the various schemes available?..

Answer / rohil

Different types of IPC mechanism are
1.PIPES
2.NAMED PIPES
3.SEMAPHORES
4.SHARED MEMORY
5.MESSAGE QUEUE
6.SOCKETS

Is This Answer Correct ?    27 Yes 2 No

What is IPC? What are the various schemes available?..

Answer / prashanth

Below are the different IPC methods

1. Semaphores
2. FIFO's (Also called Named Pipes)
3. Message Queues
4. Shared Memory

Is This Answer Correct ?    17 Yes 3 No

What is IPC? What are the various schemes available?..

Answer / devesh bissa

Following IPC mechanisms are available:-
1)Signal
2)Pipe
3)FIFO
4)System V's :- a)Semaphore b)Shared Memory c)Message Queue
5)Socket

Is This Answer Correct ?    15 Yes 3 No

What is IPC? What are the various schemes available?..

Answer / wizards

Inter Process Communication. IPC is used to pass information
between two or more processes.

Schemes are pipes, shared memory & semaphore.

Is This Answer Correct ?    16 Yes 5 No

What is IPC? What are the various schemes available?..

Answer / aditi khoje

Inter-Process-Communication (or IPC

The Linux kernel provides the following IPC mechanisms:

Signals
Anonymous Pipes
Named Pipes or FIFOs
SysV Message Queues
POSIX Message Queues
SysV Shared memory
POSIX Shared memory
SysV semaphores
POSIX semaphores
FUTEX locks
File-backed and anonymous shared memory using mmap
UNIX Domain Sockets
Netlink Sockets
Network Sockets
Inotify mechanisms
FUSE subsystem

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Unix IPC Interview Questions

What is daemon?

0 Answers  


how to create tree of processes. one parent and 3 childs.

1 Answers   HCL,


What is Inode.

2 Answers   HCL,


Which ipc is the fastest in unix?

0 Answers  


What is a Daemon?

3 Answers  






What is IPC? What are the various schemes available?

5 Answers  


what is the process id for kernel process?

8 Answers   IBM, ITI, Military Engineer Services, Remo, TATA,


What is the very first process created by kernel?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


How do you execute one program from within another?

4 Answers  


Explain the advantage of executing a process in background?

0 Answers  


What is semaphone?

5 Answers   HCL,


Categories