What is the Ethereum Virtual Machine (EVM)?-banner-imageAcademy

What is the Ethereum Virtual Machine (EVM)?

Virtual Machines (VMs) are generally thought of as virtual computers, or virtual environment computers, not physical, located within the software system on physical servers that exist only as code. As a working mechanism, we can consider it as a virtual reflection of physical world objects such as laptops, smartphones or servers.

Virtual machines have memory, storage and processor (CPU - Central Processing Unit). They have a simulative organization, not a physical one. Therefore, virtual machines can run on many different operating systems, hardware and servers. This makes them the most useful tool for a decentralized ecosystem.

For example, 3, 6 or 10 virtual machines can run on a single server, what is important at this point is the width of the server's supporting resources. Accordingly, there may be a decrease in the performance scale of virtual machines running multiple simultaneously on servers with limited resources.

VMs are software systems that provide many advantages such as cost savings, agility and speed, lower downtime, scalability and security, thanks to their flexible use and portability.


What is an Ethereum Virtual Machine (EVM)?

The Ethereum Virtual Machine (EVM) is a part that forms the basis of the entire operating structure of Ethereum, which we can liken to a decentralized computer mechanism that contains many projects. This algorithm, which forms the basis of the entire operating structure of Ethereum, performs the task of controlling the smart contract distribution and execution mechanism. EVM's task is to deploy a set of extra functionality to the blockchain to ensure that users face limited issues on the distributed ledger.

It provides software algorithm service that developers can use to build decentralized applications (DApp) on Ethereum. EVM allows many applications to be developed at the same time and run them on the same blockchain network without affecting other transactions. Running on the Ethereum blockchain, the EVM can also be thought of as a global decentralized computer containing millions of executable objects with its own persistent data store. As an example, EVM is similar to Microsoft's .NET Framework virtual machines and Java Virtual Machine (JVM).