3

In my a virtual appliance, under the path, there are dynamips, iol, and qemu:

enter image description here

I want to know what's them, and the difference between them.

1 Answers1

4

These all seem to be connected to emulating some operating systems and networks.

Some of them may be used in conjunctions with GNS3 - Graphical Network Simulator-3 (shortened to GNS3) is a network software emulator first released in 2008. It allows the combination of virtual and real devices, used to simulate complex networks. It uses Dynamips emulation software to simulate Cisco IOS.

QEMU is a generic and open source machine emulator and virtualizer.

Dynamips is the technology leveraged by GNS3 since inception and emulates Cisco routers and basic switching using the Etherswitch module. It emulates older Cisco hardware such as 3725 routers and uses actual Cisco IOS images.

IOL is IOS on Linux (IOL) aka IOS on Unix (IOU).

References :

harrymc
  • 480,290