Performance Plumbing Adam Bechtel 24 June 2008. WARNING  These slides won’t make any sense unless you hear the presentation.

Slides:



Advertisements
Similar presentations
Dynamic Replica Placement for Scalable Content Delivery Yan Chen, Randy H. Katz, John D. Kubiatowicz {yanchen, randy, EECS Department.
Advertisements

Floating Cloud Tiered Internet Architecture Current: Rochester Institute of Technology, Rensselaer Polytechnic Institute, University of Nevada, Reno Level.
Logically Centralized Control Class 2. Types of Networks ISP Networks – Entity only owns the switches – Throughput: 100GB-10TB – Heterogeneous devices:
Internetworking II: MPLS, Security, and Traffic Engineering
Infrastructure as a Service (IaaS) Amazon EC2
June 2007APTLD Meeting/Dubai ANYCAST Alireza Saleh.ir ccTLD
Web Caching Schemes1 A Survey of Web Caching Schemes for the Internet Jia Wang.
Firewall Security Chapter 8. Perimeter Security Devices Network devices that form the core of perimeter security include –Routers –Proxy servers –Firewalls.
Anycast Jennifer Rexford Advanced Computer Networks Tuesdays/Thursdays 1:30pm-2:50pm.
Content Delivery Networks. History Early 1990s sees 100% growth in internet traffic per year 1994 o Netscape forms and releases their first browser.
World Wide Web Caching: Trends and Technology Greg Barish and Katia Obraczka USC Information Science Institute IEEE Communications Magazine, May 2000 Presented.
Datacenter Networks Mike Freedman COS 461: Computer Networks
IPv6 at UCAR Pete Siemsen 1/14/2014. What is IPv6? Next generation of the Internet Protocol. Design started in 1993 First standards:
1 Content Distribution Networks. 2 Replication Issues Request distribution: how to transparently distribute requests for content among replication servers.
On the Use and Performance of Content Distribution Networks Balachander Krishnamurthy Craig Wills Yin Zhang Presenter: Wei Zhang CSE Department of Lehigh.
Large Space IPv4 Trial Usage Program for Future IPv6 Deployment ACTIVITIES UPDATE Vol.4 15 th APNIC Meeting / Policy SIG February 27th, 2003 at Taipei.
Redirection and Load Balancing
{ Content Distribution Networks ECE544 Dhananjay Makwana Principal Software Engineer, Semandex Networks 5/2/14ECE544.
ICN Considerations for ISP’s Existing Networks Lichun Li, Xin Xu, Jun Wang, Zhenwu Hao {xu.xin18, wang.jun17,
BGP ANYCAST Simulations Using GTNetS (work in progress) Talal Jaafar Georgia Tech & CAIDA.
NECP: the Network Element Control Protocol IETF WREC Working Group November 11, 1999.
Science Research: Journey to 10,000 Sources Presented by: Abe Lederman, President and Founder Deep Web Technologies, Inc. Special Libraries Association.
Security in High Performance Networks A Practical View Tony Cataldo 5/19/04.
Infrastructure for Better Quality Internet Access & Web Publishing without Increasing Bandwidth Prof. Chi Chi Hung School of Computing, National University.
System Administration and Maintenance. Proxy Server 1 Purpose – – To separate internal network from internet (NAT) To cache often used content User control:
Web Cache Redirection using a Layer-4 switch: Architecture, issues, tradeoffs, and trends Shirish Sathaye Vice-President of Engineering.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 11: Internet Authentication Service.
Plethora: A Wide-Area Read-Write Storage Repository Design Goals, Objectives, and Applications Suresh Jagannathan, Christoph Hoffmann, Ananth Grama Computer.
Server Performance, Scaling, Reliability and Configuration Norman White.
Web Caching and Replication Presented by Bhushan Sonawane.
Global scale with Microsoft Azure Scenarios Achieving high availability with Microsoft Azure Demos.
Panther Media for Large Scale Development Network Architecture.
Kona Security Solutions - Overview
Content Delivery Networks: Status and Trends Speaker: Shao-Fen Chou Advisor: Dr. Ho-Ting Wu 5/8/
Features Scalability Manage Services Deliver Features Faster Create Business Value Availability Latency Lifecycle Data Integrity Portability.
Hiearchial Caching in Traffic Server. Hiearchial Caching  A set of techniques and mechanisms to increase the size and performance of network caches.
/ Fast Web Content Delivery An Introduction to Related Techniques by Paper Survey B Li, Chien-chang R Sung, Chih-kuei.
CIS679: Anycast r Review of Last lecture r Network-layer Anycast m Single-path routing for anycast messages r Application-layer anycast.
Draft-carpenter-v6ops-label-balance-02 Brian Carpenter Sheng Jiang (Speaker) Willy Tarreau March 2012 IPv6 Flow Label for Server Load Balancing - update.
John S. Otto Mario A. Sánchez John P. Rula Fabián E. Bustamante Northwestern, EECS.
1 ITM 5.1 Facility Juggling: Managing Load Balancing, Edge Locations, and Networks Shawn Mills.
Your Lack Of Visibility And Control Is Hurting Your Business Kyle York Chief Strategy Officer,
WebSphere XD Compute Grid High Performance Architectures
A Survey of Network Function Placement
Security Group Amazon RDS Mysql Media Request S3
Content Distribution Networks
Barracuda Web Security Flex
Optimize your network for the cloud
Local & Global Load Balancing
Affinity Depending on the application and client requirements of your Network Load Balancing cluster, you can be required to select an Affinity setting.
CONNECTING TO THE INTERNET
Scalable Load-Distance Balancing
Introduction to Amazon Web Services Overview of AWS Services
ICAP at Network Edge Caches
Distributed Content in the Network: A Backbone View
AKAMAI INTELLIGENT PLATFORM™
Evolution of Global Traffic Management
DoS is Over MPICT June 12, 2012.
Content Distribution Networks
Recruitment Sales and Marketing Platform Picks Azure to Scale Up Easily and Provide Reliability Partner Logo “As our client base is growing rapidly, Microsoft.
Access eJournals Form Your Home
ICAP at Network Edge Caches
Ron Carovano Manager, Business Development F5 Networks
Content Delivery and Remote DNS services
A Glimpse Into a Few Current Tech Projects
Hybrid Power BI With the on Premise Data Gateway
LOAD BALANCING INSTANCE GROUP APPLICATION #1 INSTANCE GROUP Overview
Internet: Quality of Service Mechanisms at Application Level
Bob Duffy 27 years in database sector, 250+ projects
Nolan Leake Co-Founder, Cumulus Networks Paul Speciale
Presentation transcript:

Performance Plumbing Adam Bechtel 24 June 2008

WARNING  These slides won’t make any sense unless you hear the presentation.

The beginning…. Server Internet

You grow a little…. Server Internet Switch Load Balancer Server

Sites evolve….and so does a Backbone…

You’re global!

KNOBS  Cost  Packetloss  Latency  Maintenance  Diversity  Isolation  *Special*

ANYCAST  Network address and routing scheme used for proximity  Also useful for load absorption

ANYCAST ADDRESS WestCentralEast

ANYCAST SERVICES NameServer1: NameServer2: NameServer3: Anycast Cloud1Anycast Cloud2

ANYCAST SCALING Global Scaling  Add more sites Local Scaling  VIP  ECMP

ANYCAST CONSIDERATIONS  How are you going to monitor your service?  Can your service handle transient network events?  How much control do you want over where your users go?

CACHE Locate caches near users to minimize latency Need intelligent system to direct users to caches

PROXY  Offload work from your users  Make your service faster

PLACEMENT Cache and Proxy at edge of network

Thanks