3303-flashcards/hATaBiZQ - 3303/bd0wblBb - Why does Synchronous Communication involve less data copying on the same node.md
2026-04-20 23:08:47 -04:00

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.