[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: HCL Technologies

27. What is IPC, what is difference in pipe and fifo.

Answer:

IPC allow a program to handle many user requests at the same time.



1. Pipe uses the internal data structure for this (It already reserved few space for creating pipe) But FIFO is physically present in our directory.

2.Pipe can be accessed through file descriptor which he returned when using pipe system call,But FIFO having name so we can access and load it in to memory using its file name.

3. pipe can be accessed to the related process only(parent -child process) But fifo is accessed to unrelated process too.

Post Your Answer Here:      Public      Private

Rate This: +1 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here