Introduction - If you have any usage issues, please Google them yourself
Routing algorithm is one of the most important factors affecting network performance, and it is very important to select routing algorithm. The Floyd algorithm and RAD (Routing along DAGs) algorithm in routing algorithm are introduced, and the performance of these two algorithms is analyzed and compared through experiments. The experimental results show that the RAD algorithm is better than Floyd algorithm in terms of link utilization, link traffic load balancing and link failure. In terms of average transmission cost, Floyd algorithm needs to do well in RAD algorithm.