COSC6376 Cloud Computing Lecture 17: Storage Systems

Size: px
Start display at page:

Download "COSC6376 Cloud Computing Lecture 17: Storage Systems"

Transcription

1 COSC6376 Cloud Computing Lecture 17: Storage Systems Instructor: Weidong Shi (Larry), PhD Computer Science Department University of Houston

2 Storage Area Network and Storage Virtualization

3 Single Disk Drive Storage Array SCSI device DAS NAS SAN iscsi Storage types Introduction To Storage: Overview of the storage subsystem

4 Direct attached storage (internal) Computer System CPU Memory Bus I/O - RAID Controller Disk Drives Introduction To Storage: Overview of the storage subsystem

5 Direct attached storage (internal) Data Computer System CPU Memory Bus I/O - RAID Controller Disk Drives Introduction To Storage: Overview of the storage subsystem

6 Direct attached storage (internal) Computer System CPU Memory Bus I/O - RAID Controller Disk Drives Introduction To Storage: Overview of the storage subsystem

7 DAS w/internal controller and external storage Computer System CPU Memory Bus I/O - RAID Controller Disk Enclosure Disk Drives Disk Drives Disk Drives Introduction To Storage: Overview of the storage subsystem

8 Attach large number of disks 4-Processor AMD Dual Core Opteron can handle 2.5 GB/s or more sequential read and write data traffic Each controller connects 8 point-to-point SATA Drives Average 400 MB/s/card PCI-X SATA Controller 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB PCI-X SATA Controller PCI-X SATA Controller 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 16 TB Raw Disk Space 12 TB RAID 5 PCI-X SATA Controller 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 8 TB Mirrored PCI-X SATA Controller 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB 400 GB

9 Backblaze

10 Backblaze Backblaze Storage Pods: 67 terabyte 4U servers

11 Comparing internal and external storage Server Storage Disk Drives RAID Controller Internal Storage RAID controllers and disk drives are internal to the server SCSI, ATA, or SATA protocol between controller and disks RAID controller is internal SCSI or SATA protocol between controller and disks Disk drives are external Server RAID Controller Storage Disk Drives SCSI Bus w/ external storage Introduction To Storage: Overview of the storage subsystem

12 Direct attached storage Direct Attached Storage (DAS) Storage is captive behind the server Server CPU must handle user I/O requests, but also: User-database inquiries User file/print serving Data-integrity checking Communication with other devices Data access is file system and platform dependent Costly to scale; complex to manage Clients IP Network Servers Win Linux Win Linux Unix FC FC SCSI Direct-Attached Storage (DAS)

13 DAS w/external controller and external storage Storage System Computer System CPU Memory Bus Disk Enclosure Disk Drives Disk Drives Disk Drives HBA RAID Controller Introduction To Storage: Overview of the storage subsystem

14 DAS over Fibre channel Server HBA HBA is internal Fibre Channel protocol between HBAs and external RAID controller Disk drives and RAID controller are external Storage Disk Drives RAID Controller Introduction To Storage: Overview of the storage subsystem External SAN Array

15 I/O Transfer RAID Controller Contains the smarts Determines how the data will be written (striping, mirroring, RAID 10, RAID 5, etc.) Host Bus Adapter (HBA) Simply transfers the data to the RAID controller. Doesn t do any RAID or striping calculations. Dumb for speed. Required for external storage. Introduction To Storage: Overview of the storage subsystem

16 SCSI Small Computer System Interface

17 Terminology Initiator: A SCSI device that requests an operation to be performed by another SCSI device. Host Adapter: A Controller Board that translates host I/O requests into SCSI requests. Target: A SCSI device that performs an operation as requested by an initiator. Logical Unit: A Physical or Virtual device addressable through a target. LUN: Logical Unit Number. An encoded three-bit identifier for the logical unit.

18 SCSI configuration single initiator, single target LUN0 Initiator SCSI Bus Target LUN1 LUN2

19 SCSI configuration Single initiator, multiple targets Initiator 7 T Target 0 SCSI Bus Target 1 SCSI Bus Terminator T Target n

20 SCSI configuration Multiple initiators, multiple targets Initiator 7 T Target 0 SCSI Bus Target 1 Initiator 6 T Target n

21 The SCSI I/O Channel SCSI is the dominant protocol used to communicate between servers and storage devices in open system SCSI I/O channel is a half-duplex pipe for SCSI CDBs and data Parallel bus evolution Bus width: 8, 16 bits Bus speed: 5 80 Mhz Throughput: MBps Devices/bus: 2 16 devices Cable length: 1.5m 25m A network approach can scale the I/O channel in many areas (length, devices, speed) TCP/IP Stack NIC Driver Ethernet NIC Applications Raw File System Block Device SCSI Generic Adapter Driver SCSI Adapter Half-Duplex SCSI I/O Channel SCSI Ethernet SCSI CDB: SCSI Command Descriptor Block Used to Relay SCSI Commands, Parameters, and Status between SCSI Initiators and SCSI Targets; Typically 6, 10, or 12 Byte Block IP Storage Networking FCIP/iSCSI. Steve Tegeler SCSI Initiator SCSI Target

22 Networked I/O Channel Networking the I/O Channel Same SCSI protocol (SCSI-3) carried over a network transport layer via serial implementation Transport must not jeopardize SCSI payload (security, integrity, latency) Two primary transports to choose from today: Fibre Channel and IP A networked I/O channel allows for multiple improvements: Distance limitations greatly increased High number of addressable devices Initiator Host System SCSI Channel Controller Network IP Storage Networking FCIP/iSCSI. Steve Tegeler Target and LUNs

