260 B
260 B
Why does Synchronous Communication involve less data copying on the same node?
📋 Because the sender and receiver can share the same address space, whereas asynchronous usually requires copying data into a message buffer and then out again.