首页 > 留学知识库

问题: 如何翻译这句网络句子?急

问题:A network is converged融合 and the routing tables are complete. When a packet needs to be forwarded, what is the first criterion标准 used to determine the best path in the routing table?

答案:the route with the longest address and mask match to the destination

这道题的问题我能够理解,就是说这个网络已经正常了,可以正常通信了,这时候要发送一个包,什么才是在路由表中确定该路径,可这个答案我就参不透是什么意思了,好像跟什么地址没关系吧,希望各位强人能人帮我翻译一下,帮我这个网络不虾。
先谢谢了

解答:

(假设)有一个收敛的网络,路由表也是完备的。如果要转发一个数据包,什么因素是用来选择路由表中最佳路径的标准?

那个拥有与目的地子网掩码最长前缀匹配的路径

我是通信专业的,觉得应该是这个意思,IP寻址先要匹配网络号,也就是与子网掩码进行最长前缀匹配(与运算)得出网络号,在根据32地址低位找到主机号