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 the very first process created by kernell

5 Answers  


What is ipc in unix?

0 Answers  


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


What is ln(linking)?

0 Answers  


What is the full form of ipc?

0 Answers  






Linking across directories?

2 Answers  


What is semaphone?

5 Answers   HCL,


What is IPC? What are the various schemes available?

5 Answers  


What are the system calls used for process management:

5 Answers  


What are the system calls used for process management?

3 Answers  


Explain the initial process sequence while the system boots up?

0 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Categories