DictionaryForumContacts

 Subterfuge

link 7.12.2006 20:15 
Subject: to MOD the number generated by the XOR of each byte (сеть)
Пожалуйста, помогите перевести следующее предложение: To determine the port for a particular Source, Group (S,G) pair, the number of active ports of the MLT is used to MOD the number generated by the XOR of each byte of the masked group address with the masked source address.

Оно встречается в следуещем контексте (алгоритмы распределения трафика в конвергентной сети)
The specific traffic distribution algorithms are as follows:
For any bridged packet (except IP), the distribution is based on source and destination MAC:
■ MOD (DestMAC[5:0] XOR SrcMAC[5:0], number of active links)

For bridged and routed IP or routed IPX, the distribution is based on source and destination IP address:
■ MOD (DestIP(X)[5:0] XOR SrcIP(X)[5:0], number of active links)

Multicast flow distribution over MLT (MultiLink Trunking) is based on source-subnet and group addresses. To determine the port for a particular Source, Group (S,G) pair, the number of active ports of the MLT is used to MOD the number generated by the XOR of each byte of the masked group address with the masked source address. This feature was introduced in release 3.5. The feature is not enabled by default and must be enabled in order for IP multicast streams to be distributed.

 Enote

link 7.12.2006 20:52 
MOD - это операция взятия остатка от деления, 14 MOD 5 = 4

 operator

link 7.12.2006 21:31 
XOR — логическая операция — А или В, но не А и В вместе:
http://www.answers.com/main/ntquery?s=XOR+&gwp=13

 Subterfuge

link 7.12.2006 22:30 
Спасибо, Enote и OPerator, вроде немного стало яснее..

 

You need to be logged in to post in the forum