Challenges in Modern Data- Centers Management

Size: px
Start display at page:

Download "Challenges in Modern Data- Centers Management"

Transcription

1 Challenges in Modern Data- Centers Management Edi Shmueli, Spring 2015 Challenges in Modern Data Centers Management, Spring

2 Information provided in these slides is for educational purposes only Challenges in Modern Data Centers Management, Spring

3 Welcome Hebrew - Shalom Arabic - Ahlan'wa sahla Bosnian - Dobrodošli Chinese (Cantonese) - (fòonying) Chinese (Mandarin) - 欢 迎 [simplified], 歡 迎 [traditional] (huānyíng) Czech - Vítáme tĕ Danish - Velkommen Dutch - Welkom French - Bienvenue German - Willkommen Challenges in Modern Data Centers Management, Spring

4 Outline Introduction Administrative and academic stuff Data centers History and facts Our course Lecture by lecture what will be covered in each? Challenges in Modern Data Centers Management, Spring

5 Introduction Challenges in Modern Data Centers Management, Spring

6 Me (Edi) With Intel since 2011 Formerly with IBM (almost 17 years) PhD in Computer Science from the Hebrew university Prof. Dror G. Feitelson Interested in anything related to Systems OS, Virtualization, Storage, etc. Distributed systems resource management & job scheduling Performance evaluation and modeling Etc. Challenges in Modern Data Centers Management, Spring

7 Why the course? Data centers are big businesses 50 years of technological evolution Special skills required to operate them (experience, legacy) IT team in Intel (IDC-Haifa) Responsible for the data center facility, continuous operation, solutions development and deployment, users engagement, etc. Huge experience (legacy.) Goal is to expose some of this experience in a structured way 1. Challenges we face 2. Solutions e.g., technologies, algorithms used to address them 3. Considerations when choosing (or designing) solutions Challenges in Modern Data Centers Management, Spring

8 Administration Edi (me) Main instructor and responsible for the course Jalil (him) Our super-talented teaching assistant Danny (not here) Advisor and high-level supervisor Important dates Lectures: Wednesday s 14:30-16:30 Taub 6 Exams Moed A 3/7/2015 Moed B 20/9/2015 Challenges in Modern Data Centers Management, Spring

9 Academic Pre-requisites Basic knowledge on networking, computer and distributed systems e.g., clusters should be enough Requirements 1. Must attend 80% of the lectures 2. Must deliver homework assignments (30% of the grade) 4-5 assignments 3. Final exam (70% of the grade) 2-3 open questions + few closed ones (multiple-choice) In the spirit of the homework assignments Our site Challenges in Modern Data Centers Management, Spring

10 Schedule (tentative) Challenges in Modern Data Centers Management, Spring

11 Questions? (Did I forget something?) Challenges in Modern Data Centers Management, Spring

12 Data centers Challenges in Modern Data Centers Management, Spring

13 Data center Facility used to house computer systems and associated components Telecommunications, storage systems, etc. Production floor of most modern companies, e.g., Google Information processing, etc. Amazon Sales, Hosting (AWS), etc. Facebook Social networking Courtesy of wikipedia.org, CC BY-SA 2.0 Courtesy of wikipedia.org, CC BY-SA 3.0 Challenges in Modern Data Centers Management, Spring

14 History Started as a facility to house old complex computing systems Courtesy of wikipedia.org, CC BY-SA 3.0 Challenges in Modern Data Centers Management, Spring

15 History cont. Big boost during the Dot-Com era ( ) Companies emerged whose business solely surrounds the Web Requiring fast Internet connectivity and 24/7 non-stop operation Special facilities built to house such businesses Internet data centers (IDC) Leading to new technologies and practices Eventually migrated to the private data centers Grid-computing phenomenon Great vision, big complexities Courtesy of wikipedia.org Challenges in Modern Data Centers Management, Spring

16 History cont. Another big transformation as part of the Cloud era (2007+) New design and deployment philosophy Redundant (multiple copies), scalable (elasticity), high-availability (stateless) Technology makes hosting economically attractive Even for large-scale enterprises Environmental impact receives special attention Standard bodies specify requirements Huge effort to make data-centers appear Green Courtesy of wikipedia.org, CC BY-SA 3.0 Challenges in Modern Data Centers Management, Spring

17 Some facts Large data center can consume as much electricity as a small town In 2010 data centers accounted for 1.1%-1.5% of the global electricity use Electricity spends account for 25-30% of a data center TCO Up to 50% of which might go on cooling Challenges in Modern Used for Data educational Centers purpose Management, only. Spring

18 Some facts cont. Average life of a data center is 9 years Older than 7 years considered out-of-date (Green-computing) Minute of data-center downtime may cost tens-of-thousands of $$ High-availability is critical component in the design Challenges in Modern Data Centers Management, Spring