23 Fibre channel networking Very common method for networking SCSI Fibre Channel provides high-speed transport for SCSI payload Fibre Channel SAN overcomes many shortcomings of DAS including: Addressing for up to 16-million nodes (24 bits) Loop (shared) and Fabric (switched) transport Speeds of 100 or 200 MBps (1 or 2 Gbps) Distance of up to 10km (without extenders) Support for multiple protocols Combines best attributes of a channel and a network Initiator Host System SCSI Fibre Channel HBA Fibre Channel Fabric Target IP Storage Networking FCIP/iSCSI. Steve Tegeler

24 IP: an alternate I/O transport Viable transport for I/O traffic Similar characteristics to Fibre Channel: Addressing for close to 4 billion nodes (IPv4) Primarily a switched transport (with routing) Ethernet speeds of 1/10 Gbps or various WAN speeds Support for multiple high-level protocols Cost and manageability advantages with IP IP knowledge base widespread in industry Initiator Host System SCSI IP Channel Adapter IP Network Target IP Storage Networking FCIP/iSCSI. Steve Tegeler

25 Fibre Channel

26 Fibre channel: what is it? Fibre Channel is a network protocol implemented specifically for dedicated storage networks Fibre Channel utilizes specialized Switches Host Bus Adapters RAID controllers Cables Introduction To Storage: Overview of the storage subsystem

27 Fibre channel components Server A Server B Server C HBA HBA HBA HBA HBA HBA switch switch Disk Drives RAID Controller RAID Controller FC Storage Array Servers Host Bus Adapters Cables Fiber optic or copper Fibre Channel Switches Two switches for redundancy Fibre Channel Storage Array Two RAID Controllers for redundancy disk drives per array A true storage network Multiple servers Multiple switches Multiple Storage Arrays Introduction To Storage: Overview of the storage subsystem

28 What is fibre channel? A high-speed transmission technology used as a peripheral channel or network backbone. FC1: Over 1G bits per second FC2: Over 2G bits per second It supports several common transport protocols like Internet Protocol (IP) and SCSI. It operates over copper and fiber optic cables at distances of up to 10 Kilometers. Up to 127 devices (SCSI: 15) Up to 10 km of cabling (3-15 ft. for SCSI) Physical interconnect can be copper or fiber optic It is supported by many suppliers.

29 Fibre channel (continued) How does it work? Serial interface Data is transferred across a single piece of medium at the fastest speed supported No complex signaling required Hot-pluggable Devices can be removed or added at will with no ill effects to data communications Provides a data link layer above the physical interconnect, analogous to Ethernet Sophisticated error detection at the frame level Data is checked and resent if necessary Introduction To Storage: Overview of the storage subsystem

30 Current standards: Performance from 266 megabits/second to over 4 gigabits/second High-bandwidth utilization with distance insensitivity. Support for multiple cost/performance levels, from small systems to super computers Ability to carry multiple existing interface command sets, including Internet Protocol (IP), SCSI, and audio and video

31 Fibre channel frame dissection Up to 2048 byte payload 4 byte checksum for each frame Introduction To Storage: Overview of the storage subsystem

32 Fibre channel What s with the funny name? Some background history required Originally developed to only support fiber optic cabling When copper cabling support was added, ISO decided not to rename the technology ISO changed to the French spelling to reduce association with fiber optics only medium Introduction To Storage: Overview of the storage subsystem

33 Fibre channel interface layers RAID Controller Disk Drive Fibre Channel Device Driver SCSI Protocol Fibre Channel Fiber Optic or Copper Cabling Introduction To Storage: Overview of the storage subsystem

34 SCSI vs. Fibre Channel Interface for internal storage to external disks Potential down time w/ SCSI Single bus RAID controller is SCSI hardware Standards: Ultra2 (80 MB/sec) Ultra 160 (160 MB/sec) Ultra 320 (320 MB/sec) Media specific (copper only) SCSI Limitations: Cables can t be any longer than 3 feet for single ended; 15 feet for LVD (low voltage differential) No more than 15 devices on a SCSI bus # of disk drives Used with SAN Lots of built-in redundancy with connections Redundant network HBA is fibre channel hardware Standards: FC1: 100 MB/sec FC2: 200 MB/sec Provides a data link layer above the physical interconnect Analogous to Ethernet FC is a network of devices It can be media independent- copper or fibre optic Fibre Channel limitations: Cable length: Up to 10 kilometers (more a limitation of cable than FC itself) Up to 127 devices # of disk drives Introduction To Storage: Overview of the storage subsystem

35 iscsi

36 iscsi: what is it? An alternate form of networked storage Utilizes a TCP/IP network Encapsulates native SCSI commands in TCP/IP packets Supported in Windows Server and Linux TCP/IP Offload Engines (TOEs) on NICs speed up packet encapsulation Introduction To Storage: Overview of the storage subsystem

37 iscsi storage NIC or iscsi HBA Server Public or Private Ethernet network SCSI commands are encapsulated in TCP/IP packets Server has a Network Interface Card or iscsi HBA iscsi HBAs use TCP/IP Offload Engine (TOE) NIC or iscsi HBA iscsi Storage Disk Drives RAID Controller Introduction To Storage: Overview of the storage subsystem

