Storage Networking.

Slides:



Advertisements
Similar presentations
Archive Task Team (ATT) Disk Storage Stuart Doescher, USGS (Ken Gacke) WGISS-18 September 2004 Beijing, China.
Advertisements

NAS vs. SAN 10/2010 Palestinian Land Authority IT Department By Nahreen Ameen 1.
Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.
RAID- Redundant Array of Inexpensive Drives. Purpose Provide faster data access and larger storage Provide data redundancy.
RAID Redundant Arrays of Inexpensive Disks –Using lots of disk drives improves: Performance Reliability –Alternative: Specialized, high-performance hardware.
1 CSC 486/586 Network Storage. 2 Objectives Familiarization with network data storage technologies Understanding of RAID concepts and RAID levels Discuss.
R.A.I.D. Copyright © 2005 by James Hug Redundant Array of Independent (or Inexpensive) Disks.
Network-Attached Storage
SQL Server, Storage And You Part 2: SAN, NAS and IP Storage.
1 Recap (RAID and Storage Architectures). 2 RAID To increase the availability and the performance (bandwidth) of a storage system, instead of a single.
5/8/2006 Nicole SAN Protocols 1 Storage Networking Protocols Nicole Opferman CS 526.
By Richard Rogers & Mark Walsh. What does database storage management mean? A database storage management system is a defined set of hardware, software.
Implementing Failover Clustering with Hyper-V
Servers Redundant Array of Inexpensive Disks (RAID) –A group of hard disks is called a disk array FIGURE Server with redundant NICs.
Storage Networking. Storage Trends Storage growth Need for storage flexibility Simplify and automate management Continuous availability is required.
Session 3 Windows Platform Dina Alkhoudari. Learning Objectives Understanding Server Storage Technologies Direct Attached Storage DAS Network-Attached.
Data Storage Willis Kim 14 May Types of storages Direct Attached Storage – storage hardware that connects to a single server Direct Attached Storage.
Storage Area Networks The Basics. Storage Area Networks SANS are designed to give you: More disk space Multiple server access to a single disk pool Better.
Managing Storage Lesson 3.
Object-based Storage Long Liu Outline Why do we need object based storage? What is object based storage? How to take advantage of it? What's.
Module 10 Configuring and Managing Storage Technologies.
Redundant Array of Independent Disks
N-Tier Client/Server Architectures Chapter 4 Server - RAID Copyright 2002, Dr. Ken Hoganson All rights reserved. OS Kernel Concept RAID – Redundant Array.
Disk Access. DISK STRUCTURE Sector: Smallest unit of data transfer from/to disk; 512B 2/4/8 adjacent sectors transferred together: Blocks Read/write heads.
CSI-09 COMMUNICATION TECHNOLOGY FAULT TOLERANCE AUTHOR: V.V. SUBRAHMANYAM.
Slide 1 DESIGN, IMPLEMENTATION, AND PERFORMANCE ANALYSIS OF THE ISCSI PROTOCOL FOR SCSI OVER TCP/IP By Anshul Chadda (Trebia Networks)-Speaker Ashish Palekar.
Trends In Network Industry - Exploring Possibilities for IPAC Network Steven Lo.
11/05/07 1TDC TDC 564 Local Area Networks Lecture 8 IP-based Storage Area Network.
1 U.S. Department of the Interior U.S. Geological Survey Contractor for the USGS at the EROS Data Center EDC CR1 Storage Architecture August 2003 Ken Gacke.
AoE and HyperSCSI on Linux PDA Prepared by They Yu Shu.
EMC Proven Professional. Copyright © 2012 EMC Corporation. All Rights Reserved. NAS versus SAN NAS – Architecture to provide dedicated file level access.
Internet Protocol Storage Area Networks (IP SAN)
STORAGE ARCHITECTURE/ MASTER): Where IP and FC Storage Fit in Your Enterprise Randy Kerns Senior Partner The Evaluator Group.
Storage Networking. Storage Trends Storage grows %/year, gets more complicated It’s necessary to pool storage for flexibility Intelligent storage.
1 CEG 2400 Fall 2012 Network Servers. 2 Network Servers Critical Network servers – Contain redundant components Power supplies Fans Memory CPU Hard Drives.
© 2007 EMC Corporation. All rights reserved. Internet Protocol Storage Area Networks (IP SAN) Module 3.4.
Seminar on RAID TECHNOLOGY Redundant Array of Independent Disk By CHANDAN.R 8 TH ISE, 1ap05is013 Under the guidance of Mr.Mithun.B.N, Lecturer,Dept.ISE.
Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.
Network-Attached Storage. Network-attached storage devices Attached to a local area network, generally an Ethernet-based network environment.
Storage Overview.
Introduction To Storage
Storage Area Networks The Basics.
Video Security Design Workshop:
Network-Attached Storage
Network Attached Storage Overview
iSCSI Application to Cam Coder - A feasibility Study
Storage Networking.
SAN (Extension Protocol & Protocol Stack)
Cluster Active Archive
Unit OS10: Fault Tolerance
SAN and NAS.
Introduction to Networks
Introduction to Networks
Direct Attached Storage Overview
Storage Virtualization
Module – 7 network-attached storage (NAS)
Direct Attached Storage and Introduction to SCSI
RAID RAID Mukesh N Tekwani
Storage Networks and Storage Devices
Keith Spayth ACSG 520 Dr. Alzoubi
Storage Networking Protocols
Keith Spayth ACSG 520 Dr. Alzoubi
CSE 451: Operating Systems Winter 2009 Module 13 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura 1.
UNIT IV RAID.
Virtualization and Cloud Computing
Mark Zbikowski and Gary Kimura
CSE 451: Operating Systems Winter 2012 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura 1.
RAID RAID Mukesh N Tekwani April 23, 2019
CS 295: Modern Systems Organizing Storage Devices
Improving performance
Presentation transcript:

