difference between emulator and simulator
Answers
Answered by
0
These exist for Windows Mobile and Android. On other hand, A simulator is a less complex application that simulates some of the behavior of a device, but does not emulate hardware and does not work over the real operating system. These tools are simpler and less useful than emulators.
anujjain1212:
Emulator is basically use for computer .. in this emulator you can use Android os versions ..and all app in this like phone. One of the best example is blue stacks application its run android os in it..
Answered by
2
Simulation is when you are replicating, by the means of software, the general behaviour of a system starting from a conceptual model.
Emulation is when you are replicating, in a different system, how the original system actually internally works considering each function and their relations.
In other words:
Simulation is based on a software implementation of a model where the internal functions of the original systems are not taken into consideration (for example a "flight simulator" does not have any "component" of an actual aircraft).
Emulation is a replica of the internal system functions on a different host (for example on a Mac OS X I can write a software emulator of a Windows OS where a Win program can run). Emulators can also be strictly hardware-based and is normally based on a partial or complete "reverse engineering" phase.
Emulation is when you are replicating, in a different system, how the original system actually internally works considering each function and their relations.
In other words:
Simulation is based on a software implementation of a model where the internal functions of the original systems are not taken into consideration (for example a "flight simulator" does not have any "component" of an actual aircraft).
Emulation is a replica of the internal system functions on a different host (for example on a Mac OS X I can write a software emulator of a Windows OS where a Win program can run). Emulators can also be strictly hardware-based and is normally based on a partial or complete "reverse engineering" phase.
Similar questions