Computer Science, asked by taranbirsingh5639, 1 year ago

List and explain the different types of communication paradision used within distributed system

Answers

Answered by wwwrajugaru
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