{"id":136834,"date":"2022-07-21T17:29:31","date_gmt":"2022-07-21T22:29:31","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=136834"},"modified":"2024-02-28T11:18:06","modified_gmt":"2024-02-28T17:18:06","slug":"what-is-a-firewall","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/","title":{"rendered":"What Is a Firewall: Definition, Uses, &amp; Benefits"},"content":{"rendered":"\n<p>If your computer network is your castle, the network firewall is the portcullis\u2014the main gate responsible for regulating the flow of incoming and outgoing network traffic. It\u2019s part barrier, part screening mechanism, separating your network from third-party networks and blocking unauthorized access.<\/p>\n\n\n\n<p>To answer the question\u2014what is a firewall?\u2014in-depth, this guide covers the benefits of a firewall, how it works to strengthen your cyber defenses, and different types of firewalls you can use to monitor your network.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What Is a Firewall?<\/h2>\n\n\n\n<p>In the 19th century, a firewall was a physical barrier meant to prevent fire from spreading from structure to structure. Later, in automobiles, it was a metal barrier that separated the engine compartment from the passenger cabin.<\/p>\n\n\n\n<p>The phrase was eventually co-opted by the computing industry to refer to a digital security system that places a barrier between a trusted network and an untrusted network like the internet.<\/p>\n\n\n\n<p>Technologically speaking, a firewall is the outermost layer of a cybersecurity framework. It monitors network traffic inflows and outflows and determines whether data packets are allowed or restricted per a defined set of security rules.<\/p>\n\n\n\n<p>As the first line of defense against malicious traffic, a firewall guards the network entry point (port), where data may be exchanged with foreign devices. Every single data file you request from an internet source will be logged and processed by the firewall.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Packets and Firewalls<\/h2>\n\n\n\n<p>The most basic form of firewall is a packet-filtering firewall. But to understand how it works, we first need to define packets.<\/p>\n\n\n\n<p>To transmit data across the internet, data files must be broken down into smaller pieces, typically ranging from 500 bytes to 64KB, with an average size of 1500 bytes. These are referred to as data packets, which are the snippets of data sent over the Transmission Control Protocol\/Internet Protocol (TCP\/IP) network.<\/p>\n\n\n\n<p>Before they can be assembled into their final form, the firewall must analyze each data packet and confirm that a device or system within your network actually requested it.<\/p>\n\n\n\n<p>For this example, think of a firewall as a security guard at a concert. In order to enter the venue, they may ask you to funnel through a chokepoint, display tickets and proof of identification, and then request that you pass through a metal detector. A firewall functions similarly, scrutinizing each data packet to determine:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Where it\u2019s going<\/li>\n\n\n\n<li>Where it originated from<\/li>\n\n\n\n<li>Whether it should be allowed in, denied, or dropped<\/li>\n<\/ul>\n\n\n\n<p>If denied, the data packet is returned to the sender. But in the more likely scenario that the data packet is dropped, the data disappears altogether.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Benefits of Firewalls<\/h2>\n\n\n\n<p>Understanding the benefits of firewall security is how you can keep your network safe from bad actors and malicious activity. Firewalls may only serve as one facet of your cybersecurity defenses, but they play an essential role in helping you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitor network traffic<\/strong> \u2013 Firewalls screen incoming and outgoing activity. They monitor network traffic using pre-set rules and filters to gauge the legitimacy of every piece of data. If the firewall notices suspicious activity, it will immediately prevent its entry.<\/li>\n\n\n\n<li><strong>Prevent and identify malicious activity<\/strong> \u2013 Malware and viruses are ever-present threats to your network security. Using these nefarious tools, a hacker can secretly monitor your activity, gather your private data, or gain control of the system. Firewalls can stop these types of attacks from gaining unauthorized access. Or, if they detect ongoing hacking activity, they will notify you to eliminate the threat. Front end development for firewall security has made it easier for users to navigate their own network security. If you\u2019re not familiar with the career of a front end developer or the <a href=\"https:\/\/wpengine.com\/resources\/front-end-developer-salary\/\" target=\"_blank\" rel=\"noreferrer noopener\">average front end developer salary<\/a>, then you can rely on our resource center to help familiarize yourself with this line of work.<\/li>\n\n\n\n<li><strong>Restrict outgoing data<\/strong> \u2013 Firewalls can restrict the traffic going in and out of a network. That way, even if a hacker or malicious code successfully gains entry, the system can limit its impact by preventing the data from leaving the system without proper authorization.<\/li>\n\n\n\n<li><strong>Increase privacy<\/strong> \u2013 In the world of cybersecurity, data privacy is paramount. It\u2019s especially important if you store sensitive private information like payment data or healthcare records. In such cases, having a firewall is just one of several compliance steps an organization must take to strengthen its security and uphold privacy.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Firewall Policies and Rulesets<\/h2>\n\n\n\n<p>Firewalls reference pre-established policies and rulesets to decide whether a packet should be accepted, denied, or dropped. To work as intended, the security policy must clearly define how the firewall should handle traffic relating to various factors like IP addresses, address ranges, applications, protocols, and content types. Per the National Institute of Standards and Technology&#8217;s (NIST) Guidelines on Firewalls and Firewall Policy:<\/p>\n\n\n\n<p><em>\u201cExamples of policy requirements include permitting only necessary Internet Protocol (IP) protocols to pass, appropriate source and destination IP addresses to be used, particular Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports to be accessed, and certain Internet Control Message Protocol (ICMP) types and codes to be used.&#8221;<\/em><\/p>\n\n\n\n<p>For most rulesets, it\u2019s better to restrict all traffic except that which is expressly permitted by the firewall policy. This decreases the likelihood of an attack occurring. It also reduces the network&#8217;s traffic volumes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do you create a robust policy and ruleset?<\/h3>\n\n\n\n<p>The NIST framework recommends three specific actions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Identify all requirements that need to be considered when determining which type of firewall to implement.<\/li>\n\n\n\n<li>Design rulesets that match the firewall policy without detracting from the firewall\u2019s performance.<\/li>\n\n\n\n<li>Manage firewall architectures, policies, and software throughout their lifecycle, regularly updating, auditing, and patching firewalls so that they align with your organizational needs.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Types of Firewalls<\/h2>\n\n\n\n<p>A firewall will fall into one of two categories: software (host-based) or hardware (network-based).<\/p>\n\n\n\n<p>Software firewalls are programs installed onto devices that regulate incoming traffic via port numbers and applications, whereas hardware firewalls are physical devices installed to separate your network and gateway. According to Boston University:<\/p>\n\n\n\n<p><em>\u201cNetwork-based firewalls may be installed at the perimeter, or edge, of a network to protect a corporation from hosts on the Internet, or internally to protect one segment of the community from another, such as separating corporate and residential systems, or research systems from marketing systems.\u201d<\/em><\/p>\n\n\n\n<p>There are also several subcategories of firewalls that have emerged over the years, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Stateful inspection firewall <\/strong>\u2013 When we first explained how a firewall works, this is what we referred to. A stateful inspection firewall restricts or permits traffic according to the state, port, and protocol. But to be considered \u201cstateful,\u201d simply having a ruleset isn&#8217;t good enough. It must also keep a historical record of the traffic. Equipped with that information, the firewall can make more complex, contextualized decisions about whether or not a packet passes.<\/li>\n\n\n\n<li><strong>Proxy firewalls <\/strong>\u2013 Sometimes referred to as a gateway firewall or application firewall, a proxy firewall acts as the intermediary between computers and internet servers. It secures incoming and outgoing traffic for core internet protocols by caching, filtering, logging, and controlling requests at the application level. This is considered to be one of the most secure forms of firewall since it keeps networks from automatically and directly contacting your systems.<\/li>\n\n\n\n<li>Next-generation firewall (NGFW) \u2013 As the name implies, firewall technology has advanced over the decades, combining traditional tech\u2014stateful inspection and packet filtering\u2014with modern tools. NGFW will provide:\n<ul class=\"wp-block-list\">\n<li>Encrypted traffic inspection<\/li>\n\n\n\n<li>Intrusion prevention systems<\/li>\n\n\n\n<li>Anti-virus<\/li>\n\n\n\n<li>Deep packet inspection<\/li>\n\n\n\n<li>Upgrade paths for future information feeds<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Threat-focused NGFW <\/strong>\u2013 This type of firewall combines the capabilities of a GFW with advanced threat detection and remediation. These systems can help you identify at-risk assets, such as photos or videos, detect suspicious activity, and react to attacks. If you\u2019re not aware of how to flag unauthorized use of your digital assets, you can do a <a href=\"https:\/\/wpengine.com\/resources\/how-to-google-images-reverse-search\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google Images reverse search<\/a> to see if it\u2019s been re-published on other sites.<\/li>\n\n\n\n<li><strong>Network address translation (NAT) firewalls<\/strong> \u2013 A NAT firewall enables multiple devices with independent addresses to connect to the internet using the same IP address without revealing their individual IP addresses. This creates an extra layer of anonymity and security.<\/li>\n\n\n\n<li><strong>Virtual firewall<\/strong> \u2013 Typically, a virtual firewall is deployed as a virtual appliance within a private or public cloud infrastructure, monitoring and securing traffic across both physical and virtual networks.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">WP Engine\u2019s Proprietary Firewall<\/h2>\n\n\n\n<p>A firewall is your company\u2019s first line of cyber defense. It plays an essential role in protecting your network. By monitoring, screening, and restricting traffic, a firewall helps ensure that only authorized data can gain access.<\/p>\n\n\n\n<p>At WP Engine, we seek to instill robust security measures to create a secure <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress hosting<\/a> environment without hampering website performance. Our team uses one of the <a href=\"https:\/\/wpengine.com\/resources\/best-firewalls-to-prevent-hackers\/\" target=\"_blank\" rel=\"noreferrer noopener\">best firewalls to prevent hackers<\/a> that block more than 26 billion attacks each year. Armed with proactive threat detection and a host of plugin, core, and PHP updates, the system automatically detects and directs good, bad, and malicious traffic.<\/p>\n\n\n\n<p>But the system isn\u2019t just automated. We also provide a live security team that practices best-in-class standards to continuously monitor your risk and compliance landscape. If a security issue arises, we provide proactive alerts so that you can stop bad actors in their tracks.<\/p>\n\n\n\n<p>Do you need an enterprise-grade solution? Our Global Edge Security provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Managed Web Application Firewall (WAF)<\/li>\n\n\n\n<li>Advanced DDOS mitigation<\/li>\n\n\n\n<li>Cloudflare CDN<\/li>\n\n\n\n<li>SSL installation<\/li>\n<\/ul>\n\n\n\n<p>With dedicated and advanced security, WP Engine provides the features you need for <a href=\"https:\/\/wpengine.com\/enterprise\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">enterprise WordPress<\/a> websites that are better, faster, and safer.<\/p>\n\n\n\n<p>We\u2019re trusted by 170,000+ customers worldwide. So, isn\u2019t it time you <a href=\"https:\/\/wpengine.com\/migrate-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">migrate now<\/a>?<\/p>\n\n\n\n<p><strong>Sources:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tech Target. What Are Network Packets? And How Do They Work? https:\/\/www.techtarget.com\/searchnetworking\/definition\/packet<\/li>\n\n\n\n<li>NIST. Guidelines on Firewalls and Firewall Policy. https:\/\/www.govinfo.gov\/content\/pkg\/GOVPUB-C13-f52fdee3827e2f5d903fa8b4b66d4855\/pdf\/GOVPUB-C13-f52fdee3827e2f5d903fa8b4b66d4855.pdf<\/li>\n\n\n\n<li>Boston University. How Firewalls Work. https:\/\/www.bu.edu\/tech\/about\/security-resources\/host-based\/intro\/ <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>If your computer network is your castle, the network firewall is the portcullis\u2014the main gate responsible for regulating the flow of incoming and outgoing network traffic. It\u2019s part barrier, part screening mechanism, separating your network from third-party networks and blocking unauthorized access. To answer the question\u2014what is a firewall?\u2014in-depth, this guide covers the benefits of<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":136835,"template":"","resource-topic":[909],"resource-role":[899],"resource-type":[916],"class_list":["post-136834","resource","type-resource","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Is a Firewall: Definition, Uses, &amp; Benefits | WP Engine\u00ae<\/title>\n<meta name=\"description\" content=\"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is a Firewall: Definition, Uses, &amp; Benefits | WP Engine\u00ae\" \/>\n<meta property=\"og:description\" content=\"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-28T17:18:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/10\/What-is-a-Firewall-Velocitize.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/\",\"name\":\"What Is a Firewall: Definition, Uses, & Benefits | WP Engine\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2022-07-21T22:29:31+00:00\",\"dateModified\":\"2024-02-28T17:18:06+00:00\",\"description\":\"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/case-studies\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\/\/wpengine.com\/case-studies\/resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is a Firewall: Definition, Uses, &amp; Benefits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\",\"url\":\"https:\/\/wpengine.com\/case-studies\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085\",\"name\":\"WP Engine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"caption\":\"WP Engine\"},\"sameAs\":[\"https:\/\/wpengine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is a Firewall: Definition, Uses, & Benefits | WP Engine\u00ae","description":"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"What Is a Firewall: Definition, Uses, & Benefits | WP Engine\u00ae","og_description":"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-02-28T17:18:06+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/10\/What-is-a-Firewall-Velocitize.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/","name":"What Is a Firewall: Definition, Uses, & Benefits | WP Engine\u00ae","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2022-07-21T22:29:31+00:00","dateModified":"2024-02-28T17:18:06+00:00","description":"Firewalls protect your devices from viruses and more. Learn what a firewall is, the types of firewalls, and the benefits of regularly checking your firewall settings.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/what-is-a-firewall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/case-studies\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/wpengine.com\/case-studies\/resources\/"},{"@type":"ListItem","position":3,"name":"What Is a Firewall: Definition, Uses, &amp; Benefits"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/case-studies\/#website","url":"https:\/\/wpengine.com\/case-studies\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085","name":"WP Engine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","caption":"WP Engine"},"sameAs":["https:\/\/wpengine.com"]}]}},"acf":[],"grid_image_url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/10\/What-is-a-Firewall-Grid.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Site Owner","topic":"<strong>Topics:<\/strong> Security","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/136834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/types\/resource"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media\/136835"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=136834"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=136834"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=136834"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=136834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}