38 IP storage networking IP storage networking provides solution to carry storage traffic within IP Uses TCP: a reliable transport for delivery Applicable to local data center and long-haul applications Two primary protocols: iscsi Internet-SCSI used to transport SCSI CDBs and data within TCP/IP connections IP TCP iscsi SCSI Data FCIP Fibre-Channel-over-IP used to transport Fibre Channel frames within TCP/IP connections any FC frame not just SCSI IP TCP FCIP FC SCSI Data IP Storage Networking FCIP/iSCSI. Steve Tegeler

39 SCSI architectural model transports SCSI Applications (File Systems, Databases) SCSI Device-Type Commands SCSI Block Commands SCSI Stream Commands Other SCSI Commands SCSI Generic Commands SCSI Commands, Data, and Status SCSI Transport Protocols Parallel SCSI Transport FCP SCSI over FC iscsi SCSI over TCP/IP Layer 3 Network Transport TCP IP Layer 2 Network Parallel SCSI Interfaces Fibre Channel Ethernet, PPP, HDLC IP Storage Networking FCIP/iSCSI. Steve Tegeler

40 iscsi for storage consolidation IP access to open systems iscsi and Fibre Channel storage iscsi iscsi iscsi-enabled Hosts (Initiators) iscsi iscsi driver is loaded onto hosts on Ethernet network Able to consolidate servers via iscsi onto existing storage arrays iscsi Array (Target) iscsi iscsi Gateway IP Network Able to build Ethernet-based SANs using iscsi arrays IP Storage Networking FCIP/iSCSI. Steve Tegeler FC Fabric Storage Pool (Target) FC HBA- Attached Host (Initiator)

41 iscsi for remote block access Block access to remote storage over IP Application must tolerate latency for long distances Metro Ethernet services offer lower-latency transport alternative Remote backup over IP WAN Centralized management from centralized storage IP Storage Networking FCIP/iSCSI. Steve Tegeler Site B Remote Mirrors Storage Pool Site A iscsi-enabled Host FC Fabric iscsi IP WAN iscsi Device

42 iscsi architecture: software driver Host iscsi GW Device iscsi Host Driver iscsi GW Module SCSI Driver TCP/IP Driver FC HBA GigE NIC Fibre Channel IP Network iscsi TCP/IP Stack NIC Driver NIC Applications Block Device File System SCSI Generic Adapter Driver SCSI Adapter IP Storage Networking FCIP/iSCSI. Steve Tegeler iscsi Path Conventional SCSI Path

43 OS support OS vendors support native iscsi drivers Applications iscsi Software Driver File System Block Device SCSI Generic iscsi TCP/IP Stack NIC Driver NIC Adapter Adapter Driver SCSI Adapter IP Storage Networking FCIP/iSCSI. Steve Tegeler

44 iscsi HBAs and TCP offload engines (TOEs) Offloads TCP and, optionally, iscsi processing into hardware Relieves host CPU from: TCP processing 16-bit checksum per packet iscsi optional 32-bit header and data digests (CRC32C) TCP/IP Stack NIC Driver iscsi Driver TOE Driver TCP/IP Stack Applications Block Device SCSI Generic HBA Driver iscsi TCP/IP Stack File System Adapter Driver SCSI Adapter TCP Offload iscsi and TCP Offload IP Storage Networking FCIP/iSCSI. Steve Tegeler

45 Fibre channel vs. iscsi Fibre Channel The current market leader for shared storage technologies Provides the highest performance levels Designed for mission-critical applications Cost of components is relatively high, particularly per server HBA costs Relatively difficult to implement and manage iscsi Performance can approach Fibre Channel speeds A better fit for databases than NAS A good fit for Small to Medium Size Businesses Relatively inexpensive, compared to Fibre Channel Relatively easy to implement and manage Introduction To Storage: Overview of the storage subsystem

46 CPU % Example performance impact on CPU utility % FC vs. iscsi TOE vs. iscsi SW Driver iscsi SW Driver iscsi TOE FC HBA Throughput MB/s

47 SAN

48 Storage Area Network SAN: what is it? A network whose primary purpose is the transfer of data between storage systems and computer systems Fibre Channel is the primary technology utilized for SANs Can be implemented with dedicated iscsi networks Introduction To Storage: Overview of the storage subsystem

49 Benefits of SAN/consolidated storage Reduce cost of external storage Increase performance Centralized and improved tape backup LAN-less backup High-speed Consolidation with > 70TB of storage Introduction To Storage: Overview of the storage subsystem

50 NAS: what is it? Network Attached Storage Utilizes a TCP/IP network to share data Uses file sharing protocols like Unix NFS Storage Appliances utilize a stripped-down OS that optimizes file protocol performance Introduction To Storage: Overview of the storage subsystem

51 Networked attached storage NIC Server Public or Private Ethernet network All data converted to file protocol for transmission (may slow down database transactions) Server has a Network Interface Card No RAID Controller or HBA in the server NIC NAS Server Storage Disk Drives RAID Controller Introduction To Storage: Overview of the storage subsystem

52 NAS vs. SAN NAS SAN Access Methods File access Disk block access Access Medium Ethernet Fiber Channel Architecture Decentralized Centralized Transport Protocol Layer over TCP/IP SCSI/FC and SCSI/IP Efficiency Less More Sharing and Access Control Good Poor Typical Applications Web Database Typical Clients Workstations Database servers

53 Storage Virtualization

