NS2内置的路由算法有哪些?
作为作业的一部分,我正在 NS2 中进行一些小型模拟。我自己选择了模拟器,唯一的实际要求是比较两种路由算法。
我遵循了 Marc Greis 此处提供的教程
所以 我已经使用 $ns rtproto DV
将路由算法设置为“动态路由”。
其他算法是什么?如果我不使用上面的命令,是否有默认值?我可以去哪里了解它们的工作原理吗?
谢谢!
I'm doing a few small simulations in NS2 as part of an assignment. I chose the simulator myself, the only real requirement was to compare two routing algorithms.
So i've followed the tutorial provided by Marc Greis here
Because of that i have used $ns rtproto DV
to set the routing algorithm to 'dynamic routing'.
What are the other algorithms? Is there a default if I do not use the command above? Is there somewhere I can go to read about how they work?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ns2 中实现了相当多的算法:DSR、DSDV、AODV、TORA。
There are quite a few algorithms implemented in ns2: DSR, DSDV, AODV, TORA.