6 lines
260 B
Markdown
6 lines
260 B
Markdown
|
|
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.
|