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

How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

0 Answers  


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

0 Answers  


What is an advantage of executing a process in background?

2 Answers  


What are various IDs associated with a process?

3 Answers  


What is a zombie?

10 Answers  






How do you execute one program from within another?

4 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


How to write the program on full-duplex communication using 2 FIFOs

0 Answers  


How to write the program on full-duplex communication on biderctional(e.g using two pipes)

2 Answers   Infosys,


Linking across directories?

2 Answers  


Please describe the initial process sequence while the system boots up?

0 Answers  


What is ipc in unix?

0 Answers  


Categories