{"id":5300,"date":"2021-09-16T14:56:57","date_gmt":"2021-09-16T14:56:57","guid":{"rendered":"https:\/\/fisthost.com\/blog\/?p=5300"},"modified":"2021-09-16T14:57:01","modified_gmt":"2021-09-16T14:57:01","slug":"flush-dns-server-cache-on-windows","status":"publish","type":"post","link":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/","title":{"rendered":"Flush DNS Server Cache on Windows"},"content":{"rendered":"\n<p>When you type a website into your address bar like &#8220;Fisthost.com&#8221; your computer doesn&#8217;t actually know where to go on its own. Instead, it looks that address up on a Domain Name System (DNS) server, which matches it with an\u00a0IP address\u00a0for your computer to visit.<\/p>\n\n\n\n<p>Anyone who moves about on the internet leaves a lot of traces \u2013 even inexperienced browser users probably know this by now. Website operators use technology such as cookies or JavaScript applications to&nbsp;<strong>record the behavior of visitors<\/strong>. The data obtained here is used to optimize the website and personalize the content without users actively&nbsp;<strong>disclosing personal details<\/strong>. Many users increasingly rely on&nbsp;<strong>ad and JavaScript blockers and proxies<\/strong>&nbsp;or delete history and cookies to put an end to data collection and&nbsp;<strong>protect their own privacy<\/strong>.<\/p>\n\n\n\n<p>However, very few users are aware that the\u00a0<strong>operating system also saves information<\/strong>\u00a0about surf behavior: for example, the automatically generated DNS cache contains temporary entries about all visited websites. The following sections explain exactly what this\u00a0<strong>cache<\/strong>\u00a0is all about and why there are several reasons to\u00a0<strong>delete the DNS cache regularly<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is the DNS cache?<\/h2>\n\n\n\n<p>DNS servers\u00a0are used to convert domain names such as\u00a0<em>www.example.com\u00a0<\/em><strong>into numerical addresses<\/strong>\u00a0that can be processed by computer systems. These \u201c<strong>name servers<\/strong>\u201d are contacted by default via the browser each time the corresponding projects are accessed, which slightly increases their loading time and can also lead to a DNS server\u00a0<strong>overload<\/strong>\u00a0in the case of a\u00a0<strong>high number of visitors<\/strong>. Error messages like \u201cDNS Server Not Responding\u201d are a common and despised consequence.<\/p>\n\n\n\n<p>For this reason, operating systems like Windows and macOS attach their own cache for\u00a0<strong>called and resolved addresses<\/strong>\u00a0\u2013 the DNS caches. These save all information that\u2019s relevant for name resolution, each with an entry known as\u00a0<strong>TTL (time to live)<\/strong>\u00a0where data remains valid for a given time. Within this time, corresponding queries are\u00a0answered directly from the cache\u00a0without requiring a detour to the DNS server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to flush DNS<\/h2>\n\n\n\n<p>As a user of Windows 7, you can run a DNS flush via the&nbsp;<strong>command prompt<\/strong>. To use this, click on the Windows home button and type \u201ccmd\u201d into the search bar. Then start the command line tool by clicking or pressing enter.<\/p>\n\n\n\n<p>Enter the following&nbsp;<strong>command<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/flushdns<\/code><\/pre>\n\n\n\n<p>When you press enter, Windows clears the DNS cache. You\u2019ll receive the following message confirming that the cache was successfully flushed.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"417\" src=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/04jkCSqEOs4InTu1EgsJigJ-1.fit_lim.size_768x.jpg\" alt=\"\" class=\"wp-image-5301\" srcset=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/04jkCSqEOs4InTu1EgsJigJ-1.fit_lim.size_768x.jpg 740w, https:\/\/fisthost.com\/blog\/med\/2021\/09\/04jkCSqEOs4InTu1EgsJigJ-1.fit_lim.size_768x-300x169.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Run a DNS flush on Linux: how it works<\/h2>\n\n\n\n<p>Linux systems don\u2019t have a DNS cache by default. The different distributions only offer a function to&nbsp;<strong>store DNS information locally&nbsp;<\/strong>with the use of appropriate applications like nscd (<strong>n<\/strong>ame&nbsp;<strong>s<\/strong>ervice&nbsp;<strong>c<\/strong>aching&nbsp;<strong>d<\/strong>aemon), pdnsd, dns-clean, or dnsmasq. If you use one of these services for caching, you have to control it from the terminal in order to clear the cache.<\/p>\n\n\n\n<p>For&nbsp;<strong>pdnsd<\/strong>, there\u2019s a concrete&nbsp;<strong>clear command<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pdnsd-ctl empty-cache<\/code><\/pre>\n\n\n\n<p>To clear the DNS cache from&nbsp;<strong>dnsmasq<\/strong>,&nbsp;<strong>dns-clean<\/strong>, or&nbsp;<strong>ncsd<\/strong>, though, you need to&nbsp;<strong>completely restart<\/strong>&nbsp;the respective service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo \/etc\/init.d\/dnsmasq restart\nsudo \/etc\/init.d\/nscd restart<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo \/etc\/init.d\/dns-clean restart<\/code><\/pre>\n\n\n\n<p><a href=\"https:\/\/www.ionos.com\/digitalguide\/fileadmin\/DigitalGuide\/Screenshots\/dns-flush5.jpg\"><\/a><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"726\" height=\"152\" src=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/dns-flush5.jpg\" alt=\"\" class=\"wp-image-5302\" srcset=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/dns-flush5.jpg 726w, https:\/\/fisthost.com\/blog\/med\/2021\/09\/dns-flush5-300x63.jpg 300w\" sizes=\"auto, (max-width: 726px) 100vw, 726px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">How to flush DNS on Mac<\/h2>\n\n\n\n<p>Like Windows, macOS has an integrated DNS cache that automatically collects DNS information and so should be cleared regularly. As opposed to the Microsoft systems, though, the command for&nbsp;<strong>resetting the cache<\/strong>&nbsp;varies from version to version. What you need to&nbsp;<strong>enter into the terminal<\/strong>&nbsp;to set the DNS register back to zero depends on the edition that you\u2019re working with:<\/p>\n\n\n\n<p><strong>macOS 10.12.0 (Sierra):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo killall -HUP mDNSResponder<\/code><\/pre>\n\n\n\n<p><strong>OS X 10.10.4 (Yosemite) and 10.11.0 (El Capitan):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dscacheutil -flushcache;\nsudo killall -HUP mDNSResponder<\/code><\/pre>\n\n\n\n<p><strong>OS X 10.10.1 to 10.10.3 (Yosemite):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo discoveryutil mdnsflushcache\nsudo discoveryutil udnsflushcaches<\/code><\/pre>\n\n\n\n<p><strong>OS X 10.9.0 (Mavericks):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dscacheutil -flushcache;\nsudo killall -HUP mDNSResponder<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Google-Chrome-browser\">Google Chrome browser<\/h2>\n\n\n\n<p>The Google Chrome web browser maintains its own internal DNS cache. To clear it, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Start Google Chrome.<\/li><li>In the address bar, type&nbsp;chrome:\/\/net-internals\/#dns. Google Chrome displays a list of hosts in its internal DNS cache.<\/li><li>Click&nbsp;<strong>Clear host cache<\/strong>.<\/li><li>In the address bar, type&nbsp;chrome:\/\/net-internals\/#sockets.<\/li><li>Click&nbsp;<strong>Close idle sockets<\/strong>, and then click&nbsp;<strong>Flush socket pools<\/strong>.<\/li><\/ol>\n    <div class=\"xs-review-box view-review-list\" id=\"xs-user-review-box\">\n\n        <h3 class=\"total-reivew-headding\">\n\t\t\t8 Reviews        <\/h3>\n        <div class=\"xs-review-box-item\">\n\n            <div\n                    class=\"xs-review-media review-full\">\n\n\t\t\t\t\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t\n                    <div class=\"xs-review-pagination\">\n\t\t\t\t\t\t                    <\/div>\n\n\t\t\t\t\t\n            <\/div>\n\n\t\t\t\n        <\/div>\n\n    <\/div>\n\n\t\n    <form action=\"https:\/\/fisthost.com\/blog\/?xs_review=7685\"\n          name=\"xs_review_form_public_data\"\n          method=\"post\"\n          id=\"xs_review_form_public_data\">\n\n        <div class=\"xs-review-box public-xs-review-box\" id=\"xs-review-box\">\n            <h3 class=\"write-reivew-headding\">\n\t\t\t\tWrite a Review             <\/h3>\n\n\t\t\t\n            <div class=\"wur-review-fields\">                 <input type=\"hidden\" value=\"5300\"\n                       name=\"xs_submit_review_data[xs_post_id]\" \/>\n\n                <input type=\"hidden\" value=\"post\"\n                       name=\"xs_submit_review_data[xs_post_type]\" \/>\n\n                <input type=\"hidden\" value=\"0\"\n                       name=\"xs_submit_review_data[xs_post_author]\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"84b64745d9\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/blog\/wp-json\/wp\/v2\/posts\/5300\" \/>                <div class=\"xs-review xs-save-button\">\n                    <button type=\"submit\" name=\"xs_review_form_public_data\" class=\"xs-btn primary\">\n                        Submit Review                    <\/button>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/form>\n\n","protected":false},"excerpt":{"rendered":"<p>When you type a website into your address bar like &#8220;Fisthost.com&#8221; your computer doesn&#8217;t actually know where to go on its own. Instead, it looks that address up on a Domain Name System (DNS) server, which matches it with an\u00a0IP address\u00a0for your computer to visit. Anyone who moves about on the internet leaves a lot&#8230;<\/p>\n","protected":false},"author":1,"featured_media":5303,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[100,87],"tags":[],"class_list":["post-5300","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dns","category-stackcp-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Flush DNS Server Cache on Windows - Fist Host Blog and News<\/title>\n<meta name=\"description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Flush DNS Server Cache on Windows - Fist Host Blog and News\" \/>\n<meta property=\"og:description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Fist Host Blog and News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fisthostweb\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/sultan.nawab.831\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-16T14:56:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-16T14:57:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/how-to-flush-DNS-OG.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"315\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sultan Nawab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fisthost\" \/>\n<meta name=\"twitter:site\" content=\"@fisthost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sultan Nawab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\"},\"author\":{\"name\":\"Sultan Nawab\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\"},\"headline\":\"Flush DNS Server Cache on Windows\",\"datePublished\":\"2021-09-16T14:56:57+00:00\",\"dateModified\":\"2021-09-16T14:57:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\"},\"wordCount\":687,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"articleSection\":[\"DNS\",\"Stackcp Cpanel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\",\"url\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\",\"name\":\"Flush DNS Server Cache on Windows - Fist Host Blog and News\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#website\"},\"datePublished\":\"2021-09-16T14:56:57+00:00\",\"dateModified\":\"2021-09-16T14:57:01+00:00\",\"description\":\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\",\"breadcrumb\":{\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fisthost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flush DNS Server Cache on Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fisthost.com\/blog\/#website\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"name\":\"Fist Host Blog and News\",\"description\":\"Info and News about Speed Troubleshooting\",\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fisthost.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\",\"name\":\"Fist Host Blog\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"contentUrl\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"width\":160,\"height\":45,\"caption\":\"Fist Host Blog\"},\"image\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/instagram.com\/fisthostweb\",\"https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3\",\"https:\/\/youtube.com\/fisthost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\",\"name\":\"Sultan Nawab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Sultan Nawab\"},\"description\":\"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.\",\"sameAs\":[\"https:\/\/fisthost.com\/blog\",\"https:\/\/www.facebook.com\/sultan.nawab.831\",\"https:\/\/www.instagram.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/www.youtube.com\/fisthost\"],\"url\":\"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Flush DNS Server Cache on Windows - Fist Host Blog and News","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","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:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/","og_locale":"en_US","og_type":"article","og_title":"Flush DNS Server Cache on Windows - Fist Host Blog and News","og_description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","og_url":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/","og_site_name":"Fist Host Blog and News","article_publisher":"https:\/\/facebook.com\/fisthostweb","article_author":"https:\/\/www.facebook.com\/sultan.nawab.831","article_published_time":"2021-09-16T14:56:57+00:00","article_modified_time":"2021-09-16T14:57:01+00:00","og_image":[{"width":600,"height":315,"url":"https:\/\/fisthost.com\/blog\/med\/2021\/09\/how-to-flush-DNS-OG.jpg","type":"image\/jpeg"}],"author":"Sultan Nawab","twitter_card":"summary_large_image","twitter_creator":"@fisthost","twitter_site":"@fisthost","twitter_misc":{"Written by":"Sultan Nawab","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#article","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/"},"author":{"name":"Sultan Nawab","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a"},"headline":"Flush DNS Server Cache on Windows","datePublished":"2021-09-16T14:56:57+00:00","dateModified":"2021-09-16T14:57:01+00:00","mainEntityOfPage":{"@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/"},"wordCount":687,"commentCount":0,"publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"articleSection":["DNS","Stackcp Cpanel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/","url":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/","name":"Flush DNS Server Cache on Windows - Fist Host Blog and News","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/#website"},"datePublished":"2021-09-16T14:56:57+00:00","dateModified":"2021-09-16T14:57:01+00:00","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","breadcrumb":{"@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fisthost.com\/blog\/flush-dns-server-cache-on-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fisthost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Flush DNS Server Cache on Windows"}]},{"@type":"WebSite","@id":"https:\/\/fisthost.com\/blog\/#website","url":"https:\/\/fisthost.com\/blog\/","name":"Fist Host Blog and News","description":"Info and News about Speed Troubleshooting","publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fisthost.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fisthost.com\/blog\/#organization","name":"Fist Host Blog","url":"https:\/\/fisthost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","contentUrl":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","width":160,"height":45,"caption":"Fist Host Blog"},"image":{"@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/instagram.com\/fisthostweb","https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3","https:\/\/youtube.com\/fisthost"]},{"@type":"Person","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a","name":"Sultan Nawab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","caption":"Sultan Nawab"},"description":"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.","sameAs":["https:\/\/fisthost.com\/blog","https:\/\/www.facebook.com\/sultan.nawab.831","https:\/\/www.instagram.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/www.youtube.com\/fisthost"],"url":"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/"}]}},"_links":{"self":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/5300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/comments?post=5300"}],"version-history":[{"count":0,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/5300\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media\/5303"}],"wp:attachment":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media?parent=5300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/categories?post=5300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/tags?post=5300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}