{"id":1612,"date":"2016-12-04T02:07:39","date_gmt":"2016-12-04T00:07:39","guid":{"rendered":"https:\/\/www.vioreliftode.com\/?p=1612"},"modified":"2016-12-09T17:27:14","modified_gmt":"2016-12-09T15:27:14","slug":"what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-4","status":"publish","type":"post","link":"https:\/\/www.vioreliftode.com\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-4\/","title":{"rendered":"What does Microsoft mean by low \/ moderate \/ high \/ very high \/ extremely high Azure network bandwidth (part 2.4)"},"content":{"rendered":"<input class=\"fooboxshare_post_id\" type=\"hidden\" value=\"1612\"\/><p><em>This article is part of a series of 5 where I am talking about the Microsoft Azure network bandwidth. For a better understanding please make sure you read also the other parts:<\/em><\/p>\n<ol>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-1\/\" target=\"_blank\"><em>What does Microsoft mean by low \/ moderate \/ high \/ very high \/ extremely high Azure network bandwidth (part 1)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2\/\" target=\"_blank\"><em>The isolated network setup (the environment used for network analysis) (part 2)<\/em><\/a>\n<ul>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-1\/\" target=\"_blank\"><em>What happens when we perform a PING? (part 2.1)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-2\/\" target=\"_blank\"><em>What happens when we perform a PING in size of 4086 bytes? (part 2.2)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-3\/\" target=\"_blank\"><em>Now let\u2019s see what exactly happens when a file is copied over the network (file share) (part 2.3)<\/em><\/a><\/li>\n<li><em>Now let\u2019s see what exactly happens when MS SQL traffic is performed (part 2.4)<\/em><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-5\/\" target=\"_blank\"><em>Now let\u2019s see what exactly happens when IIS HTTP\/HTTPS traffic is performed (part 2.5)<\/em><\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-3\/\" target=\"_blank\"><em>The IOmeter benchmark tests who reproduce as close as possible the HTTP\/HTTPS, SMB and MS SQL network traffic (part 3)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-4\/\" target=\"_blank\"><em>The Azure Virtual Machines used to run the IOmeter benchmarks (part 4)<\/em><\/a><\/li>\n<li><em>Results and interpretations<\/em>\n<ul>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-5-1\/\" target=\"_blank\"><em>4096 B; 0% Read; 0% random (part 5.1)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-5-2\/\" target=\"_blank\"><em>62780 B; 0% Read; 0% random (part 5.2)<\/em><\/a><\/li>\n<li><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-5-3\/\" target=\"_blank\"><em>1460 B; 100% Read; 0% random (part 5.3)<\/em><\/a><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h1>Now let\u2019s see what exactly happens when MS SQL traffic is performed.<\/h1>\n<p><em>The MS SQL network traffic is not that complex, but I will explain in advance what you will see in the next Wireshark and Process Monitor print screens.<\/em><br \/>\nIn a non-academic explanation: MS SQL is by default configured to use 4096 bytes as maximum size for a network packet. So, when MSSQL server is sending the data to the network adapter is actually sending chunks up to 4 KB (4096 bytes) of data.<br \/>\n<em>Let&#8217;s pause a bit the explanation and mention <a href=\"https:\/\/en.wikipedia.org\/wiki\/Large_segment_offload\" target=\"_blank\">Large Segment Offload (LSO)<\/a> &#8211; which &#8220;is a technique for increasing outbound throughput of high-bandwidth network connections by reducing CPU overhead. It works by queuing up large buffers and letting the network interface card (NIC) split them into separate packets.&#8221;<\/em><br \/>\nContinuing the MS SQL explanation: actually those MS SQL small chunks (up to 4 KB each) are sent over the network in much smaller size packets. The size of those packets is in direct relation with the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Maximum_transmission_unit\" target=\"_blank\">Maximum Transmission Unit<\/a> size.<br \/>\n<em>Let&#8217;s pause again the explanation and mention in the absence of <a href=\"https:\/\/en.wikipedia.org\/wiki\/Large_segment_offload\" target=\"_blank\">Large Segment Offload<\/a> (LSO) (TSO \/ TCP Chimney Offload) the data MS SQL is sending over the network will be directly divided to packets in size with the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Maximum_transmission_unit\" target=\"_blank\">Maximum Transmission Unit<\/a>.\u000bOn the other &#8220;end of the wire&#8221;, the system who is MS SQL client will receive network packets who will not exceed the Maximum Transmission Unit size.<\/em><br \/>\n<span style=\"text-decoration: underline;\">The purpose of this explanation is to help reproduce as close as possible the MS SQL network traffic using <a href=\"http:\/\/www.iometer.org\/\" target=\"_blank\">IOmeter<\/a>.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><em>Of course, the way the data is handled (processed) before being passed to the network interface card has its performance implications &#8211; but this is a different subject. Remember, we look to benchmark only the network. We will try in our analysis to have the minimum influence from CPU, RAM and DISK point of view.<\/em><\/p>\n<p>&nbsp;<\/p>\n<p>Here I will provide couple of important links for those who want to have a deeper reading in MS SQL, Process Monitor, Wireshark, LSO \/ TSO \/ TCP Chimney Offload, MTU<br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/Maximum_transmission_unit\" target=\"_blank\">https:\/\/en.wikipedia.org\/wiki\/Maximum_transmission_unit<\/a><br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/Protocol_data_unit\" target=\"_blank\">https:\/\/en.wikipedia.org\/wiki\/Protocol_data_unit<\/a><br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/Network_layer\" target=\"_blank\">https:\/\/en.wikipedia.org\/wiki\/Network_layer<\/a><br \/>\n<a href=\"https:\/\/ask.wireshark.org\/questions\/24699\/tcp-packet-length-was-much-greater-than-mtu\" target=\"_blank\">https:\/\/ask.wireshark.org\/questions\/24699\/tcp-packet-length-was-much-greater-than-mtu<\/a><br \/>\n<a href=\"http:\/\/sqlsoldier.net\/wp\/sqlserver\/networkpacketsizetofiddlewithornottofiddlewith\" target=\"_blank\">http:\/\/sqlsoldier.net\/wp\/sqlserver\/networkpacketsizetofiddlewithornottofiddlewith<\/a><br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/Large_segment_offload\" target=\"_blank\">https:\/\/en.wikipedia.org\/wiki\/Large_segment_offload<\/a><br \/>\n<a href=\"http:\/\/www.peerwisdom.org\/2013\/04\/25\/disabling-large-send-offload-windows\/\" target=\"_blank\">http:\/\/www.peerwisdom.org\/2013\/04\/25\/disabling-large-send-offload-windows\/<\/a><br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/IP_fragmentation\" target=\"_blank\">https:\/\/en.wikipedia.org\/wiki\/IP_fragmentation<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The Advanced MS SQL server properties: the Network Packet Size is set by default to 4096 bytes.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_22.png\"><img loading=\"lazy\" class=\"size-full wp-image-1615 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_22.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_22\" width=\"704\" height=\"631\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_22.png 704w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_22-300x269.png 300w\" sizes=\"(max-width: 704px) 100vw, 704px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The clients can also control the Network packet size. In the SQL Server Management Studio this can be done through the Connection Properties tab.<br \/>\nFor .NET clients this connectivity parameter can be controlled via <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/system.data.sqlclient.sqlconnection.packetsize.aspx\" target=\"_blank\">PacketSize Property of the SqlConnection<\/a> class.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_23.png\"><img loading=\"lazy\" class=\"size-full wp-image-1616 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_23.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_23\" width=\"426\" height=\"501\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_23.png 426w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_23-255x300.png 255w\" sizes=\"(max-width: 426px) 100vw, 426px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In this first MS SQL query &amp; response network capture, I started with a T-SQL query who I knew will generate a small response (from data amount point of view).<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_24.png\"><img loading=\"lazy\" class=\"size-full wp-image-1617 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_24.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_24\" width=\"854\" height=\"451\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_24.png 854w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_24-300x158.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_24-768x406.png 768w\" sizes=\"(max-width: 854px) 100vw, 854px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The Wireshark network capture performed on the client side, indicates frame no. 1 is the MS SQL client request sent to the server.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25.png\"><img loading=\"lazy\" class=\"size-full wp-image-1618 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_25\" width=\"1170\" height=\"550\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25.png 1170w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25-300x141.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25-768x361.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_25-1024x481.png 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>As a proof we can convert the data section of this frame to Printable Text (String).<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26.png\"><img loading=\"lazy\" class=\"size-full wp-image-1619 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_26\" width=\"1174\" height=\"827\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26.png 1174w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26-300x211.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26-768x541.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_26-1024x721.png 1024w\" sizes=\"(max-width: 1174px) 100vw, 1174px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>If we paste the content to Notepad \u2026 we will see exactly the T-SQL query we sent to the server. \ud83d\ude42<\/p>\n<p><em>As a comment with no reference to this article &#8211; the MS SQL traffic (T-SQL requests and responses) can be easily captured over the network and converted to non-binary format. If this is a security concern, then MS SQL provides the possibility to encrypt the communication channel with its clients, but it requires <a href=\"https:\/\/support.microsoft.com\/en-us\/kb\/316898\" target=\"_blank\">additional configuration<\/a> in order to achieve this.<\/em><\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27.png\"><img loading=\"lazy\" class=\"size-full wp-image-1620 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_27\" width=\"1046\" height=\"184\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27.png 1046w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27-300x53.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27-768x135.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27-1024x180.png 1024w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_27-1038x184.png 1038w\" sizes=\"(max-width: 1046px) 100vw, 1046px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The Wireshark network capture performed on the client side, indicates the frame no. 2 represents the response the MS SQL server provided to the client.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28.png\"><img loading=\"lazy\" class=\"size-full wp-image-1621 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_28\" width=\"1170\" height=\"550\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28.png 1170w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28-300x141.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28-768x361.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_28-1024x481.png 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>And the Wireshark network capture performed on the client side, indicates the frame no. 3 represents the Acknowledge the MS SQL client sent back to the server to confirm the response was received.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29.png\"><img loading=\"lazy\" class=\"size-full wp-image-1622 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_29\" width=\"1170\" height=\"550\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29.png 1170w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29-300x141.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29-768x361.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_29-1024x481.png 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The Wireshark network capture performed on the server side shows pretty much the same thing we saw in the Wireshark network capture performed client side.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30.png\"><img loading=\"lazy\" class=\"size-full wp-image-1623 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_30\" width=\"1045\" height=\"615\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30.png 1045w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30-300x177.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30-768x452.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_30-1024x603.png 1024w\" sizes=\"(max-width: 1045px) 100vw, 1045px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Now, let&#8217;s do the same thing, but this time for larger sets of MS SQL data.<br \/>\n<em>This query is actually extracting around 14 MB of data from the AllDocs table part of a SharePoint content database.<\/em><\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_31.png\"><img loading=\"lazy\" class=\"size-full wp-image-1624 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_31.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_31\" width=\"854\" height=\"451\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_31.png 854w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_31-300x158.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_31-768x406.png 768w\" sizes=\"(max-width: 854px) 100vw, 854px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The capture performed using Process Monitor and Wireshark on the server side indicates the maximum size of the sent packets from MS SQL server are in size of 4096 bytes.<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32.png\"><img loading=\"lazy\" class=\"size-full wp-image-1625 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_32\" width=\"1057\" height=\"952\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32.png 1057w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32-300x270.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32-768x692.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_32-1024x922.png 1024w\" sizes=\"(max-width: 1057px) 100vw, 1057px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33.png\"><img loading=\"lazy\" class=\"size-full wp-image-1626 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_33\" width=\"1062\" height=\"807\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33.png 1062w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33-300x228.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33-768x584.png 768w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_33-1024x778.png 1024w\" sizes=\"(max-width: 1062px) 100vw, 1062px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The Wireshark network capture performed on the client side, indicates that maximum size of the received packets from MS SQL server is not exceeding the default Ethernet MTU (1500 bytes).<\/p>\n<p><em>Please note the capture is sorted based on the maximum size of the frames.<\/em><\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_34.png\"><img loading=\"lazy\" class=\"size-full wp-image-1627 alignnone\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_34.png\" alt=\"what_does_microsoft_means_by_low_moderate_high_very_high_extremely_high_azure_network_bandwidth_34\" width=\"1016\" height=\"811\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_34.png 1016w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_34-300x239.png 300w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2016\/12\/What_does_Microsoft_means_by_low_moderate_high_very_high_extremely_high_Azure_network_bandwidth_34-768x613.png 768w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"text-decoration: underline;\">So, let&#8217;s make a short summary of what we\u2019ve seen so far about MS SQL network traffic usage:<\/span><\/p>\n<ul>\n<li>the MS SQL server is by default configured to use 4096 bytes as maximum size for each network packet sent to the network interface card.<\/li>\n<li>the MS SQL clients are also configurable in terms of the maximum network packet sent to the network interface card (e.g.: by default SSMS is using 4096 bytes as network packet size).<\/li>\n<li>each 4 KB data chunks are actually sent over the network in much smaller size packets (the size of those packets is influenced by the MTU size).<\/li>\n<li>on the other &#8220;end of the wire&#8221;, the system who is MS SQL client, will receive network packets who will not exceed the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Maximum_transmission_unit\" target=\"_blank\">Maximum Transmission Unit<\/a> size.<\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline;\">Again, this explanation will help reproduce as close as possible the MS SQL network traffic using <a href=\"http:\/\/www.iometer.org\/\" target=\"_blank\">IOmeter<\/a>.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2\/\">Go back to the previous page.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article is part of a series of 5 where I am talking about the Microsoft Azure network bandwidth. For a better understanding please make sure you read also the other parts: What does Microsoft mean by low \/ moderate \/ high \/ very high \/ extremely high Azure network bandwidth (part 1) The isolated &hellip; <a href=\"https:\/\/www.vioreliftode.com\/index.php\/what-does-microsoft-mean-by-low-moderate-high-very-high-extremely-high-azure-network-bandwidth-part-2-4\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">What does Microsoft mean by low \/ moderate \/ high \/ very high \/ extremely high Azure network bandwidth (part 2.4)<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"What does Microsoft mean by low \/ moderate \/ high \/ very high \/ extremely high Azure network bandwidth (part 2.4)","jetpack_is_tweetstorm":false},"categories":[32,75],"tags":[55,104,103,102,107,78],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4NfDd-q0","_links":{"self":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts\/1612"}],"collection":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/comments?post=1612"}],"version-history":[{"count":0,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts\/1612\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/media?parent=1612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/categories?post=1612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/tags?post=1612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}