54 What and where can storage be virtualized? SNIA Storage Model Storage Networking Industry Association 2 * 6 3 Potential Areas of Virtualization File Level Virtualization Host Level Virtualization Network Virtualization Storage Virtualization aims to provide a layer of abstraction to manage storage and reduce complexity!!! 4 * * 5 Block Virtualization Device Virtualization 1 Storage Level Virtualization * Host aka Server Source: The Storage Networking Tutorials, SNIAVIRT- Page 20 ** Device=aggregation of Host and Network (Meta Data)

55 SNIA storage virtualization taxonomy What is created Storage Virtualization Block Virtualization Disk Virtualization Tape, Tape Drive, Tape Library Virtualization File System, File/record Virtualization Other Device Virtualization Where it is done Host Based Virtualization Network Based Virtualization Storage Device/Storage Subsystem Virtualization How it is implemented In-band Virtualization Out-of-band Virtualization Storage Virtualization. EMC. 2009

56 Storage virtualization requires a multi-level approach Server Path management Volume management Replication Storage Network Path redirection Load balancing - ISL trucking Access control - Zoning Storage Volume management - LUNs Access control Replication RAID Storage Virtualization Storage Virtualization. EMC. 2009

57 Storage virtualization configuration Servers Servers Virtualization Appliance Virtualization Appliance Storage Network Storage Network Storage Arrays Storage Arrays Out-of-Band In-Band (a) (a) In out-of-band implementation, the virtualized environment configuration is stored external to the data path (b) The in-band implementation places the virtualization function in the data path (b) Storage Virtualization. EMC Storage Virtualization

58 Block-level storage virtualization Ties together multiple independent storage arrays Presented to host as a single storage device Mapping used to redirect I/O on this device to underlying physical arrays Deployed in a SAN environment Non-disruptive data mobility and data migration Enable significant cost and resource optimization Servers Virtualization Applied at SAN Level Heterogeneous Storage Arrays Storage Virtualization Storage Virtualization. EMC. 2009

59 File-level virtualization Before File-Level Virtualization Clients IP Network Clients Clients After File-Level Virtualization IP Network Clients Virtualization Appliance File Server Storage Array File Server File Server Storage Array File Server NAS Devices/Platforms Every NAS device is an independent entity, physically and logically Underutilized storage resources Downtime caused by data migrations NAS Devices/Platforms Break dependencies between end-user access and data location Storage utilization is optimized Nondisruptive migrations Storage Virtualization. EMC Storage Virtualization

60 How is storage virtualized at the enterprise level? Currently Networks are virtualized using Metadata or Storage Volume Controllers. There are two types of network virtualization Metadata or Storage Volume Controllers (SVC) are placed (inband) or in the path of data flow. Metadata or Storage Volume Controllers are placed (out of band) outside the path of data flow. Source: IBM Redbook Page 8

Storage Area Network (SAN)

Storage Area Network (SAN) Storage Area Network (SAN) 1 Outline Shared Storage Architecture Direct Access Storage (DAS) SCSI RAID Network Attached Storage (NAS) Storage Area Network (SAN) Fiber Channel and Fiber Channel Switch 2

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Module 2 Storage Network Architecture

Module 2 Storage Network Architecture Module 2 Storage Network Architecture 1. SCSI 2. FC Protocol Stack 3. SAN:FC SAN 4. IP Storage 5. Infiniband and Virtual Interfaces FIBRE CHANNEL SAN 1. First consider the three FC topologies pointto-point,

More information

Storage Area Networks SAN. Shane Healy

Storage Area Networks SAN. Shane Healy Storage Area Networks SAN Shane Healy Objective/Agenda Provide a basic overview of what Storage Area Networks (SAN) are, what the constituent components are, and how these components fit together to deliver

More information

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion CONTENTS 1. Introduction 2. How To Store Data 3. How To Access Data 4. Manage Data Storage 5. Benefits Of SAN 6. Conclusion 1. Introduction: A Storage Area Network (SAN) is a dedicated network that carries

More information

Big Data Processing Technologies. Chentao Wu Associate Professor Dept. of Computer Science and Engineering

Big Data Processing Technologies. Chentao Wu Associate Professor Dept. of Computer Science and Engineering Big Data Processing Technologies Chentao Wu Associate Professor Dept. of Computer Science and Engineering wuct@cs.sjtu.edu.cn Schedule (1) Storage system part (first eight weeks) lec1: Introduction on

More information

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1 Connectivity Module 2.2 2006 EMC Corporation. All rights reserved. Connectivity - 1 Connectivity Upon completion of this module, you will be able to: Describe the physical components of a networked storage

More information

IBM Europe Announcement ZG , dated February 13, 2007

IBM Europe Announcement ZG , dated February 13, 2007 IBM Europe Announcement ZG07-0221, dated February 13, 2007 Cisco MDS 9200 for IBM System Storage switches, models 9216i and 9216A, offer enhanced performance, scalability, multiprotocol capabilities, and

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

3.1. Storage. Direct Attached Storage (DAS)

3.1. Storage. Direct Attached Storage (DAS) 3.1. Storage Data storage and access is a primary function of a network and selection of the right storage strategy is critical. The following table describes the options for server and network storage.

More information

Snia S Storage Networking Management/Administration.

Snia S Storage Networking Management/Administration. Snia S10-200 Storage Networking Management/Administration http://killexams.com/exam-detail/s10-200 QUESTION: 85 What are two advantages of over-subscription? (Choose two.) A. saves on ISL links B. decreases

More information

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Storage Update and Storage Best Practices for Microsoft Server Applications Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Agenda Introduction Storage Technologies Storage Devices

More information

STORAGE PROTOCOLS. Storage is a major consideration for cloud initiatives; what type of disk, which

