Storage Networking Protocols

Slides:



Advertisements
Similar presentations
Introduction To Network. Overview Whats Network ? Types of Networks Open System Interconnection Reference Model (OSI / RM) Transmission Control Protocol.
Advertisements

How does a network identify computers and transmissions?
Storage Networking Strategic Decision-Making Randy Kerns Evaluator Group, Inc.
v3.1 CIS151 Module 2 JEOPARDY K. MartinG. Valencia.
IP –Based SAN extensions and Performance Thao Pham CS 622 Fall 07.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
Fibre Channel Erin Keith CPE 401 Spring, Fibre Channel Storage Area Networks Overview Functionality Format Applications References.
5/8/2006 Nicole SAN Protocols 1 Storage Networking Protocols Nicole Opferman CS 526.
COEN 180 NAS / SAN. NAS Network Attached Storage (NAS) Each storage device has its own network interface. Filers: storage device that interfaces at the.
COEN 180 NAS / SAN. Storage Trends Storage Trends: Money is spend on administration Morris, Truskowski: The evolution of storage systems, IBM Systems.
THE EMC EFFECT Page.1 Building the ESN Infrastructure Doing business without barriers EMC Enterprise Storage Network.
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.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
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.
Chapter 12: Mass-Storage Systems Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Chapter 12: Mass-Storage.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Disk Interfaces Last Update Copyright Kenneth M. Chipps Ph.D. 1.
Summary - Part 2 - Objectives The purpose of this basic IP technology training is to explain video over IP network. This training describes how video can.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2.
Internet Protocol Storage Area Networks (IP SAN)
CCNA1 v3 Module 2 v3 CCNA 1 Module 2 JEOPARDY K. Martin.
© 2007 EMC Corporation. All rights reserved. Internet Protocol Storage Area Networks (IP SAN) Module 3.4.
July 30, 2009opsarea meeting, IETF Stockholm1 Operational Deployment and Management of Storage over the Internet David L. Black, EMC IETF opsarea meeting.
Network Concepts.
Storage Area Networks The Basics.
Video Security Design Workshop:
Nexsan iSeries™ iSCSI and iSeries Topologies Name Brian Montgomery
NETWORK Unit 1 Module: 2 Objective: 7.
IP SAN Storage Overview
Storage Protocols Storage Protocols Introduction
Chapter 3 Computer Networking Hardware
Computer Networking Devices
iSCSI Application to Cam Coder - A feasibility Study
Direct Attached Storage and Introduction to SCSI
CHAPTER 2 THE OSI MODEL.
Storage Networking.
What is Fibre Channel? What is Fibre Channel? Introduction
SAN (Extension Protocol & Protocol Stack)
Fibre Channel Physical Architecture
Latest trends and technologies in Storage Networking
Introduction to Computers
Introduction to Networks
EC-322 COMPUTER NETWORKS E.DIVYA, AP/ECE
Computer Technology Notes #4
Chapter 16: Distributed System Structures
Naresh Kumar PGT CS KV CRPF Avadi
Direct Attached Storage and Introduction to SCSI
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Storage Networking.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Module – 6 IP san and fcOe Module 6: IP SAN and FCoE 1
Storage Networks and Storage Devices
Keith Spayth ACSG 520 Dr. Alzoubi
Keith Spayth ACSG 520 Dr. Alzoubi
ANEEL ABBASI MUHAMMAD ADNAN MOIZ SHAH MUHAMMAD KHAYAM GROUP MEMBERS.
Latest trends and technologies in Storage Networking
Unit 11- Computer Networks
TCP/IP Protocol Suite: Review
NETWORK Unit 1 Module: 2 Objective: 7.
NETWORK Unit 1 Module: 2 Objective: 7.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Cost Effective Network Storage Solutions
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Presentation transcript:

Storage Networking Protocols Nicole Opferman CS 526 5/8/2006 Nicole SAN Protocols

Objectives Increase knowledge of storage networking industry Analyze the emerging storage networking protocols Learn about the SCSI and Fibre Channel protocols Determine how TOE fits in 5/8/2006 Nicole SAN Protocols

Storage Area Networks (SANs) High-speed network that connects servers to storage devices Any-to-any connection doesn’t require a dedicated connection between a server and storage component No limit to the amount of data that a server can access Many servers can share a storage unit made up of different storage devices Can be local or extended over large geographical distances 5/8/2006 Nicole SAN Protocols

