Looking for network simulator (subnets, routers, etc..)

10,370

Solution 1

You could take a look at these:

GNS3

visual - netkit

OMNeT++

I've use d GNS3 in the past and it was pretty good, I haven't any personal experience with the other two.

Solution 2

NS2 is the open source standard, while Opnet is the commercial standard. NS2 is gradually being replaced by NS3.

I've used NS2 extensively (while working at Qualcomm) and it's very powerful. See also the entry on network simulation on wikipedia, which also lists these applications.

Solution 3

from my own experience: 1- Packet tracer: is just for learning. they taught us when we were taking CCNA, and cisco materials. It is quite simple and GUI oriented.Normally, it a good idea to show that your know it and tell that it is simple.and it could serve the purpose of subnetting, routing, wireless, and so many things , but as I said , it is quite simple.

however, when you are talking about network simulators through which you can do your own modification, your can not use packet tracer, NS2, Omnet++,and NS3 should be your options. These simulators are so powerful and need some time to get it. My recommendation for a starter, Omnet++ has some good GUI basic modules, it allows you to learn simple things easily,refer to some basic tutorials and you could get started with your project within short time. NS2 or NS3 they are quite hard(in my opinion) and they do not tend to have GUI. To make it easy for you, i think you should go for omnet++ and here is the basic tutorial .

Solution 4

My preference is Omnet++. I'll admit that I've not worked with NS2, but Omnet++ satisfied all my requirements for my PhD research.

Omnet is a very versatile simulator, but the versatility comes at the cost of added complexity. You should already be familiar with C++, and be prepared to write lots of it.

Omnet also contains a rich set if libraries that allow you to model wireless networks, GSM networks, vehicular ad-hoc networks or peer-to-peer networks to name a few.

Solution 5

There is also Packet Tracer from Cisco (latest version as of June 2010 is v5.3). It is free for Cisco student

enter image description here

Share:
10,370

Related videos on Youtube

Ben
Author by

Ben

Updated on September 17, 2022

Comments

  • Ben
    Ben over 1 year

    I am looking for network simulator (subnets, routers,wireless etc..) to study for an interview that I have.

  • Diogo
    Diogo almost 13 years
    Highly recommended NS2.
  • Sardathrion - against SE abuse
    Sardathrion - against SE abuse over 12 years
    +1 on NS2. The only draw back is TCL but even so, it is worth the effort.