STORAGE PROTOCOLS. Storage is a major consideration for cloud initiatives; what type of disk, which STORAGE PROTOCOLS Storage is a major consideration for cloud initiatives; what type of disk, which vendor, and as importantly which protocol? Experts will tout one over the other based on cost, performance,

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo Exam : S10-200 Title : Snia Storage Network Management/Administration Version : Demo 1. A SAN architect is asked to implement an infrastructure for a production and a test environment using Fibre Channel

More information

iscsi Unified Network Storage

iscsi Unified Network Storage iscsi Unified Network Storage Steve Rogers Adaptec, Inc. 691 S Milpitas Blvd, Milpitas, CA 95035-5473 Phone:+1-510-957-1631 E-mail: steve_rogers@adaptec.com Presented at the THIC Meeting at the Sony Auditorium,

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

ECE Enterprise Storage Architecture. Fall 2016

ECE Enterprise Storage Architecture. Fall 2016 ECE590-03 Enterprise Storage Architecture Fall 2016 Storage Area Network (SAN) Tyler Bletsch Duke University Adapted from the course Information Storage and Management v2 (module 5-6), published by EMC

More information

Direct-Attached Storage (DAS) is an architecture

Direct-Attached Storage (DAS) is an architecture Chapter 5 Direct-Attached Storage and Introduction to SCSI Direct-Attached Storage (DAS) is an architecture where storage connects directly KEY CONCEPTS to servers. Applications access data from Internal

More information

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard On February 11 th 2003, the Internet Engineering Task Force (IETF) ratified the iscsi standard. The IETF was made up of

More information

Storage Area Network (SAN)

Storage Area Network (SAN) Storage Area Network (SAN) By Hardik Jani 4/16/2009 1 Subtopics Need of Storage Area Networks What is SAN SAN Protocols Storage and Data Sharing SAN Backup SAN and Data Availability SAN Management 4/16/2009

More information

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION WHITE PAPER Maximize Storage Networks with iscsi USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION For use with Windows 2000 VERITAS Software Corporation 03/05/2003

More information

IBM TotalStorage SAN Switch M12

IBM TotalStorage SAN Switch M12 High availability director supports highly scalable fabrics for large enterprise SANs IBM TotalStorage SAN Switch M12 High port density packaging saves space Highlights Enterprise-level scalability and

More information

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation . White Paper Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation Introduction As organizations increasingly rely on IT to help enable, and even change, their business

More information

As storage networking technology

As storage networking technology Chapter 10 Storage As storage networking technology matures, larger and complex implementations are becoming more common. The heterogeneous nature of storage infrastructures has further added to the complexity

More information

S S SNIA Storage Networking Foundations

S S SNIA Storage Networking Foundations S10-110 Number: S10-110 Passing Score: 800 Time Limit: 120 min S10-110 SNIA Storage Networking Foundations Exam A QUESTION 1 What are two NAS file access protocols? (Choose two.) A. SMB B. iscsi C. NFS

More information

Model Answer. Multiple Choice FORM. Questions Answer Key D D D D D C C C C C. Questions

Model Answer. Multiple Choice FORM. Questions Answer Key D D D D D C C C C C. Questions Benha University Final Exam (May 2017) Class: 4 th Year Students (CS) Subject: Elective Course (2) Faculty of Computers & Informatics Date: 28/05/2017 Time: 3 hours Examinar : Dr. Diaa Salama Instructions

More information

A Discussion of Storage Area Network Architecture Relevant to Real-Time Embedded Applications

A Discussion of Storage Area Network Architecture Relevant to Real-Time Embedded Applications A Discussion of Storage Area Network Architecture Relevant to Real-Time Embedded Applications System designers are often challenged to define architectures that can be characterized from end-to-end, offering

More information

Sun Microsystems Product Information

Sun Microsystems Product Information Sun Microsystems Product Information New Sun Products Announcing: the Sun Fire(TM) X4600 M2 server, using the Next Generation AMD Opteron 8000 series processors This is the fastest, most scalable, and

More information

NAS When, Why and How?

NAS When, Why and How? NAS When, Why and How? Ian Duncan WW NAS Marketing Manager Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice NAS When,

More information

access addresses/addressing advantages agents allocation analysis

access addresses/addressing advantages agents allocation analysis INDEX A access control of multipath port fanout, LUN issues, 122 of SAN devices, 154 virtualization server reliance on, 173 DAS characteristics (table), 19 conversion to SAN fabric storage access, 105

More information

Realizing the Promise of SANs

Realizing the Promise of SANs Business without interruption. Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee Chairman Storage Network Industry

More information

Data Protection in 2006 A look into strategy, technology and design

Data Protection in 2006 A look into strategy, technology and design Data Protection in 2006 A look into strategy, technology and design Rothery Harris Storage Technical Advocate Hewlett-Packard Network Storage Solutions 2004 Hewlett-Packard Development Company, L.P. The

More information

IBM Storwize V7000 Unified

IBM Storwize V7000 Unified IBM Storwize V7000 Unified Pavel Müller IBM Systems and Technology Group Storwize V7000 Position Enterprise Block DS8000 For clients requiring: Advanced disaster recovery with 3-way mirroring and System

More information

I/O Considerations for Server Blades, Backplanes, and the Datacenter

