Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between a nodes number and its node address?

address difference Node
0
Posted

What is the difference between a nodes number and its node address?

0

Nodes have both a number and an address – node numbers (available in nodeinfo.nodenumber) range from 0,1,2,…..NNODES-1, whereas each node’s address (available in nodeinfo.nodeaddress) can be any unique non-negative value. By default node numbers and node addresses are the same (0,1,2,….). Setting a node address attribute in the topology file, as with host Perth { address = 351 …. } should reveal a problem if your protocols are assuming that node numbers and node addresses are always the same. In particular, the destination node addresses returned by CNET_read_application and expected by CNET_write_direct are node addresses and not node numbers.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123