{"id":1321,"date":"2022-02-03T06:20:15","date_gmt":"2022-02-03T06:20:15","guid":{"rendered":"https:\/\/middleware.io\/?p=1321"},"modified":"2023-11-18T09:04:21","modified_gmt":"2023-11-18T09:04:21","slug":"what-is-virtual-machine","status":"publish","type":"post","link":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/","title":{"rendered":"What Is A Virtual Machine? How Do They Work [Explained In Detail]"},"content":{"rendered":"\n<p>Most companies today use some form of <a href=\"https:\/\/middleware.io\/blog\/containerization-vs-virtualization\/\">virtualization<\/a>.<\/p>\n\n\n\n<p>In fact, stats shows that more than 90 percent of businesses use server virtualization. Virtual machines, in particular, offer businesses many IT benefits such as <a href=\"https:\/\/middleware.io\/blog\/vertical-vs-horizontal-scaling\/\">scalability<\/a>, flexibility, reduced overhead, downtime, energy consumption, and so on.<\/p>\n\n\n\n<p>But what exactly virtual machine is, and what makes it so valuable? Let&#8217;s look at some exciting answers to common virtual machine concerns.<\/p>\n\n\n\n<div class=\"table-of-content\" id=\"accordian\">\n<div class=\"toc-heading\" data-toggle=\"collapse\" data-target=\"#toc\">\nTable of Contents\n<\/div>\n<div id=\"toc\" class=\"collapse\" data-parent=\"#accordian\">\n<div class=\"toc-list\">\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-virtual-machine\"><strong>What is a virtual machine?&nbsp;<\/strong><\/h2>\n\n\n\n<p>A <strong>virtual machine (VM)<\/strong> is the virtualization or emulation of a physical computer system. It provides all the functionalities of a real, physical computer, but is not a tangible physical object, only an emulation of one. <\/p>\n\n\n\n<p>A virtual machine (VM), also called a &#8220;guest,\u201d is built on a physical computer called a &#8220;host,&#8221; using resources such as a computer\u2019s CPU core and memory. You can best understand a VM from two perspectives: <strong>the backend (how it works)<\/strong> and <strong>the frontend (what a VM user experiences)<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-vms-work\"><strong>How VMs work<\/strong><\/h2>\n\n\n\n<p>A VM is created on a physical machine, a regular server with physical computer components like CPU cores, a motherboard, RAM, storage disks, a GPU, and more. Depending on the type of hypervisor, this server either has an operating system (OS) installed or runs with a bare-metal hypervisor without an OS.<\/p>\n\n\n\n<p>A hypervisor enables virtualization. It\u2019s software that helps create, run, and manage VMs and the underlying shared physical resources. It allows a physical machine to run multiple virtual machines on it.&nbsp;<\/p>\n\n\n\n<div class=\"container-cta green\">\n    <img decoding=\"async\" src=\"\/images\/container-cta.png\" alt=\"Small content CTA\" loading=\"lazy\">\n    <h3>Start monitoring your application&#8217;s infrastructure with just one-click installation.<\/h3>\n    <button class=\"primary white\" id=\"get-demo\">Start monitoring<\/button>\n<\/div>\n\n\n\n<p>With a hypervisor, an IT administrator spins new virtual machines and allocates physical resources to them. It monitors resource usage and isolates VMs. Each VM has its OS (it can also have different operating systems), and the hypervisor facilitates communication between the VM&#8217;s operating system and the underlying physical server.&nbsp;<\/p>\n\n\n\n<p>Resource usage is flexible in a virtual environment, meaning a hypervisor can easily help increase or decrease the resources allocated to a VM. In this way, hypervisors create multiple virtual machines (or virtual servers) on one physical server. Each VM is a standalone computer with an operating system and resources (borrowed from the underlying physical resources).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-end-users-perceive-vm\">How end-users perceive VM<\/h3>\n\n\n\n<p>From a user&#8217;s perspective, a virtual machine works just like a <strong>single physical machine<\/strong>.<\/p>\n\n\n\n<p>Front-end users can access individual VMs just like a regular single-computer environment. Users log in to see the home screen and access, load, store, update and manipulate files, applications, and data just as they would on a single physical computer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-virtual-machines\"><strong>Why virtual machines?<\/strong><\/h2>\n\n\n\n<p>A virtual machine(VM) doesn\u2019t need any new components; it just shares what\u2019s available. This enables businesses to provision multiple machines without taking up huge server space, buying multiple physical parts, and benefiting in many other ways.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-efficient-use-of-resources\"><strong>Efficient use of resources<\/strong><\/h3>\n\n\n\n<p>Most applications only use small amounts of the available physical resources at a time. By creating VMs, you can divide physical resources and ensure multiple apps running on different VMs optimally use them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-security\"><strong>Security<\/strong><\/h3>\n\n\n\n<p>A virtual machine is isolated from the server&#8217;s host, OS, and other VMs. This means it acts as a sandbox environment, an isolated system that doesn\u2019t affect other VMs or hosts during a security breach. Any malicious activity is isolated to the individual VM and provides better organizational security.<\/p>\n\n\n\n<p>Businesses also use VMs to test software, applications, and updates before deploying them to the production environment. You can use VMs to test the impact of new software or updates without affecting other systems in the production environment.<\/p>\n\n\n\n<p>Replicating VMs helps with data backup and disaster recovery, adding another layer of data security. Production VMs can be easily and quickly duplicated. These duplicates migrate to different physical servers and are stored as a disaster recovery backup.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-portability\"><strong>Portability<\/strong><\/h3>\n\n\n\n<p>Virtual machines can be easily migrated from one physical server to another in the following ways:<\/p>\n\n\n\n<ul><li><strong>Cold migration:<\/strong> Disabled and migrated&nbsp;<\/li><li><strong>Hot migration: <\/strong>Migrated while still running to ensure uninterrupted operations&nbsp;<\/li><\/ul>\n\n\n\n<p>This makes it very easy for companies to move servers and data centers or migrate from on-premises to the cloud.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-iaas-cloud\"><strong>IaaS cloud<\/strong><\/h3>\n\n\n\n<p>The infrastructure-as-a-service (IaaS) cloud model includes on-demand provisioning of computing resources, and VMs enable you to do just that. You may not want to become an IaaS cloud provider, but your IT team can make compute resources available to teams when they need them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cost-efficient\"><strong>Cost-efficient<\/strong><\/h3>\n\n\n\n<p>Using VMs is a cost-effective process in terms of internal (like storage and RAM) and external (server room space and utilities) resource usage. VMs allow you to host multiple servers and applications on one physical server instead of separate servers, reduce space and utility usage, and <a href=\"https:\/\/middleware.io\/blog\/efficient-server-utilization\/\">optimize resource utilization<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-scalability\"><strong>Scalability<\/strong><\/h3>\n\n\n\n<p>New VMs can be created instantly, and existing VMs easily cloned, giving you the ability to spin up new servers based on business needs quickly. This makes scaling more efficient and faster than using physical servers.<\/p>\n\n\n\n<p>Physical resource allocation can also rapidly increase or decrease based on usage and needs, allowing you to scale individual VM servers more quickly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-pros-of-using-vms\"><strong>Pros of using VMs<\/strong><\/h2>\n\n\n\n<p>Virtual machines offer several great advantages and allow companies to optimize their resources and function seamlessly. Some of their known advantages are:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-physical-hardware-and-space-requirements-are-reduced\"><strong>Physical hardware and space requirements are reduced<\/strong><\/h3>\n\n\n\n<p>A single server with 16 cores and 64 GB RAM is about 20 x 2 x 30 inches and can easily support 30 VMs. Organizations can significantly reduce physical hardware and server space with VMs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-assets-are-managed-from-a-central-location\"><strong>Assets are managed from a central location<\/strong><\/h3>\n\n\n\n<p>All VMs and hosts in a cluster can be managed from a central location using solutions like Microsoft&#8217;s Virtual Machine Manager. This gives you high visibility and access to the entire architecture. A VM manager consolidates the functionality of a hypervisor and allows managing all VMs from a single location.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-reduces-carbon-footprint\"><strong>Reduces carbon footprint<\/strong><\/h3>\n\n\n\n<p>Running multiple VMs on one physical server helps you optimize resources and requires fewer physical servers. Finally, the reduced size of the server cluster lowers the utility and energy consumption.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-disaster-recovery-is-quick\"><strong>Disaster recovery is quick<\/strong><\/h3>\n\n\n\n<p>The time it takes to power on VMs, migrate them between servers, and migrate applications between VMs is much less than physical servers. In the event of disaster recovery, you can get services up and running much faster on a backup VM and minimize downtime.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-scaling-up-is-fast-and-easy\"><strong>Scaling up is fast and easy<\/strong><\/h3>\n\n\n\n<p>Once you set up your IT infrastructure with physical servers, scaling up the architecture is much easier and quicker with VMs. When your business needs more machines, you have to spin up new VMs in seconds. And when VMs need more processing power, you can easily and quickly increase resource allocation without downtime.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-running-upgrades-is-straightforward\"><strong>Running upgrades is straightforward<\/strong><\/h3>\n\n\n\n<p>Running system updates and software patches across a cluster of physical servers is time-consuming and labor-intensive. However, with VMs, you can roll out updates and patches simultaneously from a single location.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-forward-compatible\"><strong>Forward compatible<\/strong><\/h3>\n\n\n\n<p>You don&#8217;t have to worry about compatibility when making hardware updates as VM operations (except performance) are unaffected, and all your applications depend only on their host VM.<\/p>\n\n\n\n<div class=\"full-container-cta green\">\n    <div class=\"d-flex\">\n        <div class=\"img\">\n            <img decoding=\"async\" src=\"\/images\/full-cta-container.png\" alt=\"CTA banner\" loading=\"lazy\">\n        <\/div>\n        <div class=\"content-cta\">\n            <h3>Leverage Middleware to analyze, diagnose &amp; predict issues across your entire stack.<\/h3>\n            <button class=\"primary white arrow\" id=\"get-demo-banner\">Get started<\/button>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-cons-of-using-vms\"><strong>Cons of using VMs<\/strong><\/h2>\n\n\n\n<p>VMs have their own drawbacks that can make their implementation somewhat complex and tedious. Some of these disadvantages are:<\/p>\n\n\n\n<ul><li><strong>The acquisition costs could be high.<\/strong> While VMs save you money in the long run, the initial investment can be higher since you need to buy high-performance servers to host multiple VMs and purchase various licenses.<\/li><li><strong>Set up can be complex. <\/strong>Setting up a complete virtual architecture with machines, networks, and routing can be a little complex.<\/li><li><strong>Hardware clustering. <\/strong>Using fewer physical servers means most of your resources are in one location, which can result in a single point of failure in the event of a disaster.<\/li><li><strong>Performance may be affected.<\/strong> If you don&#8217;t provision resources intelligently, you could overclock the physical server, which could cause performance issues for all hosted VMs.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-ways-to-set-up-a-virtual-machine\"><strong>5 ways to set up a virtual machine<\/strong><\/h2>\n\n\n\n<p>To set up a virtual machine, you first need access to a physical server with a hypervisor installed. Here are top five options to set up a VM.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-aws\"><strong>AWS<\/strong><\/h3>\n\n\n\n<p>Amazon Web Services (AWS) is Amazon&#8217;s cloud computing service. It works on a pay-per-use basis, where you only pay for the resources you use. Setting up a VM on AWS involves many steps, and you need a <a href=\"https:\/\/middleware.io\/blog\/virtual-machine-on-aws-guide\/\">comprehensive guide to setting up VMs with AWS<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-google-cloud-platform\"><strong>Google Cloud Platform<\/strong><\/h3>\n\n\n\n<p>Google&#8217;s cloud computing service, Google Cloud Platform, offers a set of computing services that users can access through a web-based GUI called the Google Cloud Console. You can use <a href=\"https:\/\/cloud.google.com\/compute\/docs\/instances\/create-start-instance\">Google Cloud\u2019s guide<\/a> to develop and launch a VM instance on Google Cloud.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-microsoft-windows-10\"><strong>Microsoft Windows 10<\/strong><\/h3>\n\n\n\n<p>Microsoft&#8217;s commercial Windows 10 operating system lets users create and deploy virtual machines. It comes with installation files for Hyper-V (Microsoft&#8217;s hypervisor) to create a <a href=\"https:\/\/docs.microsoft.com\/en-us\/virtualization\/hyper-v-on-windows\/quick-start\/create-virtual-machine\">Hyper-V virtual machine on Windows 10<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-microsoft-azure\"><strong>Microsoft Azure<\/strong><\/h3>\n\n\n\n<p>Azure is Microsoft&#8217;s cloud computing service. You can access all cloud services through the <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-machines\/windows\/quick-create-portal\">web-based Azure portal<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-vmware\"><strong>VMware<\/strong><\/h3>\n\n\n\n<p>VMware is probably the best-known cloud computing and virtualization technology company and one of the first companies to commercialize server virtualization successfully. VMWare delivers a <a href=\"https:\/\/middleware.io\/blog\/cloud-infrastructure-guide\/\">cloud infrastructure<\/a> with its hypervisor called VMware ESXi to create and deploy <a href=\"https:\/\/kb.vmware.com\/s\/article\/1018415\">VMs in a VMware workstation<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-how-much-should-you-rely-on-a-vm\">How much should you rely on a VM?<\/h4>\n\n\n\n<p>While VMs brings a wealth of benefits, they also pose unique IT challenges that businesses need to be prepared for. Virtualization doesn&#8217;t free you from IT administration; it merely provides a technologically efficient way of dealing with your IT infrastructure. Creating a complete virtualization plan before implementing virtualization in an enterprise is prudent.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most companies today use some form of virtualization. In fact, stats shows that more than 90 percent of businesses use server virtualization. Virtual machines, in particular, offer businesses many IT benefits such as scalability, flexibility, reduced overhead, downtime, energy consumption, and so on. But what exactly virtual machine is, and what makes it so valuable? [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1327,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[487],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Is A Virtual Machine &amp; How Do They Work [Updated] | Middleware<\/title>\n<meta name=\"description\" content=\"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is A Virtual Machine &amp; How Do They Work [Updated] | Middleware\" \/>\n<meta property=\"og:description\" content=\"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/\" \/>\n<meta property=\"og:site_name\" content=\"Middleware\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-03T06:20:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-18T09:04:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/02\/What-is-Virtual-Machine-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1300\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"MW Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"MW Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/\",\"name\":\"What Is A Virtual Machine & How Do They Work [Updated] | Middleware\",\"isPartOf\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\"},\"datePublished\":\"2022-02-03T06:20:15+00:00\",\"dateModified\":\"2023-11-18T09:04:21+00:00\",\"author\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\"},\"description\":\"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.\",\"breadcrumb\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/stage-site.middleware.io\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conocimientos\",\"item\":\"https:\/\/stage-site.middleware.io\/es\/category\/conocimientos\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is A Virtual Machine? How Do They Work [Explained In Detail]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/\",\"name\":\"Middleware\",\"description\":\"Observability platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\",\"name\":\"MW Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"caption\":\"MW Team\"},\"sameAs\":[\"http:\/\/localhost\/melt\"],\"url\":\"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is A Virtual Machine & How Do They Work [Updated] | Middleware","description":"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_ES","og_type":"article","og_title":"What Is A Virtual Machine & How Do They Work [Updated] | Middleware","og_description":"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.","og_url":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/","og_site_name":"Middleware","article_published_time":"2022-02-03T06:20:15+00:00","article_modified_time":"2023-11-18T09:04:21+00:00","og_image":[{"width":1300,"height":700,"url":"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/02\/What-is-Virtual-Machine-2.png","type":"image\/png"}],"author":"MW Team","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"MW Team","Tiempo de lectura":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/","url":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/","name":"What Is A Virtual Machine & How Do They Work [Updated] | Middleware","isPartOf":{"@id":"https:\/\/stage-site.middleware.io\/es\/#website"},"datePublished":"2022-02-03T06:20:15+00:00","dateModified":"2023-11-18T09:04:21+00:00","author":{"@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92"},"description":"In this in-depth guide, we will discuss about virtual machine, how does it work, its pros and cons and top ways to set up VMs.","breadcrumb":{"@id":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stage-site.middleware.io\/es\/what-is-virtual-machine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stage-site.middleware.io\/es\/"},{"@type":"ListItem","position":2,"name":"Conocimientos","item":"https:\/\/stage-site.middleware.io\/es\/category\/conocimientos\/"},{"@type":"ListItem","position":3,"name":"What Is A Virtual Machine? How Do They Work [Explained In Detail]"}]},{"@type":"WebSite","@id":"https:\/\/stage-site.middleware.io\/es\/#website","url":"https:\/\/stage-site.middleware.io\/es\/","name":"Middleware","description":"Observability platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es-ES"},{"@type":"Person","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92","name":"MW Team","image":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","caption":"MW Team"},"sameAs":["http:\/\/localhost\/melt"],"url":"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/"}]}},"_links":{"self":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/1321"}],"collection":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/comments?post=1321"}],"version-history":[{"count":6,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/1321\/revisions"}],"predecessor-version":[{"id":6428,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/1321\/revisions\/6428"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media\/1327"}],"wp:attachment":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media?parent=1321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/categories?post=1321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/tags?post=1321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}