19 Facebook Prineville data center, opened April, 2011 Originally posted to Flickr, CC BY-SA 2.0 Challenges in Modern Data Centers Management, Spring

20 IBM BlueGene/P Argonne National Laboratory (ANL), Lemont, Illinois, USA Originally posted to Flickr, CC BY-SA 2.0 Challenges in Modern Data Centers Management, Spring

21 Our course Challenges in Modern Data Centers Management, Spring

22 Our course Focuses on common management challenges Generic enough so they fit most usage models Impossible to cover all challenges Filtered the ones team has experience with Chose the ones we believe are most important The team Responsible for data centers facility, continuous operation, solution development & deployment, etc. Domain experts Facility, networking, resource management, storage, business intelligence and analytics, security, etc. Introduction Facility basics Networks RM Part I RM Part II RM Part III Data access Business Intelligence Predictive Analytics DC visit Security Part I Security Part II Summary Challenges in Modern Data Centers Management, Spring

23 Facility basics Facility basics Building a data center is expensive Single rack location construction can cost up to $80K Total spend can reach hundreds-of-millions of $$ Four main elements of the facility Power, Cooling, Space, Networks Total Cost of Ownership (TCO) Initial capital (CapEx) Long-term operational expenditures (OpEx) Power Usage Effectiveness (PUE) Power efficiency performance indicator Courtesy of for educational purposes only Challenges in Modern Data Centers Management, Spring

24 Facility challenges Facility basics Optimizing cooling Hot Isle, Hot/cold air containment, Free cooling Optimizing power feeding Redundancy dilemma AC vs. DC Optimizing refresh rate 4-year optimal lifespan Courtesy of psmtyech.com.sg for educational purposes only Challenges in Modern Data Centers Management, Spring

25 Networks Networks Veins and arteries of the data center Play key role in its performance and high-availability Ensuring adequate availability Redundancy at layer 2 (data-link) Spanning Tree Protocol (SPT) & RSPT Per VLAN spanning tree (PVST) Multi-Switch Link aggregation (M-LAG) Redundancy at layer 3 (IP) Virtual Router Redundancy Protocol (VRRP) Courtesy of wikipedia.org, CC BY 3.0 Challenges in Modern Data Centers Management, Spring

26 Resource management I III RM Part I-III RM Parts I-III 5% resource waste in 10K-server data center can cost $3K/day ($1M /year) It is critical to utilize resources efficiently as possible Resource management system (RMS) / Scheduler 1. Accepts requests from the users (millions per-day) VMs (Amazon), Map-reduce (Hadoop), Chip simulations (Intel), etc. 2. Queues and prioritizes them (decides which job to execute next) Subject to constraints, e.g., ensuring shares, deadlines, etc. 3. Allocates resources and launches the jobs on selected resources Various heuristics Challenges in Modern Data Centers Management, Spring

27 Resource management I RM Part I Proportional-share scheduling Very common scheduling heuristics used in data centers Every entity (VO, project, user) should get its promised share of the resources Challenges 1. How to measure resource consumption? 1-core X 4GB vs. 3-cores X 1GB 2. How to ensure fast ramp-up Limits, logical and physical buffers 3. Considering history Is this really important? Challenges in Modern Data Centers Management, Spring

28 Resource management II RM Part II Matching the jobs with available resources Best-fit, worst-fit, first-fit, random, mix-fit, dynamic-programming, etc. Challenges 1. Optimizing resource matching Single vs. multiple dimensions One job at a time vs. multiple jobs (look-ahead) 2. Dealing with jobs that cannot be scheduled Reservation (backfilling) Challenges in Modern Data Centers Management, Spring

29 Resource management III RM Part III Going global (meta-scheduling) Ensuring QoS, Load balancing Practical considerations Scalability, Robustness, Usability Challenges in Modern Data Centers Management, Spring

30 Data Access Data access Jobs (VMs, map-reduce, simulations) use data Huge burden on the storage (DoS attacks) Challenges 1. Avoiding DoS within a data center Storage-side: Scale-out storage, Parallel NFS, etc. Client-side: cachefs, CaMA (RO) 2. Enabling remote data access (going global) Synchronous and asynchronous replications Site-level caching, etc. Continuous Integration (CI) use case Know your workload Challenges in Modern Data Centers Management, Spring

31 Our course cont. Introduction Facility basics Networks RM Part I RM Part II RM Part III Data access Business Intelligence Predictive Analytics DC visit Security Part I Security Part II Summary Challenges in Modern Data Centers Management, Spring

