不同tcp通道的网络路由路径,但适用于相同的机器

时间:2010-11-19 06:27:14

标签: language-agnostic networking routing tcp network-programming

Process1在machineA中运行。 Process1已打开服务器端口X Process2在machineB中运行。 Process2已打开服务器端口Y Process1& Process2通过2个不同的tcp通道交换消息。

Process1 opens client socket to portY of machineB and start sending msgs to Process2.  (tcp channel 1)
Process2 opens client socket to portX of machineA and start sending msgs to Process1.  (tcp channel 2)

问题:
channel1&网络路径是否相同?在所有情况下都是channel2?即通过相同的路由器等? 的更新:
我需要这些信息来做出关于进程同步的一些决定(这样一个进程并不比另一个进程快

由于

2 个答案:

答案 0 :(得分:1)

无法保证。这与您关于交错的其他问题有关吗?

答案 1 :(得分:0)

想一想:如果两个系统之间的路径始终相同......为什么有人会关心设计routing protocols