In a situation where process A on machine 1 wants to communicate
with process B on machine 2 at the same time that
process X on machine 1 wants to communicate with
process Y on machine 2 we basically have two choices:
- Drag multiple cables between the two machines.
Unless the machines are very close together
this can get expensive quickly.
- Find some way that the two pairs of
communicating processes (or more!)
can share a single physical link.
In case you can't guess, we need to discuss how to make
the second approach possible.