32 Business Intelligence (BI) Business Intelligence Goal is to provide insights on the data center to help optimize its operation E.g., statistics on resource usage to help deiced which equipment to buy Involves collecting, preparing, storing, analyzing, and accessing the data Challenges in each layer e.g., impact on source system, responsiveness, etc. Focusing on data analysis Optimizing data queries (SQL) Join-sort-aggregate implementations How to assemble them optimally using time and space considerations Challenges in Modern Data Centers Management, Spring

33 Predictive analytics Predictive Analytics One of the important usages for BI in the data center Help systems e.g., job scheduler, take data-driven actions in real time Deep dive into one such use-case Predicting jobs resource usage for optimizing resource allocation Data-Stream Mining (DSM) Continuous (endless) rapid incoming data Machine-learning must be applied online Challenges in Modern Data Centers Management, Spring

34 Predictive analytics challenges Predictive Analytics Performance (real-time) Impossible to store all data (train) each sample must be processed once Adaptability Non-stationary data model must be adaptable (sliding windows) Quality, availability Perform at least as good as no-stream models Prediction must be provided continuously Cover well known algorithms Regression trees, Decision trees, etc. Multiple Sliding Windows (MSW) Mimran & Even, 2013 Challenges in Modern Data Centers Management, Spring

35 Security Security Securing the data center is complex Security breach can cause real money, reputation, IP loss and legal actions Security control model helps organize things Divide the data center into layers For each layer describe its attack vectors, vulnerabilities and controls Challenges in two layers 1. Applications Web applications Code injections, e.g., SQL injection Web manipulations e.g., ClickJacking Web services 2. Identities Access Management (IAM) Managing multiple identities (SAML) Authentication Knowledge factors: Passwords, Kerberos Possession factors: Certificates, OTP Inherence factors: Biometric (e.g., fingerprints) Challenges in Modern Data Centers Management, Spring

36 Visit to IDC data center (3/6) DC visit Challenges in Modern Data Centers Management, Spring

37 Summary Course is unique Covers actual challenges encountered in real environments Delivered by domain experts with huge experience in designing and deploying solutions Interaction is important Don t hesitate to ask (tough) questions Enjoy Challenges in Modern Data Centers Management, Spring

Data Center Facility Basics

Data Center Facility Basics Data Center Facility Basics Ofer Lior, Spring 2015 Challenges in Modern Data Centers Management, Spring 2015 1 Information provided in these slides is for educational purposes only Challenges in Modern

More information

Ø Teaching Evaluations. q Open March 3 through 16. Ø Final Exam. q Thursday, March 19, 4-7PM. Ø 2 flavors: q Public Cloud, available to public

Ø Teaching Evaluations. q Open March 3 through 16. Ø Final Exam. q Thursday, March 19, 4-7PM. Ø 2 flavors: q Public Cloud, available to public Announcements TIM 50 Teaching Evaluations Open March 3 through 16 Final Exam Thursday, March 19, 4-7PM Lecture 19 20 March 12, 2015 Cloud Computing Cloud Computing: refers to both applications delivered

More information

Emerging Technology for the Next Decade

Emerging Technology for the Next Decade Emerging Technology for the Next Decade Cloud Computing Keynote Presented by Charles Liang, President & CEO Super Micro Computer, Inc. What is Cloud Computing? Cloud computing is Internet-based computing,

More information

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research Introduction to Cloud : Cloud and Cloud Storage Lecture 2 Dr. Dalit Naor IBM Haifa Research Storage Systems 1 Advanced Topics in Storage Systems for Big Data - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010 Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE

More information

Cloud Computing Now and the Future Development of the IaaS

Cloud Computing Now and the Future Development of the IaaS 2010 Cloud Computing Now and the Future Development of the IaaS Quanta Computer Division: CCASD Title: Project Manager Name: Chad Lin Agenda: What is Cloud Computing? Public, Private and Hybrid Cloud.

More information

Virtualizing Apache Hadoop. June, 2012

Virtualizing Apache Hadoop. June, 2012 June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING

More information

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics An Oracle White Paper November 2010 Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics 1 Introduction New applications such as web searches, recommendation engines,

More information

OmniCube. SimpliVity OmniCube and Multi Federation ROBO Reference Architecture. White Paper. Authors: Bob Gropman

OmniCube. SimpliVity OmniCube and Multi Federation ROBO Reference Architecture. White Paper. Authors: Bob Gropman OmniCube SimpliVity OmniCube and Multi Federation ROBO Reference Architecture White Paper Authors: Bob Gropman Date: April 13, 2015 SimpliVity and OmniCube are trademarks of SimpliVity Corporation. All

More information

Is Hyperconverged Cost-Competitive with the Cloud?

Is Hyperconverged Cost-Competitive with the Cloud? Economic Insight Paper Is Hyperconverged Cost-Competitive with the Cloud? An Evaluator Group TCO Analysis Comparing AWS and SimpliVity By Eric Slack, Sr. Analyst January 2016 Enabling you to make the best

