Amazon Cloudfront Uses a Global Network of 216 Points Of

Total Page:16

File Type:pdf, Size:1020Kb

Amazon Cloudfront Uses a Global Network of 216 Points Of Tuning your cloud: Improving global network performance for applications Richard Wade Principal Cloud Architect AWS Professional Services, Singapore © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Topics Understanding application performance: Why TCP matters Choosing the right cloud architecture Tuning your cloud Mice: Short connections Majority of connections on the Internet are mice - Small number of bytes transferred - Short lifetime Expect fast service - Need fast, efficient startup - Loss has a high impact as there is no time to recover Elephants: Long connections Most of the traffic on the Internet is carried by elephants - Large number of bytes transferred - Long-lived single flows Expect stable, reliable service - Need efficient, fair steady-state - Time to recover from loss has a notable impact over the connection’s lifetime Transmission Control Protocol (TCP): Startup Round trip time (RTT) = two-way delay (this is what you measure with a ping) In this example, RTT is 100 ms Roughly 2 * RTT (200 ms) until the first application request is received The lower the RTT, the faster your application responds and the higher the possible throughput RTT 100 ms AWS Cloud 1.5 * RTT Connection setup Connection established Data transfer Transmission Control Protocol (TCP): Growth A high RTT negatively affects the potential throughput of your application For new connections, TCP tries to double its transmission rate with every RTT This algorithm works for large-object (elephant) transfers (MB or GB) but not so well for small-object (mice) transfers 32 30 28 26 24 1 packet 22 20 18 Increase cwnd 16 14 Segments 12 2 packets 10 8 6 Increase cwnd 4 2 4 packets 0 0 1 2 3 4 5 6 7 Time Transmission Control Protocol (TCP): Loss Most TCP algorithms use packet loss as a signal that the transmission rate has exceeded the bottleneck bandwidth on a given path Most will reduce (by up to 50%) the transmission rate when loss or timeout is experienced, which can have a dramatic effect on overall performance 32 30 28 26 24 Packet loss 22 20 18 16 14 Segments Partial acknowledgement 12 10 Decrease cwnd 8 6 Retransmit lost packets 4 2 0 0 2 4 6 8 Time Acknowledgement Transmission Control Protocol (TCP): Recovery After a loss or timeout event, most TCP algorithms enter a congestion avoidance phase The transmission rate is increased linearly until further events are experienced This means that recovery from loss is slow, again affecting overall flow performance The rate of recovery is highly dependent on a connection’s RTT 32 30 Packet loss 28 Halve cwnd 26 24 22 20 18 16 14 Segments 12 Increment cwnd 10 8 6 4 2 0 0 2 4 6 8 10 12 Time TCP: Impact of loss on throughput 100 80 60 40 20 0 0% 2% 4% 6% 8% 10% Loss rate % Net401: Network Performance: Making Every Packet Count, Re:Invent 2017 TCP summary 1) Latency from user to cloud is important • Time to establish connection • Rate at which throughput accelerates • Limits the maximum potential throughput for a TCP connection* 2) Understand your application • Small objects and large objects have different requirements • Define your architecture and tune your infrastructure accordingly 3) TCP has many tunable parameters and variants More on this later https://en.wikipedia.org/wiki/Bandwidth-delay_product Solutions: Three things you can influence 1) Latency from your applications to your users: Service Architecture Region selection, use of edge services 2) Throughput from your infrastructure: Infrastructure Design Using optimized instance types, edge services 3) Configuration of your infrastructure: Tuning Tuning infrastructure parameters to suit your application and deployed architecture Latency: Move closer to your users Amazon CloudFront: Improving latency to users Amazon CloudFront uses a global network of 216 points of presence (205 Edge Locations and 11 Regional Edge Caches) in 84 cities across 42 countries Amazon CloudFront: Improving latency to users RTT 150 ms Viewer request Users Origin Viewer response Amazon CloudFront: Improving latency to users RTT 30 ms CloudFront RTT 120 ms cache Viewer Origin request request Users Origin Viewer Origin response response Amazon CloudFront: Improving latency to users RTT 30 ms CloudFront RTT 120 ms cache Viewer Origin request request User #1 Viewer Origin response response Origin User #2 Amazon CloudFront: Improving throughput Consider the impact of reduced RTT on transfer time for small objects Smaller RTT, faster increase, more throughput, faster transfer 32 30 28 26 24 22 20 Increase cwnd 18 16 14 Segments 12 10 8 6 Increase cwnd 4 2 0 0 1 2 3 4 5 6 7 Time Throughput: Get data to your users faster Why packet throughput matters Packets per second (PPS) and maximum transmission unit (MTU) Each packet has processing overhead Small packets such as real-time systems or transactions Large packets increase the overall performance Jumbo MTU of 9001 available within VPC or VPC peers 1448 B Payload 8949 B Payload Jumbo MTUs increase the usable data per packet https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html The AWS Nitro System Nearly 100% of available compute resources available to customers’ workload Server Improved throughput Improved latency Nitro Improved PPS The Nitro System enables performance improvements Up to 4x improvement in instance network throughput 90 43 5.05 34 27 30 28 1.02 0.52 Throughput (Gbps) Latency (microseconds) Packets per second (millions) Enterprise Strategy Group, 2019 The AWS Nitro System Network Mem Network Model vCPU Performance Mem (GiB) Model vCPU Performance (Gbps) (GiB) T3 instances – up to 5 Gbps (Gbps) t3.nano 2 6 Up to 5 network performance c5.large 2 4 Up to 10 t3.micro 2 12 Up to 5 c5.xlarge 4 8 Up to 10 t3.small 2 24 Up to 5 c5.2xlarge 8 16 Up to 10 Smaller sizes of C5, M5, R5 – up to t3.medium 2 24 Up to 5 10 Gbps network performance t3.large 2 36 Up to 5 c5.4xlarge 16 32 Up to 10 t3.xlarge 4 96 Up to 5 c5.9xlarge 36 72 10 Larger instance sizes have sustained t3.2xlarge 8 192 Up to 5 c5.18xlarge 72 144 25 10 or 25 Gbps Network Mem Model vCPU Performance (GiB) (Gbps) Smaller sizes of C5n – up to 25 Gbps c5n.large 2 4 Up to 25 network performance c5n.xlarge 4 8 Up to 25 c5n.2xlarge 8 16 Up to 25 C5n instances have sustained 50 or c5n.4xlarge 16 32 Up to 25 100 Gbps c5n.9xlarge 36 72 50 c5n.18xlarge 72 144 100 AWS Outposts • Industry standard 42U rack • Fully assembled, ready to be rolled into final position • Installed by AWS, simply plugged into power and network • Centralized redundant power conversion unit and DC distribution system for higher reliability, energy efficiency, and easier serviceability • Redundant active components, including top-of-rack switches and hot spare hosts AWS Outposts Nitro hardware and software in your data center Access via standard AWS API and console AWS Outposts Deploy apps to AWS Outposts using AWS services Improving both latency and throughput Consider the impact of reduced RTT, lower risk of packet loss Optimized compute and network performance Smaller RTT, faster increase, more throughput, faster transfer 32 32 30 30 28 28 26 26 24 24 22 22 20 20 18 18 16 16 14 14 12 12 Segments Segments 10 10 8 8 6 6 4 4 2 2 0 0 0 2 4 6 8 0 5 10 Time Time 32 30 28 100 26 24 80 22 20 18 60 16 14 40 12 Segments 10 8 20 6 4 2 0 0 0 5 10 15 0% 5% 10% Time Tune and optimize your cloud Amazon Linux Kernel TCP tuning US-EAST-1 AP-SOUTHEAST-1 VPC RTT 220 ms VPC Public subnet Public subnet Amazon Linux Kernel TCP tuning Kernel Setting Default Tuned Value Function The maximum receive net.core.rmem_max 212,992 134,217,728 socket buffer size in bytes The maximum send socket net.core.wmem_max 212,992 134,217,728 buffer size in bytes Min, default, max TCP net.ipv4.tcp_rmem 4,096 87,380 62,91,456 4,096 87,380 67,108,864 receive buffer size in bytes Min, default, max TCP send net.ipv4.tcp_wmem 4,096 20,480 41,94,304 4,096 65,536 67,108,864 buffer size in bytes TCP congestion control net.ipv4.tcp_congestion_control Cubic BBR https://tools.ietf.org/html/rfc8312 https://research.google/pubs/pub45646/ algorithm name Queueing discipline net.core.default_qdisc pfifo_fast fq algorithm name https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt Example: Amazon Linux Kernel TCP tuning #!/bin/bash sudo sysctl -w net.core.rmem_max=134217728 sudo sysctl -w net.core.wmem_max=134217728 sudo sysctl -w net.ipv4.tcp_rmem="4096 87380 67108864“ sudo sysctl -w net.ipv4.tcp_wmem="4096 65536 67108864“ sudo sysctl -w net.ipv4.tcp_mtu_probing=1 sudo sysctl -w net.core.default_qdisc=fq One size does NOT fit all. Experiment safely and methodically in a test environment. Amazon Linux Kernel TCP tuning: 1 GB transfer 220 ms latency, no tuning TCP Cubic Kernel Time to Mbps Retransmits Settings transfer 1 GB Default ~150 seconds ~55 0 ~90 seconds Tuned (average of 10 tests was ~90 ~1000 108 seconds) 220 ms latency, tuning - Kernel settings - TCP Cubic Summary In this session, we have shown: 1) How to improve application performance by positioning services closer to your users 2) Some examples of AWS services you can use to reduce latency and increase throughput 3) How application performance can be improved using kernel TCP tuning methods AWS Training and Certification Explore tailored Build cloud skills with Demonstrate expertise with Find entry-level cloud learning paths for 550+ free digital an industry-recognized talent with AWS customers and training courses, or dive credential Academy and AWS partners deep with classroom re/Start training aws.amazon.com/training Thank you! Richard Wade [email protected] © 2020, Amazon Web Services, Inc.
Recommended publications
  • A Comparison of TCP Automatic Tuning Techniques for Distributed
    A Comparison of TCP Automatic Tuning Techniques for Distributed Computing Eric Weigle [email protected] Computer and Computational Sciences Division (CCS-1) Los Alamos National Laboratory Los Alamos, NM 87545 Abstract— Manual tuning is the baseline by which we measure autotun- Rather than painful, manual, static, per-connection optimization of TCP ing methods. To perform manual tuning, a human uses tools buffer sizes simply to achieve acceptable performance for distributed appli- ping pathchar pipechar cations [1], [2], many researchers have proposed techniques to perform this such as and or to determine net- tuning automatically [3], [4], [5], [6], [7], [8]. This paper first discusses work latency and bandwidth. The results are multiplied to get the relative merits of the various approaches in theory, and then provides the bandwidth £ delay product, and buffers are generally set to substantial experimental data concerning two competing implementations twice that value. – the buffer autotuning already present in Linux 2.4.x and “Dynamic Right- Sizing.” This paper reveals heretofore unknown aspects of the problem and PSC’s tuning is a mostly sender-based approach. Here the current solutions, provides insight into the proper approach for various cir- cumstances, and points toward ways to improve performance further. sender uses TCP packet header information and timestamps to estimate the bandwidth £ delay product of the network, which Keywords: dynamic right-sizing, autotuning, high-performance it uses to resize its send window. The receiver simply advertises networking, TCP, flow control, wide-area network. the maximal possible window. Paper [3] presents results for a NetBSD 1.2 implementation, showing improvement over stock I.
    [Show full text]
  • Network Tuning and Monitoring for Disaster Recovery Data Backup and Retrieval ∗ ∗
    Network Tuning and Monitoring for Disaster Recovery Data Backup and Retrieval ∗ ∗ 1 Prasad Calyam, 2 Phani Kumar Arava, 1 Chris Butler, 3 Jeff Jones 1 Ohio Supercomputer Center, Columbus, Ohio 43212. Email:{pcalyam, cbutler}@osc.edu 2 The Ohio State University, Columbus, Ohio 43210. Email:[email protected] 3 Wright State University, Dayton, Ohio 45435. Email:[email protected] Abstract frequently moving a copy of their local data to tape-drives at off-site sites. With the increased access to high-speed net- Every institution is faced with the challenge of setting up works, most copy mechanisms rely on IP networks (versus a system that can enable backup of large amounts of critical postal service) as a medium to transport the backup data be- administrative data. This data should be rapidly retrieved in tween the institutions and off-site backup facilities. the event of a disaster. For serving the above Disaster Re- Today’s IP networks, which are designed to provide covery (DR) purpose, institutions have to invest significantly only “best-effort” service to network-based applications, fre- and address a number of software, storage and networking quently experience performance bottlenecks. The perfor- issues. Although, a great deal of attention is paid towards mance bottlenecks can be due to issues such as lack of ad- software and storage issues, networking issues are gener- equate end-to-end bandwidth provisioning, intermediate net- ally overlooked in DR planning. In this paper, we present work links congestion or device mis-configurations such as a DR pilot study that considered different networking issues duplex mismatches [1] and outdated NIC drivers at DR-client that need to be addressed and managed during DR plan- sites.
    [Show full text]
  • Improving the Performance of Web Services in Disconnected, Intermittent and Limited Environments Joakim Johanson Lindquister Master’S Thesis Spring 2016
    Improving the performance of Web Services in Disconnected, Intermittent and Limited Environments Joakim Johanson Lindquister Master’s Thesis Spring 2016 Abstract Using Commercial off-the-shelf (COTS) software over networks that are Disconnected, Intermittent and Limited (DIL) may not perform satis- factorily, or can even break down entirely due to network disruptions. Frequent network interruptions for both shorter and longer periods, as well as long delays, low data and high packet error rates characterizes DIL networks. In this thesis, we designed and implemented a prototype proxy to improve the performance of Web services in DIL environments. The main idea of our design was to deploy a proxy pair to facilitate HTTP communication between Web service applications. As an optimization technique, we evaluated the usage of alternative transport protocols to carry information across these types of networks. The proxy pair was designed to support different protocols for inter-proxy communication. We implemented the proxies to support the Hypertext Transfer Proto- col (HTTP), the Advanced Message Queuing Protocol (AMQP) and the Constrained Application Protocol (CoAP). By introducing proxies, we were able to break the end-to-end network dependency between two applications communicating in a DIL environment, and thus achieve higher reliability. Our evaluations showed that in most DIL networks, using HTTP yields the lowest Round- Trip Time (RTT). However, with small message payloads and in networks with very low data rates, CoAP had a lower RTT and network footprint than HTTP. 3 4 Acknowledgement This master thesis was written at the Department of Informatics at the Faculty of Mathematics and Natural Sciences, University at the University of Oslo in 2015/2016.
    [Show full text]
  • Use Style: Paper Title
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by AUT Scholarly Commons Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty Nurul I Sarkar School of Computing and Mathematical Sciences School of Computing and Mathematical Sciences Auckland University of Technology Auckland University of Technology Auckland, New Zealand Auckland, New Zealand [email protected] [email protected] Abstract – Implementing IPv6 in modern client/server Ethernet motivates us to contribute in this area and formulate operating systems (OS) will have drawbacks of lower this paper. throughput as a result of its larger address space. In this paper we quantify the performance degradation of IPv6 for TCP The results of this study will be crucial to primarily those when implementing in modern MS Windows and Linux organizations that aim to achieve high IPv6 performance via operating systems (OSs). We consider Windows Server 2008 a system architecture that is based on newer Windows or and Red Hat Enterprise Server 5.5 in the study. We measure Linux OSs. The analysis of our study further aims to help TCP throughput and round trip time (RTT) using a researchers working in the field of network traffic customized testbed setting and record the results by observing engineering and designers overcome the challenging issues OS kernel reactions. Our findings reported in this paper pertaining to IPv6 deployment. provide some insights into IPv6 performance with respect to the impact of modern Windows and Linux OS on system II. RELATED WORK performance. This study may help network researchers and engineers in selecting better OS in the deployment of IPv6 on In this paper, we briefly review a set of literature on corporate networks.
    [Show full text]
  • Exploration of TCP Parameters for Enhanced Performance in A
    Exploration of TCP Parameters for Enhanced Performance in a Datacenter Environment Mohsin Khalil∗, Farid Ullah Khan# ∗National University of Sciences and Technology, Islamabad, Pakistan #Air University, Islamabad, Pakistan Abstract—TCP parameters in most of the operating sys- Linux as an operating system is the typical go-to option for tems are optimized for generic home and office environments network operators due to it being open-source. The param- having low latencies in their internal networks. However, this eters for Linux distribution are optimized for any range of arrangement invariably results in a compromized network performance when same parameters are straight away slotted networks ranging up to 1 Gbps link speed in general. For this into a datacenter environment. We identify key TCP parameters dynamic range, TCP buffer sizes remain the same for all the that have a major impact on network performance based on networks irrespective of their network speeds. These buffer the study and comparative analysis of home and datacenter lengths might fulfill network requirements having relatively environments. We discuss certain criteria for the modification lesser link capacities, but fall short of being optimum for of TCP parameters and support our analysis with simulation results that validate the performance improvement in case of 10 Gbps networks. On the basis of Pareto’s principle, we datacenter environment. segregate the key TCP parameters which may be tuned for performance enhancement in datacenters. We have carried out Index Terms—TCP Tuning, Performance Enhancement, Dat- acenter Environment. this study for home and datacenter environments separately, and presented that although the pre-tuned TCP parame- ters provide satisfactory performance in home environments, I.
    [Show full text]
  • EGI TCP Tuning.Pptx
    TCP Tuning Domenico Vicinanza DANTE, Cambridge, UK [email protected] EGI Technical Forum 2013, Madrid, Spain TCP ! Transmission Control Protocol (TCP) ! One of the original core protocols of the Internet protocol suite (IP) ! >90% of the internet traffic ! Transport layer ! Delivery of a stream of bytes between ! " programs running on computers ! " connected to a local area network, intranet or the public Internet. ! TCP communication is: ! " Connection oriented ! " Reliable ! " Ordered ! " Error-checked ! Web browsers, mail servers, file transfer programs use TCP Connect | Communicate | Collaborate 2 Connection-Oriented ! A connection is established before any user data is transferred. ! If the connection cannot be established the user program is notified. ! If the connection is ever interrupted the user program(s) is notified. Connect | Communicate | Collaborate 3 Reliable ! TCP uses a sequence number to identify each byte of data. ! Sequence number identifies the order of the bytes sent ! Data can be reconstructed in order regardless: ! " Fragmentation ! " Disordering ! " Packet loss that may occur during transmission. ! For every payload byte transmitted, the sequence number is incremented. Connect | Communicate | Collaborate 4 TCP Segments ! The block of data that TCP asks IP to deliver is called a TCP segment. ! Each segment contains: ! " Data ! " Control information Connect | Communicate | Collaborate 5 TCP Segment Format 1 byte 1 byte 1 byte 1 byte Source Port Destination Port Sequence Number Acknowledgment Number offset Reser. Control Window Checksum Urgent Pointer Options (if any) Data Connect | Communicate | Collaborate 6 Client Starts ! A client starts by sending a SYN segment with the following information: ! " Client’s ISN (generated pseudo-randomly) ! " Maximum Receive Window for client.
    [Show full text]
  • A Comparison of TCP Automatic Tuning Techniques for Distributed Computing
    A Comparison of TCP Automatic Tuning Techniques for Distributed Computing Eric Weigle and Wu-chun Feng Research and Development in Advanced Network Technology Computer and Computational Sciences Division Los Alamos National Laboratory Los Alamos, NM 87545 fehw,[email protected] Abstract In this paper, we compare and contrast these tuning methods. First we explain each method, followed by an in- Rather than painful, manual, static, per-connection op- depth discussion of their features. Next we discuss the ex- timization of TCP buffer sizes simply to achieve acceptable periments to fully characterize two particularly interesting performance for distributed applications [8, 10], many re- methods (Linux 2.4 autotuning and Dynamic Right-Sizing). searchers have proposed techniques to perform this tuning We conclude with results and possible improvements. automatically [4, 7, 9, 11, 12, 14]. This paper first discusses the relative merits of the various approaches in theory, and then provides substantial experimental data concerning two 1.1. TCP Tuning and Distributed Computing competing implementations – the buffer autotuning already present in Linux 2.4.x and “Dynamic Right-Sizing.” This Computational grids such as the Information Power paper reveals heretofore unknown aspects of the problem Grid [5], Particle Physics Data Grid [1], and Earth System and current solutions, provides insight into the proper ap- Grid [3] all depend on TCP. This implies several things. proach for different circumstances, and points toward ways to further improve performance. First, bandwidth is often the bottleneck. Performance for distributed codes is crippled by using TCP over a WAN. An Keywords: dynamic right-sizing, autotuning, high- appropriately selected buffer tuning technique is one solu- performance networking, TCP, flow control, wide-area net- tion to this problem.
    [Show full text]
  • Tuning, Tweaking and TCP (And Other Things Happening at the Hamilton Institute)
    Tuning, Tweaking and TCP (and other things happening at the Hamilton Institute) David Malone and Doug Leith 16 August 2010 The Plan • Intro to TCP (Congestion Control). • Standard tuning of TCP. • Some more TCP tweaks. • Tweaking congestion control. • What else we do at the Hamilton Institute. What does TCP do for us? • Demuxes applications (using port numbers). • Makes sure lost data is retransmitted. • Delivers data to application in order. • Engages in congestion control. • Allows a little out-of-band data. • Some weird stuff in TCP options. Standard TCP View Connector Listener Connector No Listener SYN SYN SYN|ACK RST ACK DATA ACKS FIN FIN High Port Known Port High Port Known Port (usually) (usually) (usually) (usually) Other Views Programmer Network Packets In Data In Socket Queue/Buffer *Some Kind of Magic* Packets Out Socket Data Out TCP Congestion Control • TCP controls the number of packets in the network. • Packets are acknowledged, so reverse flow of ACKs. • Receiver advertises window to avoid overflow. • Congestion window (cwnd) tries to adapt to network. • Slow start mechanism to find rough link capacity. • Congestion avoidance to gradually adapt. • Timeouts for emergencies! Congestion Congestion Congestion Event Event Event cwnd Slow Start RTTs • Reno: Additive increase, multiplicative decrease (AIMD). • To fill link need to reach BW × Delay. • E.g. 1Gbps Ethernet Dublin to California 80000 × 0.2 ≈ 16000 1500B packets. • Backoff 1/2 ⇒ buffer at bottleneck should be BW × Delay. • Fairness (responsiveness, stability, ...) Basic TCP Tuning • Network stack has to buffer in-flight data. • Need BW × delay sized sockbuf! • /proc/net/core/{r,w}mem max ← sockbuf size limits.
    [Show full text]
  • Transport Layer
    DENA.book Page 37 Friday, June 11, 2004 11:30 AM CHAPTER 3 Tuning TCP: Transport Layer This chapter describes some of key Transport Control Protocol (TCP) tunable parameters related to performance tuning. More importantly it describes how these tunables work, how they interact with each other, and how they impact network traffic when they are modified. Applications often recommend TCP settings for tunable parameters, but offer few details on the meaning of the parameters and adverse effects that might result from the recommended settings. This chapter is intended as a guide to understanding those recommendations. This chapter is intended for network architects and administrators who have an intermediate knowledge of networking and TCP. This is not an introductory chapter on TCP terminology. The concepts discussed in this chapter build on basic terminology concepts and definitions. For an excellent resource, refer to Internetworking with TCP/IP Volume 1, Principles, Protocols, and Architectures by Douglas Comer, Prentice Hall, New Jersey. Network architects responsible for designing optimal backbone and distribution IP network architectures for the corporate infrastructure are primarily concerned with issues at or below the IP layer—network topology, routing, and so on. However, in data center networks, servers connect either to the corporate infrastructure or the service provider networks, which host applications. These applications provide networked application services with additional requirements in the area of networking and computer systems, where the goal is to move data as fast as possible from the application out to the network interface card (NIC) and onto the network. Designing network architectures for performance at the data center includes looking at protocol processing above Layer 3, into the transport and application layers.
    [Show full text]
  • Dell EMC Powerscale Network Design Considerations
    Technical White Paper Dell EMC PowerScale: Network Design Considerations Abstract This white paper explains design considerations of the Dell EMC™ PowerScale™ external network to ensure maximum performance and an optimal user experience. May 2021 H16463.20 Revisions Revisions Date Description March 2017 Initial rough draft July 2017 Updated after several reviews and posted online November 2017 Updated after additional feedback. Updated title from “Isilon Advanced Networking Fundamentals” to “Isilon Network Design Considerations.” Updated the following sections with additional details: • Link Aggregation • Jumbo Frames • Latency • ICMP & MTU • New sections added: • MTU Framesize Overhead • Ethernet Frame • Network Troubleshooting December 2017 Added link to Network Stack Tuning spreadsheet Added Multi-Chassis Link Aggregation January 2018 Removed switch-specific configuration steps with a note for contacting manufacturer Updated section title for Confirming Transmitted MTUs Added OneFS commands for checking and modifying MTU Updated Jumbo Frames section May 2018 Updated equation for Bandwidth Delay Product August 2018 Added the following sections: • SyncIQ Considerations • SmartConnect Considerations • Access Zones Best Practices August 2018 Minor updates based on feedback and added ‘Source-Based Routing Considerations’ September 2018 Updated links November 2018 Added section ‘Source-Based Routing & DNS’ April 2019 Updated for OneFS 8.2: Added SmartConnect Multi-SSIP June 2019 Updated SmartConnect Multi-SSIP section based on feedback. July 2019 Corrected errors 2 Dell EMC PowerScale: Network Design Considerations | H16463.20 Acknowledgements Date Description August 2019 Updated Ethernet flow control section January 2020 Updated to include 25 GbE as front-end NIC option. April 2020 Added ‘DNS and time-to-live’ section and added ‘SmartConnect Zone Aliases as opposed to CNAMEs’ section.
    [Show full text]
  • Throughput Issues for High-Speed Wide-Area Networks
    Throughput Issues for High-Speed Wide-Area Networks Brian L. Tierney ESnet Lawrence Berkeley National Laboratory http://fasterdata.es.net/ (HEPIX Oct 30, 2009) Why does the Network seem so slow? TCP Performance Issues • Getting good TCP performance over high- latency high-bandwidth networks is not easy! • You must keep the TCP window full – the size of the window is directly related to the network latency • Easy to compute max throughput: – Throughput = buffer size / latency – eg: 64 KB buffer / 40 ms path = 1.6 KBytes (12.8 Kbits) / sec Setting the TCP buffer sizes • It is critical to use the optimal TCP send and receive socket buffer sizes for the link you are using. – Recommended size to fill the pipe • 2 x Bandwidth Delay Product (BDP) – Recommended size to leave some bandwidth for others • around 20% of (2 x BPB) = .4 * BDP • Default TCP buffer sizes are way too small for today’s high speed networks – Until recently, default TCP send/receive buffers were typically 64 KB – tuned buffer to fill LBL to BNL link: 10 MB • 150X bigger than the default buffer size – with default TCP buffers, you can only get a small % of the available bandwidth! Buffer Size Example • Optimal Buffer size formula: – buffer size = 20% * (2 * bandwidth * RTT) • ping time (RTT) = 50 ms • Narrow link = 500 Mbps (62 MBytes/sec) – e.g.: the end-to-end network consists of all 1000 BT ethernet and OC-12 (622 Mbps) • TCP buffers should be: – .05 sec * 62 * 2 * 20% = 1.24 MBytes Sample Buffer Sizes • LBL to (50% of pipe) – SLAC (RTT = 2 ms, narrow link = 1000 Mbps) : 256 KB – BNL: (RTT = 80 ms, narrow link = 1000 Mbps): 10 MB – CERN: (RTT = 165 ms, narrow link = 1000 Mbps): 20.6 MB • Note: default buffer size is usually only 64 KB, and default maximum autotuning buffer size for is often only 256KB – e.g.: FreeBSD 7.2 Autotuning default max = 256 KB – 10-150 times too small! • Home DSL, US to Europe (RTT = 150, narrow link = 2 Mbps): 38 KB – Default buffers are OK.
    [Show full text]
  • TCP Tuning Techniques for High-Speed Wide-Area Networks
    NFNN2, 20th-21st June 2005 National e-Science Centre, Edinburgh TCP Tuning Techniques for High-Speed Wide-Area Networks Brian L. Tierney Distributed Systems Department Lawrence Berkeley National Laboratory http://gridmon.dl.ac.uk/nfnn/ Wizard Gap Slide from Matt Mathis, PSC Brian L. Tierney Slide: 2 1 Today’s Talk This talk will cover: Information needed to be a “wizard” Current work being done so you don’t have to be a wizard Outline TCP Overview TCP Tuning Techniques (focus on Linux) TCP Issues Network Monitoring Tools Current TCP Research Brian L. Tierney Slide: 3 How TCP works: A very short overview Congestion window (CWND) = the number of packets the sender is allowed to send The larger the window size, the higher the throughput Throughput = Window size / Round-trip Time TCP Slow start exponentially increase the congestion window size until a packet is lost this gets a rough estimate of the optimal congestion window size packet loss timeout CWND slow start: exponential congestion retransmit: increase avoidance: slow start linear again increase time Brian L. Tierney Slide: 4 2 TCP Overview Congestion avoidance additive increase: starting from the rough estimate, linearly increase the congestion window size to probe for additional available bandwidth multiplicative decrease: cut congestion window size aggressively if a timeout occurs packet loss timeout CWND slow start: exponential congestion retransmit: increase avoidance: slow start linear again increase time Brian L. Tierney Slide: 5 TCP Overview Fast Retransmit: retransmit after 3 duplicate acks (got 3 additional packets without getting the one you are waiting for) this prevents expensive timeouts no need to go into “slow start” again At steady state, CWND oscillates around the optimal window size With a retransmission timeout, slow start is triggered again packet loss timeout CWND slow start: exponential congestion retransmit: increase avoidance: slow start linear again increase time Brian L.
    [Show full text]