Storage Networking

Storage Trends Storage growth Need for storage flexibility Simplify and automate management Continuous availability is required

Storage considerations Capacity Performance Scalability Availability and Reliability Backup and recovery requirements Support/staff needs Budget

RAID Consolidate multiple physical disks into a logical grouping Designed for fault tolerance and performance improvement Can be implemented in H/W or S/W Several RAID levels exist

Hardware RAID Volume Management performed by RAID controller Parity computation performed by the RAID controller – decreases server overhead Dedicated cache memory improves server performance

Software RAID Performed by the server O/S Parity computation performed by the server – increased overhead RAID performance depends on the server performance and CPU load For simple environments with lower performance and availability requirements

Simple levels of RAID RAID 0 – Striping RAID 1 – Mirrored Volumes RAID 2 – Bit-level striping with parity distributed to one or more disks RAID 3 – Byte-level striping with dedicated parity disk RAID 4 – Block-level striping with dedicated parity disk RAID 5 – Block-level striping with distributed parity RAID 6 – Block-level striping with distributed double parity

Nested RAID RAID 0+1: striped sets in a mirrored set RAID 10 (or RAID 1+0): mirrored sets in a striped set RAID 5+1: mirrored striped set with distributed parity (also known as RAID 53) RAID 5+0: striped set of RAID-5 sets

Block-level vs File-level access File systems 2 views: 1. Data representation to users/applications (hierarchical view) 2. Storage organization (data structure) Block-level access: write/read blocks; master/slave relationship File-level access: using file names; client/server relationship

DAS Block-level access File system is on the server SCSI protocol

DAS

NAS File-level access to the outside; block-level to the storage subsystem File system is on the NAS device Clients IP Network File Protocol: SMB/CIFS, NFS, etc. Servers

NAS

SAN Block-level access File system is on the server Storage Area Network SCSI over Fibre Channel Servers

SAN

SAN Traditional SANs used Fibre Channel protocol and storage technology to connect SAN at gigabit speeds SCSI commands transmitted over FCP Expensive Requires dedicated network equipment/architecture

IP Storage As an alternative, existing IP infrastructure can be used FCIP, iFC protocols allow Fibre Channel devices to be connected over IP networks iSCSI allows SCSI commands to be encapsulated to be transferred through an IP network

iSCSI Allows SAN utilize TCP/IP for block-level data transfer Transport for SCSI commands Existing networks (routers/switches) can be utilized – no need for special equipment With current network technologies supporting gigabit speeds, comparable to FC in speed

NAS-SAN Integration

Distributed File Systems SMB/CIFS; Samba (Windows-based systems) NFS (Unix-based) AFS (Unix) AFP (MAC) NCP (Netware)