More information

Part V Applications. What is cloud computing? SaaS has been around for awhile. Cloud Computing: General concepts

Part V Applications. What is cloud computing? SaaS has been around for awhile. Cloud Computing: General concepts Part V Applications Cloud Computing: General concepts Copyright K.Goseva 2010 CS 736 Software Performance Engineering Slide 1 What is cloud computing? SaaS: Software as a Service Cloud: Datacenters hardware

More information

References. Introduction to Database Systems CSE 444. Motivation. Basic Features. Outline: Database in the Cloud. Outline

References. Introduction to Database Systems CSE 444. Motivation. Basic Features. Outline: Database in the Cloud. Outline References Introduction to Database Systems CSE 444 Lecture 24: Databases as a Service YongChul Kwon Amazon SimpleDB Website Part of the Amazon Web services Google App Engine Datastore Website Part of

More information

Introduction to Database Systems CSE 444

Introduction to Database Systems CSE 444 Introduction to Database Systems CSE 444 Lecture 24: Databases as a Service YongChul Kwon References Amazon SimpleDB Website Part of the Amazon Web services Google App Engine Datastore Website Part of

More information

Cloud Computing Trends

Cloud Computing Trends UT DALLAS Erik Jonsson School of Engineering & Computer Science Cloud Computing Trends What is cloud computing? Cloud computing refers to the apps and services delivered over the internet. Software delivered

More information

Introducing Oracle Exalytics In-Memory Machine

Introducing Oracle Exalytics In-Memory Machine Introducing Oracle Exalytics In-Memory Machine Jon Ainsworth Director of Business Development Oracle EMEA Business Analytics 1 Copyright 2011, Oracle and/or its affiliates. All rights Agenda Topics Oracle

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services

More information

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Part I of an ebook series of cloud infrastructure and platform fundamentals not to be avoided when preparing

More information

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time SCALEOUT SOFTWARE How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time by Dr. William Bain and Dr. Mikhail Sobolev, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T wenty-first

More information

CS144R/244R Network Design Project on Software Defined Networking for Computing

CS144R/244R Network Design Project on Software Defined Networking for Computing CS144R/244R Network Design Project on Software Defined Networking for Computing (introduction and course overview) 9/2/2015 Instructor: Professor HT Kung Harvard Paulson School of Engineering and Applied

More information

Hadoop. MPDL-Frühstück 9. Dezember 2013 MPDL INTERN

Hadoop. MPDL-Frühstück 9. Dezember 2013 MPDL INTERN Hadoop MPDL-Frühstück 9. Dezember 2013 MPDL INTERN Understanding Hadoop Understanding Hadoop What's Hadoop about? Apache Hadoop project (started 2008) downloadable open-source software library (current

More information

Revitalising your Data Centre by Injecting Cloud Computing Attributes. Ricardo Lamas, Cloud Computing Consulting Architect IBM Australia

Revitalising your Data Centre by Injecting Cloud Computing Attributes. Ricardo Lamas, Cloud Computing Consulting Architect IBM Australia Revitalising your Data Centre by Injecting Attributes Ricardo Lamas, Consulting Architect IBM Australia Today s datacenters face enormous challenges: I need to consolidate to reduce sprawl and OPEX. I

More information

Building Private Cloud Architectures

Building Private Cloud Architectures Building Private Cloud Architectures Chandra Rangan Sr. Director, Storage & Availability Management Group Symantec Corporation SNW Spring 2011: Building Private Cloud Architectures 1 State of the infrastructure

More information

Virtual Platforms Addressing challenges in telecom product development

Virtual Platforms Addressing challenges in telecom product development white paper Virtual Platforms Addressing challenges in telecom product development This page is intentionally left blank. EXECUTIVE SUMMARY Telecom Equipment Manufacturers (TEMs) are currently facing numerous

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate

More information

HadoopTM Analytics DDN

HadoopTM Analytics DDN DDN Solution Brief Accelerate> HadoopTM Analytics with the SFA Big Data Platform Organizations that need to extract value from all data can leverage the award winning SFA platform to really accelerate

More information

Concepts Introduced in Chapter 6. Warehouse-Scale Computers. Important Design Factors for WSCs. Programming Models for WSCs

Concepts Introduced in Chapter 6. Warehouse-Scale Computers. Important Design Factors for WSCs. Programming Models for WSCs Concepts Introduced in Chapter 6 Warehouse-Scale Computers introduction to warehouse-scale computing programming models infrastructure and costs cloud computing A cluster is a collection of desktop computers

More information

HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics

HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics ESSENTIALS EMC ISILON Use the industry's first and only scale-out NAS solution with native Hadoop

