Network Simulator 2 (NS2) : NS2 Advantages And Disadvantages
Once the simulation is completed two files OutEx1.tr and OutEx1.nam will be generated in the same folder.
Content of Nam file
Once the simulation is completed two files OutEx1.tr and OutEx1.nam will be generated in the same folder.
Content of Nam file
To run the Network Animator in the finish procedure of the script call nam.exe with name file name as
proc finish {} { global ns nf f $ns flush-trace close $nf close $f exec nam outEx1.nam & exit 0 }
Advantages
Disadvantages
1. The Network Simulator-ns-2. [Online]. Available: ttp://www.isi.edu/nsnam/ns/
2. Tools-for-Creating-TCL-Script-in-Network-Simulator-2-NS-2