Selma Yilmaz- Research

Implementation of Cobb&Musunuri Algorithm in SSF Network Simulator

We have used the 2.0.0 release of Java SSFNet. For more information on SSFNet, including tutorials, please visit the SSF Research Network home page at http://www.ssfnet.org

Modified Files
BGPSession.java BGPSession class of SSF network simulator is overwritten to be able to implement Cobb&Musunuri algorithm. Decision processes are changed to dynamically update the cost associated with peers and take consideration of the cost values while choosing the best path.
PeerEntry.java Cobb&Musunuri algorithm associates cost vlaue with each Peer. Class PeerEntry of SSF network simulator has been updated to include cost.
UpdateMessage.java UpdateMessage class of SSF network simulator has been updated to be able to carry cost values.
Route.java Route class of SSF network simulator has been updated to be able to handle epsilon routes.

Last Update: November 8, 2005