More information

Big Workflow: More than Just Intelligent Workload Management for Big Data

Big Workflow: More than Just Intelligent Workload Management for Big Data Big Workflow: More than Just Intelligent Workload Management for Big Data Michael Feldman White Paper February 2014 EXECUTIVE SUMMARY Big data applications represent a fast-growing category of high-value

More information

IBM Storwize V7000 Unified and Storwize V7000 storage systems

IBM Storwize V7000 Unified and Storwize V7000 storage systems IBM Storwize V7000 Unified and Storwize V7000 storage systems Transforming the economics of data storage Highlights Meet changing business needs with virtualized, enterprise-class, flashoptimized modular

More information

IBM FlashSystem and Atlantis ILIO

IBM FlashSystem and Atlantis ILIO IBM FlashSystem and Atlantis ILIO Cost-effective, high performance, and scalable VDI Highlights Lower-than-PC cost Better-than-PC user experience Lower project risks Fast provisioning and better management

More information

Enterprise Mobility Space

Enterprise Mobility Space MBaaS How MBaaS is Shaping up the Enterprise Mobility Space A RapidValue Solutions Whitepaper Contents Executive Summary... What is Mobile Backend as a Service (MBaaS)?... Primary Building Blocks of MBaaS...

More information

Server Virtualization A Game-Changer For SMB Customers

Server Virtualization A Game-Changer For SMB Customers Whitepaper Server Virtualization A Game-Changer For SMB Customers Introduction Everyone in the IT world has heard of server virtualization, and some stunning achievements by datacenter and Enterprise customers

More information

How To Save Money On A Desktop Computer

How To Save Money On A Desktop Computer Comparing the TCO of Physical PCs, VDI, and Cloud-hosted Desktops as a Service (Daas) A Desktone Whitepaper Contents Executive Summary.1 Desktops: Ripe for Change.1 Solutions for Comparison.2 Key Findings..3

More information

IBM 000-281 EXAM QUESTIONS & ANSWERS

IBM 000-281 EXAM QUESTIONS & ANSWERS IBM 000-281 EXAM QUESTIONS & ANSWERS Number: 000-281 Passing Score: 800 Time Limit: 120 min File Version: 58.8 http://www.gratisexam.com/ IBM 000-281 EXAM QUESTIONS & ANSWERS Exam Name: Foundations of

More information

Software as a Service (SaaS) Testing Challenges- An Indepth

Software as a Service (SaaS) Testing Challenges- An Indepth www.ijcsi.org 506 Software as a Service (SaaS) Testing Challenges- An Indepth Analysis Prakash.V Ravikumar Ramadoss Gopalakrishnan.S Assistant Professor Department of Computer Applications, SASTRA University,

More information

SteelFusion with AWS Hybrid Cloud Storage

SteelFusion with AWS Hybrid Cloud Storage Solution Guide SteelFusion with AWS Hybrid Cloud Storage March 2016 The Challenge According to IDC, to meet the demands of global customer and global talent requirements, companies have to maintain remote

More information

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack HIGHLIGHTS Real-Time Results Elasticsearch on Cisco UCS enables a deeper

More information

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how EMC Elastic Cloud Storage (ECS ) can be used to streamline the Hadoop data analytics

More information

Brocade One Data Center Cloud-Optimized Networks

Brocade One Data Center Cloud-Optimized Networks POSITION PAPER Brocade One Data Center Cloud-Optimized Networks Brocade s vision, captured in the Brocade One strategy, is a smooth transition to a world where information and applications reside anywhere

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

Challenges for Data Driven Systems

Challenges for Data Driven Systems Challenges for Data Driven Systems Eiko Yoneki University of Cambridge Computer Laboratory Quick History of Data Management 4000 B C Manual recording From tablets to papyrus to paper A. Payberah 2014 2

More information

How To Handle Big Data With A Data Scientist

How To Handle Big Data With A Data Scientist III Big Data Technologies Today, new technologies make it possible to realize value from Big Data. Big data technologies can replace highly customized, expensive legacy systems with a standard solution

More information

Cloud Computing, Virtualization & Green IT

Cloud Computing, Virtualization & Green IT Cloud Computing, Virtualization & Green IT Cloud computing can change how IT supports business Consider the following: As much as 85% of computing capacity sits idle in distributed computing environments.

More information

Next-generation data center infrastructure

Next-generation data center infrastructure ericsson White paper Uen 284 23-3264 February 2015 Next-generation data center infrastructure MAKING HYPERSCALE AVAILABLE In the Networked Society, enterprises will need 10 times their current IT capacity

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Predictive Analytics. Omer Mimran, Spring 2015. Challenges in Modern Data Centers Management, Spring 2015 1

