我觉得,10BASE2,10BASE5,10BROAD这种使用同轴电缆的,会“反射”回来。因为收和发共享一根线,不反射回来才怪。
使用双绞线就不一样了,在hub里面,完全可以做到不反射回来。
而802.3-2000协议中的14章Twisted-pair medium attachment unit(MAU) and baseband medium, type 10BASE-T中,14.2小节 MAU functional specifications 里面说到:
d) Collision Presence function. Provide the ability to detect simultaneous occurence of Manchester-encoded data on the RD and DO curcuits and to report such occurence as a collision.
也就是说 RD和DO 同时发生,就报告碰撞。 没说其他判断碰撞的方法,是不是就说明了我上述的观点?
对于10BROAD36类型的网络,见第12章,11.2.1.3小节是 Collision Detection function requirements,里面有提到:
a)存储扰码后的bits(非差分的编码)。。。等等 看不太懂
c)比较受到的扰码后bits。。。等等
这可能就说明在同轴电缆类型的网络里, 碰撞检测要先存储自己发送出去的数据,再接受信道“反射”回来的数据,进行比较,如果一致,说明没碰撞,如果不一致,说明碰撞了。