List and explain the different types of communication paradision used within distributed system
Answers
Answered by
0
Answer:
Interprocess Communication is a process of exchanging the data between two or more independent process in a distributed environment is called as Interprocess communication. Interprocess communication on the internet provides both Datagram and stream communication.
Examples Of Interprocess Communication:
N number of applications can communicate with the X server through network protocols.
Servers like Apache spawn child processes to handle requests.
Pipes are a form of IPC: grep foo file | sort
Similar questions