Predictive Analytics. Omer Mimran, Spring 2015. Challenges in Modern Data Centers Management, Spring 2015 1 Predictive Analytics Omer Mimran, Spring 2015 Challenges in Modern Data Centers Management, Spring 2015 1 Information provided in these slides is for educational purposes only Challenges in Modern Data

More information

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control EP/K006487/1 UK PI: Prof Gareth Taylor (BU) China PI: Prof Yong-Hua Song (THU) Consortium UK Members: Brunel University

More information

W H I T E P A P E R. Deriving Intelligence from Large Data Using Hadoop and Applying Analytics. Abstract

W H I T E P A P E R. Deriving Intelligence from Large Data Using Hadoop and Applying Analytics. Abstract W H I T E P A P E R Deriving Intelligence from Large Data Using Hadoop and Applying Analytics Abstract This white paper is focused on discussing the challenges facing large scale data processing and the

More information

Demystifying the Cloud Computing 02.22.2012

Demystifying the Cloud Computing 02.22.2012 Demystifying the Cloud Computing 02.22.2012 Speaker Introduction Victor Lang Enterprise Technology Consulting Services Victor Lang joined Smartbridge in early 2003 as the company s third employee and currently

More information

<Insert Picture Here> Oracle and/or Hadoop And what you need to know

<Insert Picture Here> Oracle and/or Hadoop And what you need to know Oracle and/or Hadoop And what you need to know Jean-Pierre Dijcks Data Warehouse Product Management Agenda Business Context An overview of Hadoop and/or MapReduce Choices, choices,

More information

Participatory Cloud Computing and the Privacy and Security of Medical Information Applied to A Wireless Smart Board Network

Participatory Cloud Computing and the Privacy and Security of Medical Information Applied to A Wireless Smart Board Network Participatory Cloud Computing and the Privacy and Security of Medical Information Applied to A Wireless Smart Board Network Lutando Ngqakaza [email protected] UCT Department of Computer Science Abstract:

More information

StoneFly SCVM TM for ESXi

StoneFly SCVM TM for ESXi StoneFly TM for ESXi Add StoneFly Storage Concentrator Virtual Machine () to your VMware ESXi Server and the possibilities are endless! Reduce your CapEx and OpEx by optimized utilization of servers and

More information

Vinay Parisa 1, Biswajit Mohapatra 2 ;

Vinay Parisa 1, Biswajit Mohapatra 2 ; Predictive Analytics for Enterprise Modernization Vinay Parisa 1, Biswajit Mohapatra 2 ; IBM Global Business Services, IBM India Pvt Ltd 1, IBM Global Business Services, IBM India Pvt Ltd 2 [email protected]

More information

DISASTER RECOVERY WITH AWS

DISASTER RECOVERY WITH AWS DISASTER RECOVERY WITH AWS Every company is vulnerable to a range of outages and disasters. From a common computer virus or network outage to a fire or flood these interruptions can wreak havoc on your

More information

SnapLogic extends beyond cloud and big-data integration into the Internet of Things

SnapLogic extends beyond cloud and big-data integration into the Internet of Things SnapLogic extends beyond cloud and big-data integration into the Internet of Things Analyst: Carl Lehmann 2 Jun, 2015 SnapLogic recently announced the Spring 2015 release of its SnapLogic Elastic Integration

More information

Why Choose Desktop as a Service (DaaS)? A TCO Study

Why Choose Desktop as a Service (DaaS)? A TCO Study Why Choose Desktop as a Service (DaaS)? A TCO Study by Warning: reading and acting on the advice in this document could save you 25% of your current desktop service delivery costs Introduction Physical

More information

Data Center Networking Designing Today s Data Center

Data Center Networking Designing Today s Data Center Data Center Networking Designing Today s Data Center There is nothing more important than our customers. Data Center Networking Designing Today s Data Center Executive Summary Demand for application availability

More information

Jan Kremer s Data Center Design Consultancy

Jan Kremer s Data Center Design Consultancy Jan Kremer s Data Center Design Consultancy Datacenter Design Jan Kremer has designed a Tier Level 3 Datacenter for one of the main banks in Saudi Arabia This included Floor Plans, Power Requirements,

More information

Huawei Data Center Facility Integration Solution

Huawei Data Center Facility Integration Solution Huawei Data Center Facility Integration Solution HUAWEI TECHNOLOGIES CO., LTD. As the growing demand for efficiency, flexibility and low-cost, enterprise need a more flexible and efficient data center

More information

Ironfan Your Foundation for Flexible Big Data Infrastructure

Ironfan Your Foundation for Flexible Big Data Infrastructure Ironfan Your Foundation for Flexible Big Data Infrastructure Benefits With Ironfan, you can expect: Reduced cycle time. Provision servers in minutes not days. Improved visibility. Increased transparency

