Skip to main content

All about Emulation and Virtualisation

NETWORK TECH WORLD

All about Emulation and Virtualisation

As computers are become more and more powerful by the date, they have easily reached a level when we can run multiple OSes at the same time! One would ask “How’s that beneficial?”. Well, the answer varies from person to person, but the basic sum up is this: Running multiple OSes allows you to be productive. You can test your under-work website on that crappy Internet Explorer ( Yea, some still people use it! Don’t ask me why! ) when you are using OS X/Ubuntu/Any other Linux.

There are multiple ways to do it, One is Virtualisation, another is Emulation, and the last one is emulating the OS’ APIs. Emulation is like making a virtual computer inside a computer, Yea that’s kinda fuzzy! This means the “real” computer is totally safe from any malfuntion in the “virtual” one. Sounds promising, but most of the emulating softwares are extremely slow. FYI emulators aren’t just for emulating computers, there are varied types of emulators, some for even emulating gaming consoles!
Here is a (not so) long list of emulators:
  • JPC (Java PC) Probably the most impressive on the list, this emulator can run on any system that supports Java, Yea that includes your mobile phone too! It can run some Linux distros such as Damn Small Linux and Feather Linux, and partially run some of the older days windows. Its worth a try out especially when you can run it as an applet in your browser only! Go, give it a try!
  • Palm OS Simulator This one emulates HP’s no longer existent Palm OS on any x86 architecture (that is your computer).
  • WINE Dubbed as a recursive name “Wine is not an Emulator”, this one has been grabbing headlines from quite some time. It emulates the Windows API on Linux and Mac systems. That means you can run your favorite windows app ( not all, there is a compatibility list, see here )  , you can run it on your non supported system. There are derivatives like PlayOnLinux and Crossover Linux which make this Command Line Interface much more easy to use with a Graphical Interface!
  • PCSX As some of you might have guessed, this one emulates PS and PS2 on your windows/linux/mac system.
Above I highlighted some of the coolest Emulators, A complete but obtrusive list is present on the Wikipedia here.
When it comes to virtualisation, the big players are VMware and Parallels, here’s a list of some impressive virtualisation options:
Some of these like Bochs are available for mobile OSes like Android.

Comments

Popular posts from this blog

What is network

NETWORK TECH WORLD What is network  A network is a group of devices, such as computers, servers, and printers, that are connected together and able to communicate with each other. Networks can be classified based on their size and scope, such as a local area network (LAN), which is a network that is confined to a small area, such as a single building or campus, or a wide area network (WAN), which is a network that spans a large geographical area, such as a city or a country. Networks can also be classified based on their communication protocols, such as the Internet, which is a global network that uses the Internet Protocol (IP) to connect devices around the world.

VPNs And Security

VPNs And Security VPNs and You On today’s Internet, security is a major concern. From wanting to protect financial transactions to simply wishing to browse without every site you visit being scrutinized, there are a lot of reasons to wish for privacy and protection. One of the simplest, yet all-around strongest ways in which to protect your Internet habits is through the use of a VPN. They usually have a monthly subscription fee associated with them but if security is important to you, then there’s no cheaper way to secure your Internet connection. On top of that, there are various options, with quick installs, or even more complicated, option-laden pieces of software which allow for more customizability in what your specific needs may be. A VPN is defined as a virtual private network. This effective creates a private network across a public space like the Internet. These connections are secured and encrypted, thus allowing for safer browsing experiences. Not o...

Network Devices

NETWORK TECH WORLD A network device is a hardware device that helps to connect a computer or other devices to a network. There are several types of network devices, including: Routers: These devices route data packets between different networks. Switches: These devices allow multiple devices on a network to communicate with each other by forwarding data packets to the intended recipient. Hubs: These devices are similar to switches, but they do not filter the data packets based on the destination. Instead, they broadcast the data packets to all devices connected to the hub. Bridges: These devices connect two different networks and allow data packets to be transmitted between them. Modems: These devices allow computers to connect to the internet by converting data into a format that can be transmitted over a phone line or cable connection. Firewalls: These devices protect a network by blocking unauthorized access and monitoring traffic for any malicious activity. These are just a few exa...