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.

How does FNN routing really work?

fnn routing
0
Posted

How does FNN routing really work?

0

Every NIC in every PC has a unique MAC address (and potentially unique IP address) — i.e., this is not channel bonding. Given this arrangement, there are two “levels” of intelligence with which FNN message routing can be accomplished. Basic Routing is trivially implemented by forcing each machine to have its own (possibly unique) routing table. Thus, when machine “A” looks-up machine “B”, it may find that “B” has a different MAC address than what machine “C” thinks is “B”. This same principle works for IP addresses, MPI nodes, etc. For example, IP works by using the host file (/etc/hosts) and a pre-loaded ARP cache (some unix-version-dependent code here) to implement each machine’s routing table. MPI works because it is built on top of the IP machanism. All KLAT2’s initial performance numbers have been achieved using only basic routing at the IP layer or above. Advanced Routing is not trivial. The difference is simply that basic routing always uses one path between a particular pair o

Related Questions

What is your question?

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

Experts123