More information

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 Network Virtualization Overview... 1 Network Virtualization Key Requirements to be validated...

More information

Increase Simplicity and Improve Reliability with VPLS on the MX Series Routers

Increase Simplicity and Improve Reliability with VPLS on the MX Series Routers SOLUTION BRIEF Enterprise Data Center Interconnectivity Increase Simplicity and Improve Reliability with VPLS on the Routers Challenge As enterprises improve business continuity by enabling resource allocation

More information

Detecting Anomalous Behavior with the Business Data Lake. Reference Architecture and Enterprise Approaches.

Detecting Anomalous Behavior with the Business Data Lake. Reference Architecture and Enterprise Approaches. Detecting Anomalous Behavior with the Business Data Lake Reference Architecture and Enterprise Approaches. 2 Detecting Anomalous Behavior with the Business Data Lake Pivotal the way we see it Reference

More information

Cloud Computing. Benefits and Risks. Bill Wells, CISSP, CISM, CISA, CRISC, CIPP/IT [email protected]

Cloud Computing. Benefits and Risks. Bill Wells, CISSP, CISM, CISA, CRISC, CIPP/IT bill.wells@transamerica.com Cloud Computing Benefits and Risks Bill Wells, CISSP, CISM, CISA, CRISC, CIPP/IT [email protected] 10/3/2012 1 Let s make sure we re all talking about the same thing. WHAT IS CLOUD COMPUTING?

More information

THE EMC ISILON STORY. Big Data In The Enterprise. Copyright 2012 EMC Corporation. All rights reserved.

THE EMC ISILON STORY. Big Data In The Enterprise. Copyright 2012 EMC Corporation. All rights reserved. THE EMC ISILON STORY Big Data In The Enterprise 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology Summary 2 What is Big Data? 3 The Big Data Challenge File Shares 90 and Archives 80 Bioinformatics

More information

SCALABILITY IN THE CLOUD

SCALABILITY IN THE CLOUD SCALABILITY IN THE CLOUD A TWILIO PERSPECTIVE twilio.com OUR SOFTWARE Twilio has built a 100 percent software-based infrastructure using many of the same distributed systems engineering and design principles

More information

WHITE PAPER OCTOBER 2014. Unified Monitoring. A Business Perspective

WHITE PAPER OCTOBER 2014. Unified Monitoring. A Business Perspective WHITE PAPER OCTOBER 2014 Unified Monitoring A Business Perspective 2 WHITE PAPER: UNIFIED MONITORING ca.com Table of Contents Introduction 3 Section 1: Today s Emerging Computing Environments 4 Section

More information

Elastic Cloud Computing in the Open Cirrus Testbed implemented via Eucalyptus

Elastic Cloud Computing in the Open Cirrus Testbed implemented via Eucalyptus Elastic Cloud Computing in the Open Cirrus Testbed implemented via Eucalyptus International Symposium on Grid Computing 2009 (Taipei) Christian Baun The cooperation of and Universität Karlsruhe (TH) Agenda

More information

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages WHITE PAPER Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages Sponsored by: IBM Jed Scaramella January 2014 EXECUTIVE SUMMARY Enterprise information technology (IT) leaders are

More information

Cloud Computing. Summary

Cloud Computing. Summary Cloud Computing Lecture 1 2011-2012 https://fenix.ist.utl.pt/disciplinas/cn Summary Teaching Staff. Rooms and Schedule. Goals. Context. Syllabus. Reading Material. Assessment and Grading. Important Dates.

More information

Big data Devices Apps

Big data Devices Apps Trends driving IT pressures Cloud Big data Devices Apps Devices: Info Workers Will Erase Boundary Between enterprise And Consumer Technologies. Forrester Research. August 30, 2012 Apps: Gartner: Predicts

More information

Cloud Essentials for Architects using OpenStack

Cloud Essentials for Architects using OpenStack Cloud Essentials for Architects using OpenStack Course Overview Start Date 18th December 2014 Duration 2 Days Location Dublin Course Code SS906 Programme Overview Cloud Computing is gaining increasing

More information

Last time. Data Center as a Computer. Today. Data Center Construction (and management)

Last time. Data Center as a Computer. Today. Data Center Construction (and management) Last time Data Center Construction (and management) Johan Tordsson Department of Computing Science 1. Common (Web) application architectures N-tier applications Load Balancers Application Servers Databases

More information

The Impact of PaaS on Business Transformation

The Impact of PaaS on Business Transformation The Impact of PaaS on Business Transformation September 2014 Chris McCarthy Sr. Vice President Information Technology 1 Legacy Technology Silos Opportunities Business units Infrastructure Provisioning

More information

