{"id":300,"date":"2018-10-10T09:47:36","date_gmt":"2018-10-10T09:47:36","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/24x7serversupport-blog\/?p=300"},"modified":"2018-10-10T09:47:36","modified_gmt":"2018-10-10T09:47:36","slug":"http-download-speed-difference-in-windows-7-vs-linux","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/","title":{"rendered":"HTTP download speed difference in windows 7 vs Linux"},"content":{"rendered":"\n<p>I have a strange situation regarding a Windows\u00a0PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then I am getting good speed.<\/p>\n\n\n\n<p>Upon intense debugging,\u00a0I am able to diagnose and find out the root cause of the problem.<\/p>\n\n\n\n<p>It was\/is Windows HTTP packet fragmentation that happens locally. Basically its<br \/>how windows compile HTTP headers locally so found a fix to it.<\/p>\n\n\n\n<p>We came across some TCP settings which restrict download speed in the windows<br \/>box, hence in order to permit download of large files, have modified below<br \/>settings:<\/p>\n\n\n\n<p>These were my initial TCP settings<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>C:\\Windows\\system32>netsh interface tcp show global<\/p><p>Querying active state&#8230;<\/p><p>TCP Global Parameters<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p><p>Receive-Side Scaling State: disabled<\/p><p>Chimney Offload State : automatic<\/p><p>NetDMA State: enabled<\/p><p>Direct Cache Acess (DCA): disabled<\/p><p>Receive Window Auto-Tuning Level: disabled<\/p><p>Add-On Congestion Control Provider: none<\/p><p>ECN Capability: disabled<\/p><p>RFC 1323 Timestamps : disabled<\/p><p>** The above autotuninglevel setting is the result of Windows Scaling heuristics<\/p><p>overriding any local\/policy configuration on at least one profile.<\/p><p>C:\\Windows\\system32>netsh interface tcp show heuristics<\/p><p>TCP Window Scaling heuristics Parameters<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p><p>Window Scaling heuristics : enabled<\/p><p>Qualifying Destination Threshold: 3<\/p><p>Profile type unknown: normal<\/p><p>Profile type public : normal<\/p><p>Profile type private: restricted<\/p><p>Profile type domain : normal<\/p><\/blockquote>\n\n\n\n<p>Thus I did:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p># disable heuristics<\/p><p>C:\\Windows\\system32>netsh interface tcp set heuristics wsh=disabled<\/p><p>Ok.<\/p><p># enable receive-side scaling<\/p><p>C:\\Windows\\system32>netsh int tcp set global rss=enabled<\/p><p>Ok.<\/p><p># manually set autotuning profile<\/p><p>C:\\Windows\\system32>netsh interface tcp set global autotuning=experimental<\/p><p>Ok.<\/p><p># set congestion provider<\/p><p>C:\\Windows\\system32>netsh interface tcp set global congestionprovider=ctcp<\/p><p>Ok.<\/p><p>C:\\Windows\\system32>netsh interface tcp show global<\/p><p>Querying active state&#8230;<\/p><p>TCP Global Parameters<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p><p>Receive-Side Scaling State: enabled<\/p><p>Chimney Offload State : automatic<\/p><p>NetDMA State: enabled<\/p><p>Direct Cache Acess (DCA): disabled<\/p><p>Receive Window Auto-Tuning Level: experimental<\/p><p>Add-On Congestion Control Provider: ctcp<\/p><p>ECN Capability: disabled<\/p><p>RFC 1323 Timestamps : disabled<\/p><\/blockquote>\n\n\n\n<p>After changing these settings downloading is fast again, hitting the internet connection&#8217;s limit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have a strange situation regarding a Windows\u00a0PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then I am getting good speed. Upon intense debugging,\u00a0I am able to diagnose and find out the root cause of the problem. It was\/is Windows HTTP [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[34,37],"tags":[],"class_list":["post-300","post","type-post","status-publish","format-standard","hentry","category-linux","category-windows"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to increase HTTP download speed in Windows 7<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to increase HTTP download speed in Windows 7\" \/>\n<meta property=\"og:description\" content=\"I have a strange situation regarding a Windows\u00a0PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then I am getting good speed. Upon intense debugging,\u00a0I am able to diagnose and find out the root cause of the problem. It was\/is Windows HTTP [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-10T09:47:36+00:00\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/\",\"name\":\"How to increase HTTP download speed in Windows 7\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"datePublished\":\"2018-10-10T09:47:36+00:00\",\"dateModified\":\"2018-10-10T09:47:36+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTTP download speed difference in windows 7 vs Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to increase HTTP download speed in Windows 7","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:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to increase HTTP download speed in Windows 7","og_description":"I have a strange situation regarding a Windows\u00a0PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then I am getting good speed. Upon intense debugging,\u00a0I am able to diagnose and find out the root cause of the problem. It was\/is Windows HTTP [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/","og_site_name":"24x7serversupport Blog","article_published_time":"2018-10-10T09:47:36+00:00","author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/","url":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/","name":"How to increase HTTP download speed in Windows 7","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"datePublished":"2018-10-10T09:47:36+00:00","dateModified":"2018-10-10T09:47:36+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/http-download-speed-difference-in-windows-7-vs-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"HTTP download speed difference in windows 7 vs Linux"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=300"}],"version-history":[{"count":0,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/300\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}