Point-To-Point Fibre Channel Arbitrated Loop

Total Page:16

File Type:pdf, Size:1020Kb

Point-To-Point Fibre Channel Arbitrated Loop CMR INSTITUTE OF TECHNOLOGY Internal Assessment Test 1 – Sept. 2016 Scheme and solution Sub: STORAGE AREA NETWORKS Code: 10IS765 Date: 8/ 09 / 2016 Duration: 90 mins Max Marks: 50 Sem: VII A & B Branch: ISE/CSE Note: Answer any five questions. 1 Explain FC connectivity with related diagrams (6m) The FC architecture supports three basic interconnectivity options: point-topoint, arbitrated loop (FC-AL), and fabric connect. Point-to-Point Point-to-point is the simplest FC configuration — two devices are connected directly to each other, as shown in Figure 6-6. This configuration provides a dedicated connection for data transmission between nodes. However, the point-to-point configuration offers limited connectivity, as only two devices can communicate with each other at a given time. Moreover, it cannot be scaled to accommodate a large number of network devices. Standard DAS usess pointto-point connectivity. Fibre Channel Arbitrated Loop In the FC-AL configuration, devices are attached to a shared loop, as shown in Figure 6-7. FC-AL has the characteristics of a token ring topology and a physical star topology. In FC-AL, each device contends with other devices to perform I/O operations. Devices on the loop must “arbitrate” to gain control of the loop. At any given time, only one device can perform I/O operations on the loop.As a loop configuration, FC-AL can be implemented without any interconnectingdevices by directly connecting one device to another in a ring through cables However, FC-AL implementations may also use hubs whereby the arbitrated loop is physically connected in a star topology. The FC-AL configuration has the following limitations in terms of scalability: FC-AL shares the bandwidth in the loop. Only one ■■device can perform I/O operations at a time. Because each device in a loop has to wait for its turn to process an I/O request, the speed of data transmission is low in an FC-AL topology. ■■FC-AL uses 8-bit addressing. It can support up to 127 devices on a loop. ■■Adding or removing a device results in loop re-initialization, which can cause a momentary pause in loop traffic. FC-AL Transmission When a node in the FC-AL topology attempts to transmit data, the node sends an arbitration (ARB) frame to each node on the loop. If two nodes simultaneously attempt to gain control of the loop, the node with the highest priority is allowed to communicate with another node. This priority is determined on the basis of Arbitrated Loop Physical Address (AL-PA) and Loop ID, When the initiator node receives the ARB request it sent, it gains control of the loop. The initiator then transmits data to the node with which it has established a virtual connection. Figure 6-8 illustrates the process of data transmission in an FC-AL configuration. Fibre Channel Switched Fabric Unlike a loop configuration, a Fibre Channel switched fabric (FC-SW) network provides interconnected devices, dedicated bandwidth, and scalability. The addition or removal of a device in a switched fabric is minimally disruptive; it does not affect the ongoing traffic between other devices. FC-SW is also referred to as fabric connect. A fabric is a logical space in which all nodes communicate with one another in a network. This virtual space can be created with a switch or a network of switches. Each switch in a fabric contains a unique domain identifier, which is part of the fabric’s addressing scheme. In FC-SW, nodes do not share a loop; instead, data is transferred through a dedicated path between the nodes. Each port in a fabric has a unique 24-bit fibre channel address for communication. Figure 6-9 shows an example of FC-SW. A fabric topology can be described by the number of tiers it contains. The number of tiers in a fabric is based on the number of switches traversed between two points that are farthest from each other. However, note that this number is based on the infrastructure constructed by the fabric topology; it disregards how the storage and server are connected across the switches. When the number of tiers in a fabric increases, the distance that a fabric management message must travel to reach each switch in the fabric also increases. The increase in the distance also increases the time taken to propagate and complete a fabric reconfiguration event, such as the addition of a new switch, or a zone set propagation event (detailed later in this chapter). Figure 6-10 illustrates two-tier and three-tier fabric architecture. FC-SW Transmission FC-SW uses switches that are intelligent devices. They can switch data traffic from an initiator node to a target node directly through switch ports. Frames are routed between source and destination by the fabric. As shown in Figure 6-11, if node B wants to communicate with node D, Nodes should individually login first and then transmit data via the FC-SW. This link is considered a dedicated connection between the initiator and the target. 2.a.Explain SCSI-3 architecture.(5m) SCSI-3 Architecture The SCSI-3 architecture defines and categorizes various SCSI-3 standards and requirements for SCSI-3 implementations The SCSI-3 architecture was approved and published as the standard X.3.270-1996 by the ANSI. This architecture helps developers, hardware designers, and users to understand and effectively utilize SCSI. The three major components of a SCSI architectural model are as follows: ■■SCSI-3 command protocol: This consists of primary commands that are common to all devices as well as device-specific commands that are unique to a given class of devices. ■■Transport layer protocols: These are a standard set of rules by which devices communicate and share information. ■■Physical layer interconnects: These are interface details such as electrical signaling methods and data transfer modes. Common access methods are the ANSI software interfaces for SCSI devices. Figure 5-3 shows the SCSI-3 standards architecture with interrelated groups of other standards within SCSI-3. b.What is zoning? Discuss a scenario where soft zoning is preferred & where hard zoning is preferred.(5M) 3. a.A host generates 8000 I/Os at peak utilization with an average I/O size of 32KB.The response time is currently measured at an average of 12 ms during peak utilizations. When synchronous replication is implemented with a fiber channel link to its remote site, what is the response time experienced by the host if the network latency is 6ms per I/O? (5m) b.Write about Monitoring Components in storage infrastructure in detail (5m) Hosts, networks, and storage are components within the storage environment that should be monitored for accessibility, capacity, performance, and security. Hosts Mission-critical application hosts should be monitored continuously. The accessibility of a host depends on the status of the hardware components and software processes running on it. For example, an application crash due to host hardware failure can cause instant unavailability of the data to the user Servers are used in a cluster to ensure high availability. In a server virtualization environment, multiple virtual machines share a pool of resources. These resources are dynamically reallocated, which ensures application accessibility and ease of management. File system utilization of hosts also needs to be monitored. Monitoring helps in estimating the file system’s growth rate and helps in predicting when it will reach 100 percent. Accordingly, the administrator can extend (manually or automatically) the file system’s space proactively to prevent a failure resulting from a file system being full. New provisioning technologies even enable the allocation of storage on demand as the need arises. Alternatively, system administrators can enforce a quota for users, provisioning a fixed amount of space for their files. For example, a quota could be specified at a user level, restricting the maximum space to 10 GB per user, or at a file level that restricts a file to a maximum of 100 MB. Server performance mainly depends on I/O profile, utilization of CPU and memory. For example, if a server running an application is experiencing 80 percent of CPU utilization continuously, this suggests that the server may be running out of processing power, which can lead to degraded performance and slower response time. Administrators can take several actions to correct the problem, such as upgrading or adding more processors, shifting the workload to different servers, and restricting the number of simultaneous client access. In a virtualized environment, CPU and memory may be allocated dynamically from another physical server or from the same server. Memory utilization is measured by the amount of free memory available. Databases, applications, and file systems utilize the server’s physical memory(RAM) for data manipulation. Insufficient memory leads to excessive swapping and paging on the disk, which in turn affects response time to the applications. Security monitoring on servers involves tracking of login failures and execution of unauthorized applications or software processes. Proactive measures against unauthorized access to the servers are based on the threat identified. For example, an administrator can block access to an unauthorized user if multiple login failures are logged. Storage Network The storage network needs to be monitored to ensure proper communication between the server and the storage array. Uninterrupted access to data over the storage network depends on the accessibility of the physical and logical components in the storage network. The physical components of a storage network include elements such as switches, ports, cables, GBICs, and power supplies. The logical components include constructs, such as zones and fabrics. Any failure in the physical or logical components may cause data unavailability.
Recommended publications
  • What Is It and How We Use It
    Infiniband Overview What is it and how we use it What is Infiniband • Infiniband is a contraction of "Infinite Bandwidth" o can keep bundling links so there is no theoretical limit o Target design goal is to always be faster than the PCI bus. • Infiniband should not be the bottleneck. • Credit based flow control o data is never sent if receiver can not guarantee sufficient buffering What is Infiniband • Infiniband is a switched fabric network o low latency o high throughput o failover • Superset of VIA (Virtual Interface Architecture) o Infiniband o RoCE (RDMA over Converged Ethernet) o iWarp (Internet Wide Area RDMA Protocol) What is Infiniband • Serial traffic is split into incoming and outgoing relative to any port • Currently 5 data rates o Single Data Rate (SDR), 2.5Gbps o Double Data Rate (DDR), 5 Gbps o Quadruple Data Rate (QDR), 10 Gbps o Fourteen Data Rate (FDR), 14.0625 Gbps o Enhanced Data Rate (EDR) 25.78125 Gbps • Links can be bonded together, 1x, 4x, 8x and 12x HDR - High Data Rate NDR - Next Data Rate Infiniband Road Map (Infiniband Trade Association) What is Infiniband • SDR, DDR, and QDR use 8B/10B encoding o 10 bits carry 8 bits of data o data rate is 80% of signal rate • FDR and EDR use 64B/66B encoding o 66 bits carry 64 bits of data Signal Rate Latency SDR 200ns DDR 140ns QDR 100ns Hardware 2 Hardware vendors • Mellanox o bought Voltaire • Intel o bought Qlogic Infiniband business unit Need to standardize hardware. Mellanox and Qlogic cards work in different ways.
    [Show full text]
  • Storage Area Networks Windows 2000 and Windows Server 2003
    Server Clusters : Storage Area Networks Windows 2000 and Windows Server 2003 Microsoft Corporation Published: March 2003 Abstract This document describes what storage area networks (SAN) are, how server clusters can be deployed in a SAN, and how the Microsoft® Windows® platform, and Windows clustering in particular, take advantage of storage area network technology. Microsoft® Windows® Server 2003 Technical Article The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. © 2003. Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows NT, SQL Server, and the Windows logo are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
    [Show full text]
  • FICON Native Implementation and Reference Guide
    Front cover FICON Native Implementation and Reference Guide Architecture, terminology, and topology concepts Planning, implemention, and migration guidance Realistic examples and scenarios Bill White JongHak Kim Manfred Lindenau Ken Trowell ibm.com/redbooks International Technical Support Organization FICON Native Implementation and Reference Guide October 2002 SG24-6266-01 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. Second Edition (October 2002) This edition applies to FICON channel adaptors installed and running in FICON native (FC) mode in the IBM zSeries procressors (at hardware driver level 3G) and the IBM 9672 Generation 5 and Generation 6 processors (at hardware driver level 26). © Copyright International Business Machines Corporation 2001, 2002. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this redbook. ix Become a published author . .x Comments welcome. .x Chapter 1. Overview . 1 1.1 How to use this redbook . 2 1.2 Introduction to FICON . 2 1.3 zSeries and S/390 9672 G5/G6 I/O connectivity. 3 1.4 zSeries and S/390 FICON channel benefits . 5 Chapter 2. FICON topology and terminology . 9 2.1 Basic Fibre Channel terminology . 10 2.2 FICON channel topology. 12 2.2.1 Point-to-point configuration . 14 2.2.2 Switched point-to-point configuration . 15 2.2.3 Cascaded FICON Directors configuration. 16 2.3 Access control. 18 2.4 Fibre Channel and FICON terminology.
    [Show full text]
  • Infiniband Event-Builder Architecture Test-Beds for Full Rate Data
    International Conference on Computing in High Energy and Nuclear Physics (CHEP 2010) IOP Publishing Journal of Physics: Conference Series 331 (2011) 022008 doi:10.1088/1742-6596/331/2/022008 Infiniband Event-Builder Architecture Test-beds for Full Rate Data Acquisition in LHCb Enrico Bonaccorsi and Juan Manuel Caicedo Carvajal and Jean-Christophe Garnier and Guoming Liu and Niko Neufeld and Rainer Schwemmer CERN, 1211 Geneva 23, Switzerland E-mail: [email protected] Abstract. The LHCb Data Acquisition system will be upgraded to address the requirements of a 40 MHz readout of the detector. It is not obvious that a simple scale-up of the current system will be able to meet these requirements. In this work we are therefore re-evaluating various architectures and technologies using a uniform test-bed and software framework. Infiniband is a rather uncommon technology in the domain of High Energy Physics data acquisition. It is currently mainly used in cluster based architectures. It has however interesting features which justify our interest : large bandwidth with low latency, a minimal overhead and a rich protocol suite. An InfiniBand test-bed has been and set-up, and the purpose is to have a software interface between the core software of the event-builder and the software related to the communication protocol. This allows us to run the same event-builder over different technologies for comparisons. We will present the test-bed architectures, and the performance of the different entities of the system, sources and destinations, according to their implementation. These results will be compared with 10 Gigabit Ethernet testbed results.
    [Show full text]
  • Test, Simulation, and Integration of Fibre Channel Networked Systems by Mike Glass Principal Marketing Engineer Data Device Corporation
    Test, Simulation, and Integration of Fibre Channel Networked Systems By Mike Glass Principal Marketing Engineer Data Device Corporation September 2006 Test, Simulation, and Integration Of Fibre Channel Networked Systems Introduction Fibre Channel is a high-speed networking technology deployed on a number of military/aerospace platforms and programs. These include F- 18E/F, F-16, F-35, B1-B, B-2, E-2D, the Apache Longbow and MMH helicopters, and AESA Radar. Applications for Fibre Channel include mission computers, processor and DSP clusters; data storage; video processing, distribution, and displays; sensors such as radar, FLIR, and video; serial backplanes and IFF. Basic characteristics of Fibre Channel include a choice of copper and optical media options; 1 and 2 Gb operation, including auto-speed negotiation; and operation on multiple topologies including point-to-point, arbitrated loop, and switched fabric. In addition, Fibre Channel provides low latency to the single-digit microsecond level; address scalability with a space up to 224 ports; broadcast and multicast operation; unacknowledged and acknowledged classes of service; a means for providing variable quality of service (QoS); and multiple upper layer protocols (ULPs). Test and simulation applications for deployable Fibre Channel networks include the development of board and box-level systems and sub-systems, network integration, production test, and equipment maintenance. For software development and network integration, it’s often necessary to rely on Fibre Channel testers and analyzers to simulate unavailable equipment for traffic generation and monitoring. Some development and integration environments provide demanding requirements for real-time data monitoring, storage, and subsequent offline analysis. For production test and field maintenance, low cost testers are often better-suited than higher-priced analyzers.
    [Show full text]
  • Etsi Gr Ip6 009 V1.1.1 (2017-03)
    ETSI GR IP6 009 V1.1.1 (2017-03) GROUP REPORT IPv6-based Industrial Internet leveraging 6TiSCH technology Disclaimer The present document has been produced and approved by the IPv6 Integration (IP6) ETSI Industry Specification Group (ISG) and represents the views of those members who participated in this ISG. It does not necessarily represent the views of the entire ETSI membership. 2 ETSI GR IP6 009 V1.1.1 (2017-03) Reference DGR/IP6-0009 Keywords 6TiSCH, IPv6, network ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • News Letter V7
    Robin MacGillivray, BCS President, SBC West Message to Telecom Consultants Let me start out by wishing each of you a very Happy New Year, with hopes that 2004 will be your most successful year ever! Through your recommendations you have influenced millions of UPDATE dollars in revenue for the SBC family of companies Solutions for Success and it’s my commitment to you to do all we can to continue to earn your trust and confidence in Consultant/Vendor Sales Group 2004. That’s what “Stand & Deliver” is all about. February 2004 It’s a theme we’re using internally to constantly remind ourselves of our promise to you that we will always be the brand you can trust to deliver World-Class products and reliable service to your clients. It’s my personal goal to Stand & Deliver beyond your expectations. We believe the best competitive strategy we have for keeping Douglas Ireland customers is our ability to meet their needs, the first time, on time, SM everytime. There’s probably nothing more critical to the success of SBC FreedomLink Creating Special our business. As we enter a new year, there are a lot of things going National Wi-Fi Hotspot Network on that may directly impact you and your clients. Here are a few: ͷ SBC Internet Services, Inc. is now creating one of the nation’s We’re now offering Long Distance at incredible prices in all 13 states SBC Long Distance serves. largest wireless Internet access networks, commonly known as ͷ We’re offering all sorts of spectacular packages and bundles to Wi-Fi hotspots, under the FreedomLinkSM marquee.
    [Show full text]
  • Putting Switched Fabric to Work for Software Radio
    PUTTING SWITCHED FABRIC TO WORK FOR SOFTWARE RADIO Rodger H. Hosking (Pentek, Inc., Upper Saddle River, NJ, USA, [email protected]) ABSTRACT In order to take advantage of the wealth of high- volume, low-cost devices for mass-market electronics, and The most difficult problem for designers of high- to reap the same benefits of easier connectivity, even the performance, software radio systems is simply moving data most powerful high-end software radio RISC and DSP within the system because of data throughput limitations. processors from Freescale and Texas Instruments are now Driving this dilemma are processors with higher clock rates sporting gigabit serial interfaces. and wider buses, data converter products with higher sampling rates, more complex digital communication 2. GIGABIT SERIAL STANDARDS standards with increased bandwidths, disk storage devices with faster I/O rates, FPGAs and DSPs offering incredible The descriptive phrase “gigabit serial” covers a truly diverse computational rates, and system connections and network range of implementations and application spaces. Figure 1 links operating at higher speeds. shows most of the popular standards used in embedded Traditional system architectures relying on buses and systems suitable for software radio, along with how each parallel connections between system boards and mezzanines standard is normally deployed in a system. fall far short of delivering the required peak rates, and suffer even worse if they must be shared and arbitrated. New Standard Main Application strategies for solving these problems exploit gigabit serial Gigabit Ethernet Computer Networking links and switched fabric standards to create significantly FibreChannel Data Storage more powerful architectures ideally suited for embedded software radio systems.
    [Show full text]
  • Brocade Mainframe Connectivity Solutions
    PART 1: BROCADE MAINFRAME CHAPTER 2 CONNECTIVITY SOLUTIONS The modern IBM mainframe, also known as IBM zEnterprise, has a distinguished 50-year history BROCADEMainframe I/O and as the leading platform for reliability, availability, serviceability, and scalability. It has transformed Storage Basics business and delivered innovative, game-changing technology that makes the extraordinary possible, and has improved the way the world works. For over 25 of those years, Brocade, MAINFRAME the leading networking company in the IBM mainframe ecosystem, has provided non-stop The primary purpose of any computing system is to networks for IBM mainframe customers. From parallel channel extension to ESCON, FICON, process data obtained from Input/Output devices. long-distance FCIP connectivity, SNA/IP, and IP connectivity, Brocade has been there with IBM CONNECTIVITY and our mutual customers. Input and Output are terms used to describe the SOLUTIONStransfer of data between devices such as Direct This book, written by leading mainframe industry and technology experts from Brocade, discusses Access Storage Device (DASD) arrays and main mainframe SAN and network technology, best practices, and how to apply this technology in your storage in a mainframe. Input and Output operations mainframe environment. are typically referred to as I/O operations, abbreviated as I/O. The facilities that control I/O operations are collectively referred to as the mainframe’s channel subsystem. This chapter provides a description of the components, functionality, and operations of the channel subsystem, mainframe I/O operations, mainframe storage basics, and the IBM System z FICON qualification process. STEVE GUENDERT DAVE LYTLE FRED SMIT Brocade Bookshelf www.brocade.com/bookshelf i BROCADE MAINFRAME CONNECTIVITY SOLUTIONS STEVE GUENDERT DAVE LYTLE FRED SMIT BROCADE MAINFRAME CONNECTIVITY SOLUTIONS ii © 2014 Brocade Communications Systems, Inc.
    [Show full text]
  • Be Based on Ethernet, Infiniband, Or Fibre Channel in DEPTH / STORAGE
    Running SAN traffic over the LAN is becoming a realistic proposition, but will this future converged network be based on Ethernet, InfiniBand, or Fibre Channel IN DEPTH / STORAGE realistic proposition, but will this future converged network e Channel? By Andy Dornan One Network To Rule Them All ONVERGENCE IS about more iSCSI is a viable option, it’s mostly used in than just voice and data. Storage low-end networks that need speeds of 1 Gbps and networking vendors prom- or less. And even here, many users prefer to ise that the next-generation net- keep the SAN separate from the LAN, even if work will unite local and storage both are built from the same commodity Gi- Carea networks, virtualizing both over a single gabit Ethernet switches. network at 20 Gbps, 40 Gbps, or even 100 The new push toward unified networks dif- Gbps. And it isn’t just the networks that are fers from iSCSI in both its ambition and the coming together.The future SAN also involves resources behind it. Vendors from across the convergence of storage with memory. The networking and storage industries are collabo- same principles that originally abstracted rating on new standards that aim to unite mul- storage out of a local server can be applied to tiple networks into one. Startups Xsigo and RAM, too, while storage targets shift from 3Leaf Systems already have shipped propri- hard disks to flash memory. etary hardware and software aimed at virtual Longtime SAN users might feel a sense of I/O that can converge SAN with LAN, though n a m déjà vu.
    [Show full text]
  • Control Plane Vs
    Everything You Wanted To Know about Storage (But Were Too Proud To Ask) Part Mauve J Metz, Cisco Dror Goldenberg, Mellanox Chad Hintz, Cisco Fred Knight, NetApp November 1, 2016 Today’s Presenters J Metz Dror Goldenberg Chad Hintz Fred Knight SNIA Board VP Software SNIA-ESF Standards of Directors Architecture Board Technologist Cisco Mellanox Cisco NetApp 2 SNIA Legal Notice ! " The material contained in this presentation is copyrighted by the SNIA unless otherwise noted. ! " Member companies and individual members may use this material in presentations and literature under the following conditions: ! " Any slide or slides used must be reproduced in their entirety without modification ! " The SNIA must be acknowledged as the source of any material used in the body of any document containing material from these presentations. ! " This presentation is a project of the SNIA. ! " Neither the author nor the presenter is an attorney and nothing in this presentation is intended to be, or should be construed as legal advice or an opinion of counsel. If you need legal advice or a legal opinion please contact your attorney. ! " The information presented herein represents the author's personal opinion and current understanding of the relevant issues involved. The author, the presenter, and the SNIA do not assume any responsibility or liability for damages arising out of any reliance on or use of this information. NO WARRANTIES, EXPRESS OR IMPLIED. USE AT YOUR OWN RISK. 3 About SNIA 4 Agenda ! " Channel vs. Bus Host Network Storage ! " Control Plane vs. Data Plane ! " Fabric vs. Network Channel Busses Control Plane Data Plane Fabric Network 5 Off We Go! ! " Channel vs.
    [Show full text]
  • Legacy Technologies
    Legacy Technologies Reference Manual P/N 300-011-727 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.EMC.com Copyright © 2001 – 2011 EMC Corporation. All rights reserved. Published April, 2011 EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED “AS IS.” EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date regulatory document for your product line, go to the Technical Documentation and Advisories section on EMC Powerlink. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All other trademarks used herein are the property of their respective owners. 2 Legacy Technologies Reference Manaul Contents Preface.............................................................................................................................. 9 Chapter 1 Fibre Channel Arbitrated Loop (FC-AL) FC-AL ................................................................................................. 16 Overview..................................................................................... 16 Loop construction.....................................................................
    [Show full text]