Enterprise Cloud Solutions

Enterprise Cloud Solutions IT(O) IT Outsourcing Options Enterprise Cloud Solutions CloudAgile Select Partner PDF v2.2 9/11/12 Cloud Computing with Latisys With the Latisys Cloud, your Enterprise can: Achieve unprecedented control,

More information

Ch. 4 - Topics of Discussion

Ch. 4 - Topics of Discussion CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies Lecture 6 Cloud Platform Architecture over Virtualized Data Centers Part -2: Data-Center Design and Interconnection Networks & Architecture

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management

WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management Sponsored by: Hitachi Data Systems Laura DuBois October 2010 Marshall Amaldas EXECUTIVE

More information

Big data platform for IoT Cloud Analytics. Chen Admati, Advanced Analytics, Intel

Big data platform for IoT Cloud Analytics. Chen Admati, Advanced Analytics, Intel Big data platform for IoT Cloud Analytics Chen Admati, Advanced Analytics, Intel Agenda IoT @ Intel End-to-End offering Analytics vision Big data platform for IoT Cloud Analytics Platform Capabilities

More information

Where We Are. References. Cloud Computing. Levels of Service. Cloud Computing History. Introduction to Data Management CSE 344

Where We Are. References. Cloud Computing. Levels of Service. Cloud Computing History. Introduction to Data Management CSE 344 Where We Are Introduction to Data Management CSE 344 Lecture 25: DBMS-as-a-service and NoSQL We learned quite a bit about data management see course calendar Three topics left: DBMS-as-a-service and NoSQL

More information

Radware Solutions for NGDC

Radware Solutions for NGDC Radware Solutions for NGDC Ofir Hatsor, June 2011 Main Drivers for NGDC Eliminate Costs of Downtime Improve Customer Experience & Employee Productivity Cut Application Infrastructure Cost by 20-50% Enhance

More information

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce Elastic Application Platform for Market Data Real-Time Analytics Can you deliver real-time pricing, on high-speed market data, for real-time critical for E-Commerce decisions? Market Data Analytics applications

More information

Virtualization Essentials

Virtualization Essentials Virtualization Essentials Table of Contents Introduction What is Virtualization?.... 3 How Does Virtualization Work?... 4 Chapter 1 Delivering Real Business Benefits.... 5 Reduced Complexity....5 Dramatically

More information

Storage Virtualization

Storage Virtualization Section 2 : Storage Networking Technologies and Virtualization Storage Virtualization Chapter 10 EMC Proven Professional The #1 Certification Program in the information storage and management industry

More information

Building your Big Data Architecture on Amazon Web Services

Building your Big Data Architecture on Amazon Web Services Building your Big Data Architecture on Amazon Web Services Abhishek Sinha @abysinha [email protected] AWS Services Deployment & Administration Application Services Compute Storage Database Networking

More information

Chukwa, Hadoop subproject, 37, 131 Cloud enabled big data, 4 Codd s 12 rules, 1 Column-oriented databases, 18, 52 Compression pattern, 83 84

Chukwa, Hadoop subproject, 37, 131 Cloud enabled big data, 4 Codd s 12 rules, 1 Column-oriented databases, 18, 52 Compression pattern, 83 84 Index A Amazon Web Services (AWS), 50, 58 Analytics engine, 21 22 Apache Kafka, 38, 131 Apache S4, 38, 131 Apache Sqoop, 37, 131 Appliance pattern, 104 105 Application architecture, big data analytics

More information

Hadoop in the Hybrid Cloud

Hadoop in the Hybrid Cloud Presented by Hortonworks and Microsoft Introduction An increasing number of enterprises are either currently using or are planning to use cloud deployment models to expand their IT infrastructure. Big

More information

Apache Hadoop. Alexandru Costan

Apache Hadoop. Alexandru Costan 1 Apache Hadoop Alexandru Costan Big Data Landscape No one-size-fits-all solution: SQL, NoSQL, MapReduce, No standard, except Hadoop 2 Outline What is Hadoop? Who uses it? Architecture HDFS MapReduce Open

More information

Cisco Prime Optical. Overview

Cisco Prime Optical. Overview Data Sheet Cisco Prime Optical Overview Service providers face tremendous challenges in managing optical networks. These challenges include accurate capacity planning; maintaining an offline database of

More information

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea ([email protected]) Senior Solutions Architect, Brocade Communications Inc. Jim Allen ([email protected]) Senior Architect, Limelight

More information

WhitePaper. Private Cloud Computing Essentials

WhitePaper. Private Cloud Computing Essentials Private Cloud Computing Essentials The 2X Private Cloud Computing Essentials This white paper contains a brief guide to Private Cloud Computing. Contents Introduction.... 3 About Private Cloud Computing....

More information