I/O Considerations for Server Blades, Backplanes, and the Datacenter I/O Considerations for Server Blades, Backplanes, and the Datacenter 1 1 Contents Abstract 3 Enterprise Modular Computing 3 The Vision 3 The Path to Achieving the Vision 4 Bladed Servers 7 Managing Datacenter

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE. Gilles Chekroun Errol Roberts

Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE. Gilles Chekroun Errol Roberts Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE Gilles Chekroun Errol Roberts SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Network-attached storage (NAS) is an

Network-attached storage (NAS) is an Chapter 7 Network-Attached Storage Network-attached storage (NAS) is an KEY CONCEPTS IP-based file-sharing device attached to a local area network. NAS provides the NAS Device advantages of server consolidation

More information

Network Layer Flow Control via Credit Buffering

Network Layer Flow Control via Credit Buffering Network Layer Flow Control via Credit Buffering Fibre Channel maintains throughput in the data center by using flow control via buffer to buffer credits Nominally switches provide credit buffering up to

More information

Hands-On Wide Area Storage & Network Design WAN: Design - Deployment - Performance - Troubleshooting

Hands-On Wide Area Storage & Network Design WAN: Design - Deployment - Performance - Troubleshooting Hands-On WAN: Design - Deployment - Performance - Troubleshooting Course Description This highly intense, vendor neutral, Hands-On 5-day course provides an in depth exploration of Wide Area Networking

More information

Computer Architecture 计算机体系结构. Lecture 6. Data Storage and I/O 第六讲 数据存储和输入输出. Chao Li, PhD. 李超博士

Computer Architecture 计算机体系结构. Lecture 6. Data Storage and I/O 第六讲 数据存储和输入输出. Chao Li, PhD. 李超博士 Computer Architecture 计算机体系结构 Lecture 6. Data Storage and I/O 第六讲 数据存储和输入输出 Chao Li, PhD. 李超博士 SJTU-SE346, Spring 2018 Review Memory hierarchy Cache and virtual memory Locality principle Miss cache, victim

More information

Veritas NetBackup on Cisco UCS S3260 Storage Server

Veritas NetBackup on Cisco UCS S3260 Storage Server Veritas NetBackup on Cisco UCS S3260 Storage Server This document provides an introduction to the process for deploying the Veritas NetBackup master server and media server on the Cisco UCS S3260 Storage

More information

PeerStorage Arrays Unequalled Storage Solutions

PeerStorage Arrays Unequalled Storage Solutions Simplifying Networked Storage PeerStorage Arrays Unequalled Storage Solutions John Joseph, VP of Marketing EqualLogic,, 9 Townsend West, Nashua NH 03063 Phone: +1-603 603-249-7772, FAX: +1-603 603-579-6910

More information

Course Documentation: Printable course material This material is copyrighted and is for the exclusive use of the student only

Course Documentation: Printable course material This material is copyrighted and is for the exclusive use of the student only Title: CompTIA Storage+ Powered by SNIA Course Length: 5 days Monday - Friday 9AM 5PM (MTN) Course Instructional Method: Interactive Lecture Lab Exam Study Sessions Course Documentation: Printable course

More information

Storage Consolidation: Simplifying Storage Infrastructures

Storage Consolidation: Simplifying Storage Infrastructures Storage Consolidation: Simplifying Storage Infrastructures White Paper Tim Rasmussen Senior Product Manager 7-10-02 Table of Contents Abstract...1 Introduction...2 What is storage?...3 Why invest in storage?...5

More information

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER S.No. Features Qualifying Minimum Requirements No. of Storage 1 Units 2 Make Offered 3 Model Offered 4 Rack mount 5 Processor 6 Memory

More information

NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture

NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture Robert A. (Bob) Lockhart - Chief Systems Architect rlockhart@neoscale.com Why Storage Security Now? Storage Drivers

More information

CompTIA Storage+ Powered by SNIA

CompTIA Storage+ Powered by SNIA CompTIA Storage+ Powered by SNIA http://www.snia.org/education/courses/training_tc Course Length: 4 1/2 days 9AM 5PM (Monday-Thursday) local time 9AM 2PM (Friday) local time Course Fee: $2,790 USD Register:

More information

Comparing File (NAS) and Block (SAN) Storage

Comparing File (NAS) and Block (SAN) Storage Comparing File (NAS) and Block (SAN) Storage January 2014 Contents Abstract... 3 Introduction... 3 Network-Attached Storage... 3 Storage Area Network... 4 Networks and Storage... 4 Network Roadmaps...

More information

PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate

PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate NIC-PCIE-1SFP+-PLU PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate Flexibility and Scalability in Virtual

More information

Title: CompTIA Storage+ Powered by SNIA

Title: CompTIA Storage+ Powered by SNIA 1 Title: CompTIA Storage+ Powered by SNIA Course Length: 4.5 Days Course Instructional Method: Interactive Lecture Animations, Lab Exam Study Sessions Course Documentation DVD containing: o Printable and

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

1 of 6 4/8/2011 4:08 PM Electronic Hardware Information, Guides and Tools search newsletter subscribe Home Utilities Downloads Links Info Ads by Google Raid Hard Drives Raid Raid Data Recovery SSD in Raid

More information

Storage Protocol Offload for Virtualized Environments Session 301-F

Storage Protocol Offload for Virtualized Environments Session 301-F Storage Protocol Offload for Virtualized Environments Session 301-F Dennis Martin, President August 2016 1 Agenda About Demartek Offloads I/O Virtualization Concepts RDMA Concepts Overlay Networks and

More information

Speed Forum and Plugfest Meeting

