Algorithms
Currently we have three algorithms that determine network topology.
All of them have the same general strategy:
- Come up with a temporary set of hosts in the network that may or may not exist
- Go through each host and determine whether they really do exist. If they exist:
- Add to permanent set.
- Use some heuristics on those hosts to find more hosts which are added to the temporary set. Go back to step 1.