{"id":19376,"date":"2020-07-11T13:01:35","date_gmt":"2020-07-11T20:01:35","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=19376"},"modified":"2023-12-01T03:54:39","modified_gmt":"2023-12-01T11:54:39","slug":"what-is-a-hypervisor","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/","title":{"rendered":"What is a Hypervisor?"},"content":{"rendered":"\n<p>Before virtualization and hypervisors, most computers could only run one operating system at a time. This means that you would have to pick between Linux, Windows, Mac, or a server-side operating system that you wanted to run on a computer.<br><\/p>\n\n\n\n<p>Then hypervisors came in and changed everything. Hypervisors allow you to manage virtual machines, which are like computers within a computer.<br><\/p>\n\n\n\n<p>In this guide, we\u2019re going to talk about what hypervisors are, how they work, and why they are used.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Virtualization?<\/h2>\n\n\n\n<p>Virtualization is a technology that allows you to create virtual computers. These are computers that can share the same physical resources \u2013 CPU, memory \u2013 and are run on another computer. Virtualization is what allows you to set up both a Linux server and a Windows server on the same computer, for example.<br><\/p>\n\n\n\n<p>Virtualization helps businesses scale their computation resources. This is because businesses do not have to worry about buying new hardware to run separate operating systems; they can run new computers within existing ones, and let them share their resources.<br><\/p>\n\n\n\n<p>Without hypervisors, virtualization would not be possible.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a Hypervisor?<\/h2>\n\n\n\n<p>A hypervisor is a software layer that creates, runs, and monitors virtual machines.<br><\/p>\n\n\n\n<p>Whereas virtualization refers to all of the tools that allow you to run a computer within a computer, the hypervisor has a very specific purpose. It manages virtual machines and ensures that each machine is kept separate.<br><\/p>\n\n\n\n<p>A hypervisor, which is sometimes called a Virtual Machine Monitor (VMM), will assign each virtual machine its own segment of computing power and storage. This ensures that if you\u2019re running multiple virtual machines they will not overlap.<br><\/p>\n\n\n\n<p>This is a crucial feature because it means that if something goes wrong in one virtual machine, it will not affect any others, or the underlying system on which the virtual machine is hosted. For instance, if there was a security problem on one system, it would be isolated to that one system.<br><\/p>\n\n\n\n<p>Hypervisors were invented by IBM in the 1960s for its mainframe computers. Today, they are used by businesses and individuals around the world to emulate Linux kernels, Windows, macOS, and other types of operating systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do Hypervisors Work?<\/h2>\n\n\n\n<p>There are two categories of hypervisors: Type 1 and Type 2. Each of these categories have their own benefits and drawbacks, and are used in different situations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Type 1 Hypervisors<\/h3>\n\n\n\n<p>A Type 1 hypervisor is run directly on the hardware of the computer that is hosting the machine. This is called the \u201cphysical host computer\u201d. The Type 1 hypervisor will interact with a computer\u2019s storage, memory, and other physical resources.<br><\/p>\n\n\n\n<p>You\u2019ll often hear this type of hypervisor referred to as a \u201cbare-metal\u201d or \u201cnative\u201d hypervisor. This is because it has a direct relationship with the computer hardware. This relationship is beneficial because it means that this type of hypervisors are very efficient; there are no layers of abstraction between the physical hardware and the virtual machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Type 2 Hypervisors<\/h3>\n\n\n\n<p>A Type 2 hypervisor runs within an application on a host machine. Type 2 hypervisors are mostly used by individual computer users who want to run multiple operating systems. They are not practical for server-based environments because they don\u2019t have direct access to the underlying hardware of a host computer.<br><\/p>\n\n\n\n<p>Type 2 hypervisors are what tools such as VMWare Workstation and VirtualBox are considered to be. This is because they run as applications on a system. These tools do all the work necessary to allow you to run multiple virtual machines on one computer.<br><\/p>\n\n\n\n<p>This type of hypervisor is useful because it makes it easy to set up an alternative operating system on an existing computer. However, Type 2 hypervisors have access to a physical machine, which can introduce security risks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When are Hypervisors Used?<\/h2>\n\n\n\n<p>Hypervisors are commonly used in malware analysis, desktop virtualization, and server consolidation. While hypervisor software is mainly used within companies, some individuals use hypervisors to run alternative operating systems on their home computer.<br><\/p>\n\n\n\n<p>Here\u2019s a breakdown of the top use cases for hypervisors:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Server Consolidation<\/h3>\n\n\n\n<p>Hypervisors allow you to track the performance of each virtual machine. This makes it easy to see how multiple servers are performing at the same time, even if they are running different operating systems.<br><\/p>\n\n\n\n<p>It is usually very difficult to track multiple machines with different operating systems because most of the time there will be separate tools that you need to run on each machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Desktop Virtualization<\/h3>\n\n\n\n<p>Not all software is built for every computing platform. Some software is only available on certain Linux distributions; other pieces of software are only available on Windows devices.<br><\/p>\n\n\n\n<p>Hypervisors are commonly used by individuals and businesses to run virtual machines on their computers. This means that they can set up an instance of a particular operating system that they can then use to execute the applications that they need to run.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Malware Analysis<\/h3>\n\n\n\n<p>Virtual machines, to a great extent, are independent from their host machines. This makes them practical for malware analysis. Malware analysts use virtual machines to test malware, observe the behavior of malware, and diagnose its core features.<br><\/p>\n\n\n\n<p>Analysts can use virtual machines to reverse-engineer a virus, worm, or other security threat without having to worry about their main computer being affected. Malware cannot escape from a virtual machine if it is configured correctly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Hypervisors are used to manage virtual machines. They track the performance of each virtual machine, delegate system resources to those machines. They also ensure that each machine is independent from others that exist on the same machine.<br><\/p>\n\n\n\n<p>Hypervisors have become an essential part of cloud computing. Without them, virtualization software would not be possible.<br><\/p>\n\n\n\n<p>Now you\u2019re ready to start talking about hypervisors like a cloud computing expert!<\/p>\n","protected":false},"excerpt":{"rendered":"Before virtualization and hypervisors, most computers could only run one operating system at a time. This means that you would have to pick between Linux, Windows, Mac, or a server-side operating system that you wanted to run on a computer. Then hypervisors came in and changed everything. Hypervisors allow you to manage virtual machines, which&hellip;","protected":false},"author":240,"featured_media":8001,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[18070],"tags":[],"class_list":{"0":"post-19376","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-software-engineering-skills"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"What is a {technical term}","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":"","is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is a Hypervisor?: A Complete Guide | Career Karma<\/title>\n<meta name=\"description\" content=\"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a Hypervisor?\" \/>\n<meta property=\"og:description\" content=\"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-11T20:01:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-01T11:54:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"James Gallagher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James Gallagher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\"},\"author\":{\"name\":\"James Gallagher\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"headline\":\"What is a Hypervisor?\",\"datePublished\":\"2020-07-11T20:01:35+00:00\",\"dateModified\":\"2023-12-01T11:54:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\"},\"wordCount\":954,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg\",\"articleSection\":[\"Software Engineering\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\",\"name\":\"What is a Hypervisor?: A Complete Guide | Career Karma\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg\",\"datePublished\":\"2020-07-11T20:01:35+00:00\",\"dateModified\":\"2023-12-01T11:54:39+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"description\":\"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg\",\"width\":1000,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Engineering\",\"item\":\"https:\/\/careerkarma.com\/blog\/software-engineering-skills\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is a Hypervisor?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\",\"name\":\"James Gallagher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"caption\":\"James Gallagher\"},\"description\":\"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.\",\"url\":\"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is a Hypervisor?: A Complete Guide | Career Karma","description":"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/","og_locale":"en_US","og_type":"article","og_title":"What is a Hypervisor?","og_description":"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.","og_url":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2020-07-11T20:01:35+00:00","article_modified_time":"2023-12-01T11:54:39+00:00","og_image":[{"width":1000,"height":561,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg","type":"image\/jpeg"}],"author":"James Gallagher","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"James Gallagher","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/"},"author":{"name":"James Gallagher","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"headline":"What is a Hypervisor?","datePublished":"2020-07-11T20:01:35+00:00","dateModified":"2023-12-01T11:54:39+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/"},"wordCount":954,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg","articleSection":["Software Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/","url":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/","name":"What is a Hypervisor?: A Complete Guide | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg","datePublished":"2020-07-11T20:01:35+00:00","dateModified":"2023-12-01T11:54:39+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"description":"Hypervisors are used to create and run virtual machines. On Career Karma, learn more about hypervisors and how they work.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/taylor-vick-M5tzZtFCOfs-unsplash.jpg","width":1000,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/what-is-a-hypervisor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Software Engineering","item":"https:\/\/careerkarma.com\/blog\/software-engineering-skills\/"},{"@type":"ListItem","position":3,"name":"What is a Hypervisor?"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94","name":"James Gallagher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","caption":"James Gallagher"},"description":"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.","url":"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/19376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/240"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=19376"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/19376\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/8001"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=19376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=19376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=19376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}