Speed Forum and Plugfest Meeting Speed Forum and Plugfest Meeting January 31, 2005 Monday Night Dana Point, CA Agenda Speed Forum Update Plugfest Update Speed Forum Update Last Con Call 11/5/04 Last Meeting 12/8/04 Next Con Call 2/25/05,

More information

NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER!

NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER! NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER! Mark Jones Chairman Fibre Channel Industry Association Director, Technical Marketing Broadcom Limited - ECD FIBRE CHANNEL: TIMELINE Future:

More information

Over 70% of servers within a data center are not connected to Fibre Channel SANs for any of the following reasons:

Over 70% of servers within a data center are not connected to Fibre Channel SANs for any of the following reasons: Overview The provides modular multi-protocol SAN designs with increased scalability, stability and ROI on storage infrastructure. Over 70% of servers within a data center are not connected to Fibre Channel

More information

Rrootshell Technologiiss Pvt Ltd.

Rrootshell Technologiiss Pvt Ltd. Course Description Information Storage and Management (ISM) training programme provides a comprehensive introduction to information storage technology that will enable you to make more informed decisions

More information

Specifying Storage Servers for IP security applications

Specifying Storage Servers for IP security applications Specifying Storage Servers for IP security applications The migration of security systems from analogue to digital IP based solutions has created a large demand for storage servers high performance PCs

More information

Traditional SAN environments allow block

Traditional SAN environments allow block Chapter 8 SAN Traditional SAN environments allow block KEY CONCEPTS I/O over Fibre Channel, whereas NAS iscsi Protocol environments allow file I/O over -based networks. Organizations need the performance

More information

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer A Crash Course In Wide Area Data Replication Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

My First SAN solution guide

My First SAN solution guide My First SAN solution guide Digital information is a critical component of business today. It not only grows continuously in volume, but more than ever it must be available around the clock. Inability

More information

Storage Systems. Storage Systems

Storage Systems. Storage Systems Storage Systems Storage Systems We already know about four levels of storage: Registers Cache Memory Disk But we've been a little vague on how these devices are interconnected In this unit, we study Input/output

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter:

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter: Chapter 1 Windows Server 2008 Storage Services Microsoft Exam Objectives covered in this chapter: ÛÛConfigure storage. May include but is not limited to: RAID types, Virtual Disk Specification (VDS) API,

More information

Storage Area Networks: Performance and Security

Storage Area Networks: Performance and Security Storage Area Networks: Performance and Security Presented by Matthew Packard July 27, 2003 SAN Architecture - Definition & DAS Limitations Storage Area Network (SAN) universal storage connectivity free

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 9: Mass Storage Structure Prof. Alan Mislove (amislove@ccs.neu.edu) Moving-head Disk Mechanism 2 Overview of Mass Storage Structure Magnetic

More information

Hálózatok üzleti tervezése

Hálózatok üzleti tervezése Hálózatok üzleti tervezése hogyan tervezzünk, ha eddig is jó volt... Rab Gergely HP ESSN Technical Consultant gergely.rab@hp.com IT sprawl has business at the breaking point 70% captive in operations and

More information

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

A SCSI Transport Layer Extension with Separate Data and Control Paths for Scalable Storage-Area-Network Architectures

A SCSI Transport Layer Extension with Separate Data and Control Paths for Scalable Storage-Area-Network Architectures Technion - Israel Institute of technology Department of Electrical Engineering SCSI-DSDC A SCSI Transport Layer Extension with Separate Data and Control Paths for Scalable Storage-Area-Network Architectures

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

The Road to Centralized Management

The Road to Centralized Management Business without interruption. The Road to Centralized Management Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee

More information

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing HPC File Systems and Storage Irena Johnson University of Notre Dame Center for Research Computing HPC (High Performance Computing) Aggregating computer power for higher performance than that of a typical

More information

Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are:

Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are: E Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are: Native support for all SAN protocols including ESCON, Fibre Channel and Gigabit

More information

PCI EXPRESS TECHNOLOGY. Jim Brewer, Dell Business and Technology Development Joe Sekel, Dell Server Architecture and Technology

PCI EXPRESS TECHNOLOGY. Jim Brewer, Dell Business and Technology Development Joe Sekel, Dell Server Architecture and Technology WHITE PAPER February 2004 PCI EXPRESS TECHNOLOGY Jim Brewer, Dell Business and Technology Development Joe Sekel, Dell Server Architecture and Technology Formerly known as 3GIO, PCI Express is the open

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using FCP and NFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Exam Name: Midrange Storage Technical Support V2

Exam Name: Midrange Storage Technical Support V2 Vendor: IBM Exam Code: 000-118 Exam Name: Midrange Storage Technical Support V2 Version: 12.39 QUESTION 1 A customer has an IBM System Storage DS5000 and needs to add more disk drives to the unit. There

More information

IBM Storage Networking Solutions Version 2. Download Full Version :

IBM Storage Networking Solutions Version 2. Download Full Version : IBM 000-745 Storage Networking Solutions Version 2 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-745 QUESTON: 119 What is the maximum size for a LUN that can be connected from

More information

An Overview of CORAID Technology and ATA-over-Ethernet (AoE)

An Overview of CORAID Technology and ATA-over-Ethernet (AoE) An Overview of CORAID Technology and ATA-over-Ethernet (AoE) Dr. Michael A. Covington, Ph.D. University of Georgia 2008 1. Introduction All CORAID products revolve around one goal: making disk storage

More information

THE ZADARA CLOUD. An overview of the Zadara Storage Cloud and VPSA Storage Array technology WHITE PAPER