SCSI Protocol Small Computer System Interface Standard interface and command set Promotes device independence, so it can be used on any hardware Used by OS for I/O communication with storage devices Commands are sent as blocks of data from an ‘initiator’ to a ‘target’ in parallel across copper cables 5/8/2006 Nicole SAN Protocols

Fibre Channel Protocol Performs most of its processing in the hardware High performance, reliable connectivity Efficient transfer of block data with minimal server intervention Storage interface to the OS allows HBAs to supply I/O processing Signals sent through twisted-pair copper wires or fiber optic cables Topologies: point-to-point, arbitrated loop, switched fabric 5/8/2006 Nicole SAN Protocols

iSCSI (Internet SCSI) Uses TCP/IP to transfer its data Carries SCSI commands over IP networks TCP/IP overhead during data transfers Much cheaper to implement than FC because it only requires an Ethernet interface IP-based SANs use the same networking technologies for both data and storage networks TCP/IP can run over nearly any type of physical network IP networks allow for location-independent data retrieval and storage, which Fibre Channel can’t do 5/8/2006 Nicole SAN Protocols

IP Network with iSCSI Devices Source: http://searchstorage.techtarget.com/gDefinition/0,294236,sid5_gci750136,00.html 5/8/2006 Nicole SAN Protocols

How iSCSI Works An end user or an application submits a request The OS generates the corresponding SCSI commands and data requests, which get encapsulated, and possibly encrypted A packet header is added to the resulting IP packets being sent across an Ethernet connection When a packet is received, it is decrypted (if needed) and separated into two parts: the SCSI command and the request The SCSI commands get sent on to the SCSI controller and then to the storage device Since iSCSI is bi-directional, the protocol is also used to return data in response to the original request 5/8/2006 Nicole SAN Protocols

TCP/IP Offload Engines (TOEs) The overhead of TCP/IP processing is the major deterrent to iSCSI storage networks High TCP overhead in an iSCSI SAN comes from establishing and terminating connections and acknowledging that packets were received PCI inefficiently transfers small bursts of data from the host across the bus to the network interface integrated circuits The TOE is a modern technology that is gaining popularity in high-speed Ethernet systems because it optimizes throughput by moving TCP/IP processing to a dedicated sub-system separate from the main host CPU TOE components are built into a circuit board, either the HBA or the NIC 5/8/2006 Nicole SAN Protocols

How TOEs work 5/8/2006 Nicole SAN Protocols Source: http://www.networkworld.com/techinsider/2003/0707techupdate.html 5/8/2006 Nicole SAN Protocols

Fibre Channel over IP (FCIP) “Fibre Channel tunneling” or “storage tunneling” FCIP tunnels FC data between SAN components over IP networks An IP infrastructure allows geographically distant SANs to be connected for a relatively low cost Much higher performance than iSCSI FCIP encapsulates Fibre Channel block data and then transports it over a TCP socket TCP/IP functions are necessary to set up connectivity between remote SANs 5/8/2006 Nicole SAN Protocols

Fibre Channel SAN 5/8/2006 Nicole SAN Protocols Source: http://www.redbooks.ibm.com/redbooks/SG245470/wwhelp/wwhimpl/java/html/wwhelp.htm 5/8/2006 Nicole SAN Protocols

iFCP (Internet FC Protocol) A derivation of FCIP, but iFCP is a routed (gateway-to-gateway) FC protocol Provides a way to pass data to and from Fibre Channel storage devices in a SAN, or by using TCP/IP in an Internet environment Can integrate existing Fibre Channel and SCSI networks into the Internet Has the ability to connect many FC devices to an IP network, combine FC SANs with IP networks, and allows end users to replace a SAN with a TCP/IP network In an iFCP setting, gateway devices are the midpoint between the FC initiators and target devices 5/8/2006 Nicole SAN Protocols

To wrap it up… FCIP, iSCSI, and iFCP are working towards universal data storage access Fibre Channel is the best choice for established, highly available storage networks iSCSI has the potential to provide wide area backup applications and remote access to storage networks TOEs make iSCSI a much more desirable choice FCIP can bridge SANs across the WAN iFCP is ideal for converting a Fibre Channel SAN to an IP SAN, or to update the configuration to allow a combination of both types of networks 5/8/2006 Nicole SAN Protocols