| Description |
Author |
JavaSim snapshot
Javasim is a scalable event-driven simulator developed by Hung-Ying Tyan and many others at Ohio-State University. Two stable versions are available: the javasim 1.0 release and 1.2 release. Because we need to trace the route followed by a packet between two nodes, we have modified JavaSim official release to include this feature. Other modifications have been done to support the BGP protocol or MPLS mechanism. |
Bruno QUOITIN and Louis SWINNEN |
BGP for JavaSim
Although Javasim supports several
routing protocols, it did not contain any BGP model. Instead of
developing a BGP model from scratch, we choose to port and enhance the
BGP implementation developed by B. J. Presmore for SSFNet. |
Bruno QUOITIN |
MPLS for JavaSim
The MPLS model provided inside JavaSim is not flexible. Indeed, you can associate only statically an outgoing interface and an outgoing label with an incoming label and incoming interface. This is not really adapted if you plan to support RSVP-TE protocols and dynamic Label Switched Path (with stack of labels and associated operations, etc.). That's why we choose to build some new components. Of course, it is a first step towards the support of RSVP-TE inside JavaSim. |
Cristel PELSSER and Louis SWINNEN |