THE ZADARA CLOUD. An overview of the Zadara Storage Cloud and VPSA Storage Array technology WHITE PAPER WHITE PAPER THE ZADARA CLOUD An overview of the Zadara Storage Cloud and VPSA Storage Array technology Zadara 6 Venture, Suite 140, Irvine, CA 92618, USA www.zadarastorage.com EXECUTIVE SUMMARY The IT

More information

EqualLogic iscsi SAN Concepts for the Experienced Fibre Channel Storage Professional A Dell Technical Whitepaper

EqualLogic iscsi SAN Concepts for the Experienced Fibre Channel Storage Professional A Dell Technical Whitepaper Dell EqualLogic Best Practices Series EqualLogic iscsi SAN Concepts for the Experienced Fibre Channel Storage Professional A Dell Technical Whitepaper Storage Infrastructure and Solutions Engineering Dell

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 143-270 Title : Brocade Certified Fabric Designer 16 Gbps Vendor : Brocade Version

More information

TS Open Day Data Center Fibre Channel over IP

TS Open Day Data Center Fibre Channel over IP TS Open Day Data Center Fibre Channel over IP Presented by: Rong Cheng- TAC LAN & DCN China Jan 30 th, 2015 2013 Cisco and/or its affiliates. All rights reserved. 1 FCIP Introduction FCIP Configuration

More information

IBM IBM Storage Networking Solutions Version 1.

IBM IBM Storage Networking Solutions Version 1. IBM 000-740 IBM Storage Networking Solutions Version 1 http://killexams.com/exam-detail/000-740 - disk storage subsystem with four (4) total ports - two (2) LTO3 tape drives to be attached Assuming best

More information

Architecture. SAN architecture is presented in these chapters: SAN design overview on page 16. SAN fabric topologies on page 24

Architecture. SAN architecture is presented in these chapters: SAN design overview on page 16. SAN fabric topologies on page 24 Architecture SAN architecture is presented in these chapters: SAN design overview on page 16 SAN fabric topologies on page 24 Fibre Channel routing on page 46 Fibre Channel over Ethernet on page 65 Architecture

More information

Information Storage and Management

Information Storage and Management Information Storage and Management Storing, Managing, and Protecting Digital Information Edited by G. Somasundaram Alok Shrivastava EMC Education Services W WILEY Wiley Publishing, Inc. Contents Foreword

More information

S SNIA Storage Networking Management & Administration

S SNIA Storage Networking Management & Administration S10 201 SNIA Storage Networking Management & Administration Version 23.3 Topic 1, Volume A QUESTION NO: 1 Which two (2) are advantages of ISL over subscription? (Choose two.) A. efficient ISL bandwidth

More information

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER ANNEX II + III : TECHNICAL SPECIFICATIONS + TECHNICAL OFFER Contract title : Supply of Information & Communication Technology Hardware Publication reference: 2017/386304 10/1/1.1/1.2.2a p 1 / Columns 1-2

More information

Fibre Channel. Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic

Fibre Channel. Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic Fibre Channel Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic Fibre Channel Fibre Channel is a robust and evolving technology that enables: Leading

More information

Emulating High Speed Tape with RAID. Presented by Martin Bock Storage Concepts, Inc.

Emulating High Speed Tape with RAID. Presented by Martin Bock Storage Concepts, Inc. Emulating High Speed Tape with RAID Presented by Martin Bock Storage Concepts, Inc. Market View, Bandwidth vs I/O s Medical Image Capture Data Acquisition Band Width Broadcast Imaging Compressed Video

More information

As enterprise organizations face the major

As enterprise organizations face the major Deploying Flexible Brocade 5000 and 4900 SAN Switches By Nivetha Balakrishnan Aditya G. Brocade storage area network (SAN) switches are designed to meet the needs of rapidly growing enterprise IT environments.

More information

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Providing Superior Server and Storage Performance, Efficiency and Return on Investment As Announced and Demonstrated at

More information

HP P6000 Enterprise Virtual Array

HP P6000 Enterprise Virtual Array HP P6000 Enterprise Virtual Array The HP P6000 Enterprise Virtual Array (P6000 EVA) is an enterprise class virtual storage array family for midsized organizations at an affordable price. With built in

More information

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4 W H I T E P A P E R Comparison of Storage Protocol Performance in VMware vsphere 4 Table of Contents Introduction................................................................... 3 Executive Summary............................................................

More information

iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG

iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG hufferd@us.ibm.com What is iscsi? iscsi is a transport protocol for SCSI that operates on top of TCP through

More information

Learn Your Alphabet - SRIOV, NPIV, RoCE, iwarp to Pump Up Virtual Infrastructure Performance

Learn Your Alphabet - SRIOV, NPIV, RoCE, iwarp to Pump Up Virtual Infrastructure Performance Learn Your Alphabet - SRIOV, NPIV, RoCE, iwarp to Pump Up Virtual Infrastructure Performance TechTarget Dennis Martin 1 Agenda About Demartek I/O Virtualization Concepts RDMA Concepts Examples Demartek

More information

Introduction to TCP/IP Offload Engine (TOE)

Introduction to TCP/IP Offload Engine (TOE) Introduction to TCP/IP Offload Engine (TOE) Version 1.0, April 2002 Authored By: Eric Yeh, Hewlett Packard Herman Chao, QLogic Corp. Venu Mannem, Adaptec, Inc. Joe Gervais, Alacritech Bradley Booth, Intel

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information