First page Back Continue Last page Summary Graphic
Supporting N-way protocols
N-way protocol is a circular dependency in the protocol of length N
- Node A sends to B which generates a message to C which replies to A. Reply doesn't generate a message
Shared memory protocols often 2-way
Some file systems are 3-way
Requires N independent communication paths
- Deadlock or livelock possible if not careful.