Study and Performance Analysis of IP-based Storage System

Size: px
Start display at page:

Download "Study and Performance Analysis of IP-based Storage System"

Transcription

1 Study and Performance Analysis of IP-based Storage System Zhang Jizheng, Yang Bo, Guo Jing, Jia Huibo Optical Memory National Engineering Research Center (OMNERC), Tsinghua University, Beijing, China ABSTRACT Storage technology has enjoyed considerable growth since the first disk drive was introduced nearly 50 years ago. Various storage devices with large volume and high performance are emerging and they carry the important information for our social life. How to make the devices more broadly and effectively used and make the information more available is a problem for today. IP-based Storage provides such a cheap interface for storage devices under the rapid development of network technology. This paper answers what is network storage relative to traditional storage and then puts emphasis on two typical IP-based storage technologies and iscsi. The article evaluates the performance of and iscsi by measuring and analyzing file-level access performance and block-level access performance. Our test results show that iscsi provides higher performance then using NFS protocol in Linux or SMB protocol in Windows ( scheme). The last part of the paper gives characteristic and trade-off of several IP-based storage system architectures. Keywords: Network Storage,, iscsi, SAN 1. INTRODUCTION Today, exponential data growth requires data storage systems that are massive in terms of storage capacity and access performance. As the foundation of storage system, storage devices develop rapidly. Since the first disk drive in 1956, disks have grown by over six orders of magnitude in density and over four orders in performance. How to make the devices well used to satisfy user needs becomes a problem for today. Modern storage system should consolidate resources, allow data sharing, be possible to distribute them over global distances and at the same time be centrally managed. It should also deploy quickly, be highly available, make them secure against external and internal abuse, and scale their performance with capacity. It is undoubted that storage plays more and more important role nowadays. Data storage was previously thought to belong to the inside of server cases or tight next to a mainframe computer. However, as networking technology started to affect storage device connections, the placement and distance of storage systems gradually changed. First, they moved to their own storage subsystems; then, they were located at almost any distance from the computers they serve. Formerly known as peripheral devices, storage systems became the center of many Information Technology (IT) operations. Today, data storage systems constitute major portions of many IT budgets. In data centers, computing nodes (servers) became peripheral to the storage systems; servers are upgraded and connected to storage systems to satisfy the data processing requirements. Storage becomes an independent storage subsystem, departs from host and is networked as a network node. We call it network storage (also known as storage networking or networked storage ). The rapid development of networking technology is the base of network storage. And at one time, two mostly uncorrelated computer technology areas, networking and storage, now seem to be inseparable. Network storage is considered to have the same significance as Personal Computer (PC) and Networking before in Information Technology. Traditional storage includes local storage and storage within C/S (/) model. Both of them have the same characteristic that they connect block-based storage devices directly to the I/O bus of a host machine (e.g., via SCSI or ATA/IDE). As illustrated in Fig. 1, storage devices are directly connected to client in local storage. Though in C/S storage, client accesses server s data through network (LAN in Fig. 1), storage devices are still directly connected to the server. In each case, storage system is peripheral of the host. This kind of storage is called DAS (Direct Attached Storage) or sometimes Host Attached Storage. 150 Advances in Optical Data Storage Technology, edited by Duanyi Xu, Kees A. Schouhamer Immink, Keiji Shono, Proceedings of SPIE Vol (SPIE, Bellingham, WA, 2005) X/05/$15 doi: /

2 iscsi Device LAN SCSI ATA/IDE SAN Fig. 1. Simple introduction of DAS, and SAN (Network Attached Storage) and SAN (Storage Area Network) are two of the most important technologies of network storage. As illustrated in Fig. 1, specialized file server that serves file system data over a network is generally referred to as server (or directly ). We can consider as an independent storage device directly connected to LAN. SAN is a specialized network for storage data that can connect multiple hosts to multiple storage devices. Any high speed networking technologies can be used in SAN such as FC (Fibre Channel), GE (Gigabit ), Infiniband, etc. iscsi (Internet SCSI) is the upper protocol used in IP SAN (e.g., iscsi/tcp/ip/). FC, iscsi and Infiniband are all transport mechanisms to transfer SCSI protocol data. iscsi is an IP-based technology, so iscsi can be widely used not only in SAN but in LAN and even WAN. and iscsi are both IP-based storage technologies. As a general communication infrastructure, IP-based technologies have experienced a widespread success that no other data communication technology, before and after it, has. is another success story that made this technology the de facto standard for local area networks (LANs). With widespread use come economies of scale and reduction of costs. In addition, kept increasing its speed 10- fold in every generation. These two trends provide IP/-based networks a cost/performance advantage that cannot be matched by any other data communication technology. Because of IP/ s cost/performance advantage and widespread availability, it appealed to storage professionals as a means to construct and supplement storage networks. IP-based storage, storage virtualization and /SAN combination are considered as the development trends of network storage. The remainder of this article is organized as follows. We introduce and iscsi in detail, draw a comparison between the two IP-based storage technologies and evaluate the performance of them by measuring and analyzing. We discuss today s prominent storage architectures including /SAN combination and the trade-off involved. At last, we design and implement an IP-based storage system for data center and conduct real performance measurements for it. 2. AND ISCSI and iscsi are both IP-based storage technologies. If we use iscsi devices directly in data network such as LAN instead of storage network, devices and iscsi devices are almost the same in their physical connections. But they are essentially different Proc. of SPIE Vol

3 A device is a special-purpose storage system that is accessed remotely over a data network. s access via a remote-procedure-call (RPC) interface such as NFS (Network File System) for UNIX systems, or CIFS (Common Internet File Share, also known as SMB, Message Block) for Windows machines. The remote procedure calls are carried via TCP or UDP over an IP network -- usually the same LAN that carries all data traffic to the clients. File Web Mail SQL... General Web Mail SQL... General File File General File Data Other Data (a) (b) (c) Fig. 2. Network Attached Storage is a reduced specialized server only used for file service (Fig. 2b). device is usually implemented as a RAID array with software that implements the remote procedure call interface. It is easiest to think of as simply network storage device such as a disk (Fig. 2b) iscsi Currently, the most widely used storage access protocol is SCSI. The SCSI protocol supports several underlying I/O interconnects. The parallel SCSI bus is the most widely used interconnect between SCSI devices and a host. However, parallel SCSI has several limitations. The fundamental limitations are distance and the number of storage devices that can be attached. A parallel SCSI bus can only stretch to several meters and attach at most 16 disk devices. These limitations restrict the scalability of a storage system. Initiator Target SCSI iscsi TCP IP Link SCSI iscsi TCP IP Link IP Network Fig. 3. iscsi protocol layering model Fibre channel has long dominated the realm of SAN. However with prevalent deployment and accessibility, IP network can be exploited to serve as storage data carriers to extend the storage system. Emerging as an end-to-end protocol for transporting storage I/O block data over IP networks, iscsi encapsulates disk access requests (in the form of SCSI CDB 152 Proc. of SPIE Vol. 5643

4 commands) into TCP packets, and transmits the SCSI commands and block-level data over IP networks (Fig. 3). Thus, iscsi encompasses two major protocols: for storage access, SCSI, and for networking transport, TCP/IP. By exploiting the ubiquitous Internet infrastructure, it extends the SAN network to a remote area and greatly facilitates remote storage, remote backup, data mirroring, and remote management. It also unifies the storage and data networks, thus greatly reducing management cost. As shown in Figure 3, the iscsi layer interfaces to the operating systems standard SCSI set. The iscsi layer includes encapsulated SCSI commands, data and status reporting capability. The iscsi protocol monitors the block data transfer and validates completion of the I/O operation. This occurs over one or more TCP connections between initiator and target. In practical applications, an initiator may have multiple target resources over an IP network, and consequently multiple concurrent TCP connections active. SCSI commands are typically issued by a storage initiator (client) to a storage target (server). iscsi initiator is generally host and iscsi target is networked iscsi device. There are three options for iscsi initiator implementation (Fig. 4). The easiest solution is to put iscsi software drivers in initiator computers and handle all processing using the host CPUs. Although this is a low-cost solution, it will slow down the host processor. To improve the performance, we can use a Network Interface Card (NIC) with TCP Off-load Engine (TOE) or an iscsi Host Bus Adapter (HBA) off-loading not only TCP but iscsi protocol. Fig. 4. Three options for iscsi initiator implementation 2.3. Comparison between and iscsi The essential difference between two IP-based storage technologies and iscsi is illustrated in Fig. 5. Since NFS is a representative protocol of, we use it to explain the difference. The host application initiates the operation by a regular system call. If the operating system identifies the file as a local one, the operation is given to Local File System. If the file is identified as a remote one, the operating system will invoke the appropriate NFS procedure. An RPC call is made to the NFS service layer at the. The call is reinjected to the system, which finds that it is local and invokes the appropriate file system operation. Let s go back to see the first case that the operation is given to Local File System. Then the operation is mapped to storage device. If the operating system identifies the device as local disks, the operation will be finished as local storage (DAS). If the storage device is identified as remote iscsi device, the operating system uses iscsi protocol to establish one or more sessions between the host and the iscsi device and perform the operation in iscsi device. Proc. of SPIE Vol

5 Application Local File System Volume Manager Disk I/O System iscsi Initiator Block I/O IP Network iscsi Target NFS File I/O IP Network NFS File System Volume Manager Disk I/O System Block I/O Local Disks Disks Disks iscsi Device Device Fig. 5. Comparison between and iscsi uses high-level file I/O access protocols while iscsi is a relatively low-level block I/O access protocol. iscsi can be used not only in file service but also in database because upper applications have no influence to iscsi. We can consider iscsi device as remote disk that has the same usage as local one. We test the performance of and iscsi. In order to better explain the difference between them, we use the same hardware to construct device and iscsi device. The testbed environment is described as follows. CPU Celeron 1.7G Memory 256M (DDR266) Disk IBM DDYS-T18350N (18G) SCSI Disk Network Interface 3COM 3C996B-T 1000Base-T Adapter OS RedHat Linux 7.2 Kernel (2.4.7) Tab. 1. Component of and iscsi device We use the same SCSI disk here for two devices even though ATA/IDE disk is also available for. Gigabit NIC is directly connected to a host s Gigabit NIC without passing through a Gigabit Switch for each device to eliminate the influence of Switch. and iscsi are both implemented by software on Linux. We use IOMeter as the benchmark to compare iscsi with SMB ( scheme in Windows) protocol and Bonnie a to compare iscsi with NFS ( scheme in Linux) protocol. It is obvious that local storage with SCSI disk should have the highest performance in the test, and its throughput represents the upper limit of the SCSI disk. As shown in Fig. 6, the throughput of iscsi is close to local SCSI when read and almost the same when write. That means iscsi disk can be considered as a local SCSI disk if ignoring the iscsi and TCP/IP protocol overhead. Whereas the performance of is far lower than them. The results show that iscsi provides higher performance than with SMB protocol from one client s point of view. When we increase the number of clients, total throughput of will increase and finally achieve the limit no less than iscsi. On the contrary, when the request size is big enough, one client can even lead the iscsi disk close to its limit (Fig. 6), so more clients won t help more increase iscsi disk s total throughput. However a user doesn t care the total throughput but the 154 Proc. of SPIE Vol. 5643

6 throughput he can get, so block-based iscsi with lower protocol overhead and higher performance than is a good choice for him when there are not many other hosts using the iscsi disk Read Write Throughput (MB/s) SCSI iscsi B 1K 2K 4K 8K 16K 32K 64K 128K 256K 512K 1M 2M 4M 8M 16M Request size (Bytes) SCSI 2 iscsi B 1K 2K 4K 8K 16K 32K 64K 128K 256K 512K 1M 2M 4M 8M 16M Request size (Bytes) Fig. 6. Performance test of iscsi and (SMB) Seq output Seq input Random Per char Block Rewrite Per char Block Seek K/sec CP% K/sec CP% K/sec CP% K/sec CP% K/sec %CP K/sec %CP iscsi NFS Tab. 2. Performance test of iscsi and (NFS) A big file of 1000MB is used in Bonnie++ test. We get the similar results that iscsi provides higher performance than NFS in most cases especially block-based sequent read (Tab. 2). 3. TODAY S STORAGE ACHITECTURE AND TRADE-OFFS An ideal storage architecture would provide strong security, data sharing across platforms (i.e., operating systems), high performance, and scalability in terms of the number of devices and clients. Today s architectures force system designers to decide which of these features is most important, as choosing an architecture involves a trade-off. The three basic storage architectures in common use today are DAS, SAN and. New architectures like head and SAN file system have been introduced in an attempt to capture the features of both and SAN. DAS connects block-based storage devices directly to the I/O bus of a host machine (e.g., via SCSI or ATA/IDE). While DAS offers high performance and minimal security concerns, there are limits on connectivity. SCSI, for example, is limited by the width of the bus (a 16-bit bus can have at most 16 hosts or devices). To address the connectivity limits of DAS, and consequently enable the consolidation and sharing of storage devices, the SAN was introduced. A SAN is a switched fabric that provides a fast, scalable interconnect for large numbers of hosts and storage devices. With this added connectivity, however, came the need for better for better security. SAN therefore introduced concepts such as zoning (like a virtual private network) and host-device authentication to keep the fabric secure. DAS and SAN are both block-based. The storage application (e.g., file system) is responsible for mapping its data structures (file and directories) to blocks on the storage devices. The extra data required to do this mapping is commonly referred to as metadata. For multiple hosts to share data blocks, they must also share metadata, and do so in a manner that guarantees metadata consistency among the hosts. The complexity of this process has resulted in block sharing only among tightly coupled performance-sensitive storage applications such as clustered file systems and databases. Most other infrastructures only allow hosts to share data indirectly through files by using. Proc. of SPIE Vol

7 is just another name for file serving, which was introduced to enable data sharing across platforms. With, the metadata describing how files are stored on devices is managed completely on the file server. This level of indirection enables cross-platform data sharing but comes at the cost of directing all I/O through the single file server. may be implemented o top of a SAN or with DAS, the former often referred to as head (or gateway). In either case, clients will be limited by the performance of the file server and will rarely see the aggregate performance of the storage devices (Fig. 7b). 2 2 head SAN 1 1 SAN Metadata (a) (b) (c) Fig. 7. Symmetrical and asymmetrical architectures of /SAN combination To address the performance limitations of, SAN file systems have recently appeared. In a SAN file system, the file metadata server and clients are all connected to a SAN on which the file system is stored (Fig. 7c). Given this connectivity, the metadata server can share file metadata with the clients, thus allowing the clients to directly access the storage devices. Examples include EMC s High Road, IBM s Storage Tank, and Veritas SAN Point Direct. Because the devices have no mechanism for authorizing I/O, increasing file serving performance in this manner reduces security; the SAN mechanisms for device security only protect the entire device, not data within the device. Fig. 7a shows a general. Fig. 7b and Fig. 7c show symmetrical and asymmetrical architectures of /SAN combination respectively. The architecture illustrated in Fig. 7b is symmetrical and referred to as head. The architecture illustrated in Fig. 7c is asymmetrical and referred to as SAN file system. 1 and 1 (from metadata server s view, general servers here are also clients which require to be served) in Fig. 7c can directly access the storage devices. Through the metadata server, 2 and 2 can access the storage devices too. In the latter case, the metadata server becomes head. Each kind of architecture has its own advantages, disadvantages and applicable area. In fact, the real meaning of /SAN combination is not to use and SAN together but to combine the benefits of them. Some new emerging storage technologies such as OBS (Object Based Storage) and DAFS (Direct Access File System) have the similar considerations. The trade-off in today s architecture is therefore security and cross-platform data sharing (file) vs. high performance (blocks). While files allow one to securely share data between systems, the overhead imposed by a file server can limit performance. Yet, increasing file serving performance by allowing direct client access comes at the cost of security. Building a scalable, high performance, cross-platform, secure data sharing architecture needs to combine both the direct access nature of SAN and the data sharing and security capabilities of. 4. IP-BASED STORAGE SYSTEM FOR DATA CENTER 156 Proc. of SPIE Vol. 5643

8 If all storage devices are attached to a single server such as traditional file server or head, all I/O will be directed through the server. The server becomes bottleneck. As show in Fig. 8, the total throughput that users access two disks through a server is no more than users access one disk. However, if two disks depart from the server, become networkattached disks and be accessed by users directly through the network, we can think them as two. The total throughput of accessing two is approximately twice as large as accessing one disk through a server. Total Throughput (MBps) READ with 1 Disk with 2 Disks Total Throughput (MBps) WRITE Number of s Fig. 8. Throughput of a file server with 1 disk, with 2 disks and 2 Therefore, our basic idea to design the system is that storage devices must be accessed directly by the users without passing through a server. Fig. 9 shows the system architecture of data center. Gigabit Device iscsi Device Metadata DATA CENTER (Optional) SAN Fig. 9. System architecture of data center Proc. of SPIE Vol

9 We put hosts and storage devices in one high-speed network so that hosts can access storage devices directly. A metadata server is needed like SAN file system mentioned in part three. Data center is supposed to handle a great deal of traffic and most of them are read operations, so the asymmetrical architecture satisfies the requirements. The difference between our system and SAN file system is as follows. We use all IP-based storage technologies, and iscsi, so the storage devices can be directly connected to LAN. SAN in our system is optional. The function of the SAN is to move a large amount of data form one device to another such as LAN-free backup. For example, if a user want to read a file, the host sends request to metadata server. After metadata server sends the metadata to the host, the host read the file directly from corresponding storage devices. The and iscsi devices are plug and play and they are transparent to users. Besides providing metadata to hosts, metadata server is responsible for central management. Because we use IP-based storage technologies, the system is very cheap and relatively easy to be implemented. We use two devices and two iscsi devices to perform a test compared with traditional storage system that four devices are all attached to a single server. The results are shown in Fig. 10. The throughput of data center is more than three times as large as traditional server. Furthermore, data center is easy to be scaled Traditional Our Data Center Total Throughput (MBps) Fig. 10. Comparison between traditional server and data center 5. CONCLUTIONS As a general communication infrastructure, IP-based technologies have experienced a widespread success that no other data communication technology has. Thus IP-based storage technologies and iscsi have great advantages. uses high-level file I/O access protocols while iscsi is a relatively low-level block I/O access protocol. iscsi can be used in both SAN and LAN. Our test results show that iscsi provides higher performance then using NFS protocol in Linux or SMB protocol in Windows ( scheme). The trade-off in today s architecture is security and cross-platform data sharing (file) vs. high performance (blocks). While files allow one to securely share data between systems, the overhead imposed by a file server can limit performance. Yet, increasing file serving performance by allowing direct client access comes at the cost of security. Building a scalable, high performance, cross-platform, secure data sharing architecture needs to combine both the direct access nature of SAN and the data sharing and security capabilities of. 158 Proc. of SPIE Vol. 5643

10 We design and implement an IP-based data-center-oriented storage system. The basic idea is that storage devices must be accessed directly by the users without passing through a server. From the performance test of the system, we get a good result compared with traditional server. Many problems in data center can still be further studied in the future. ACKNOWLEDGEMENTS Many people contributed to the discussions and designs of the data center system. Thanks to my colleagues for their help in conducting the experiments and the implementation of the system. REFERENCES 1. Randy H. Katz, Network-Attached Storage Systems, Proceedings of the Scalable High Performance Computing Conference-SHPCC-92, pp , Garth A. Gibson and Rodney Van Meter, Network Attached Storage Architecture, Communicatons of the ACM, vol. 43, no. 11, pp , Nov Kaladhar Voruganti and Prasenjit Sarkar, An Analysis of Three Gigbit Networking Protocols for Storage Area Networks, Performance, Computing, and Communications, IEEE International Conference, pp , Kalman Z. Meth and Julian Satran, Features of the iscsi Protocol, IEEE Communications Magazine, vol. 41, no. 8, pp , Aug Julian Satran, et al., iscsi (Internet SCSI), 6. UNH ISCSI Consortium, 7. Mike Mesnier, Gregory R. Ganger, and Erik Riedel, Object-Based Storage, IEEE Communications Magazine, vol. 41, no. 8, pp , Aug Shared Storage Model, Yingping Lu and David H. C. Du, Performance Study of iscsi-based Storage Subsystems, IEEE Communications Magazine, vol. 41, no. 8, pp , Aug Stephen Aiken, Dirk Grunwald, and Andrew R. Pleszkum, A Performance Analysis of the iscsi Protocol, Proceedings of the 20 th IEEE/11 th A Goddard Conference on Mass Storage Systems and Technologies (MSS 03), pp , Jerry Sievert, Iometer: The I/O Performance Analysis Tool for s, Tim Bray, textuality - Bonnie, Huseyin Simitci, Storage Network Performance Analysis, Wiley Publishing, Inc., Abraham Silberschatz, Peter Baer Galvin, and Greg Gagne, Operating System Concepts, Sixth Edition, Wiley Text Books, Proc. of SPIE Vol

Network Attached Storage. Jinfeng Yang Oct/19/2015

Network Attached Storage. Jinfeng Yang Oct/19/2015 Network Attached Storage Jinfeng Yang Oct/19/2015 Outline Part A 1. What is the Network Attached Storage (NAS)? 2. What are the applications of NAS? 3. The benefits of NAS. 4. NAS s performance (Reliability

More information

EVOLUTION OF NETWORKED STORAGE

EVOLUTION OF NETWORKED STORAGE EVOLUTION OF NETWORKED STORAGE Sonika Jindal 1, Richa Jindal 2, Rajni 3 1 Lecturer, Deptt of CSE, Shaheed Bhagat Singh College of Engg & Technology, Ferozepur. sonika_manoj@yahoo.com 2 Lecturer, Deptt

More information

Block based, file-based, combination. Component based, solution based

Block based, file-based, combination. Component based, solution based The Wide Spread Role of 10-Gigabit Ethernet in Storage This paper provides an overview of SAN and NAS storage solutions, highlights the ubiquitous role of 10 Gigabit Ethernet in these solutions, and illustrates

More information

Online Remote Data Backup for iscsi-based Storage Systems

Online Remote Data Backup for iscsi-based Storage Systems Online Remote Data Backup for iscsi-based Storage Systems Dan Zhou, Li Ou, Xubin (Ben) He Department of Electrical and Computer Engineering Tennessee Technological University Cookeville, TN 38505, USA

More information

Quantum StorNext. Product Brief: Distributed LAN Client

Quantum StorNext. Product Brief: Distributed LAN Client Quantum StorNext Product Brief: Distributed LAN Client NOTICE This product brief may contain proprietary information protected by copyright. Information in this product brief is subject to change without

More information

iscsi: Accelerating the Transition to Network Storage

iscsi: Accelerating the Transition to Network Storage iscsi: Accelerating the Transition to Network Storage David Dale April 2003 TR-3241 WHITE PAPER Network Appliance technology and expertise solve a wide range of data storage challenges for organizations,

More information

A Performance Analysis of the iscsi Protocol

A Performance Analysis of the iscsi Protocol A Performance Analysis of the iscsi Protocol Stephen Aiken aikens@cs.colorado.edu Dirk Grunwald grunwald@cs.colorado.edu Jesse Willeke willeke@schof.colorado.edu Andrew R. Pleszkun arp@boulder.colorado.edu

More information

SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS. Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it

SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS. Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it 1. Introduction: SAN vs NAS. 2. SAN. 3. NAS. 4. SNAPSHOT. 5. Data Acquisition. INTRODUCTION STORAGE:

More information

From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller

From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller White Paper From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller The focus of this paper is on the emergence of the converged network interface controller

More information

HP iscsi storage for small and midsize businesses

HP iscsi storage for small and midsize businesses HP iscsi storage for small and midsize businesses IP SAN solution guide With data almost doubling in volume every year, businesses are discovering that they need to take a strategic approach to managing

More information

Building Enterprise-Class Storage Using 40GbE

Building Enterprise-Class Storage Using 40GbE Building Enterprise-Class Storage Using 40GbE Unified Storage Hardware Solution using T5 Executive Summary This white paper focuses on providing benchmarking results that highlight the Chelsio T5 performance

More information

Moving Virtual Storage to the Cloud

Moving Virtual Storage to the Cloud Moving Virtual Storage to the Cloud White Paper Guidelines for Hosters Who Want to Enhance Their Cloud Offerings with Cloud Storage www.parallels.com Table of Contents Overview... 3 Understanding the Storage

More information

Storage Basics. Storage is a huge topic, but this article will give you a high-level look at how it all fits together.

Storage Basics. Storage is a huge topic, but this article will give you a high-level look at how it all fits together. Storage Basics Oftentimes, storage isn't given enough attention in system architecture, but it can make or break the service level agreement (SLA) for your application response times. Understanding how

More information

IP SAN: Low on Fibre

IP SAN: Low on Fibre IP SAN: Low on Fibre Smriti Bhagat CS Dept, Rutgers University Abstract The era of Fibre Channel interoperability is slowly dawning. In a world where Internet Protocol (IP) dominates local and wide area

More information

Optimizing Large Arrays with StoneFly Storage Concentrators

Optimizing Large Arrays with StoneFly Storage Concentrators Optimizing Large Arrays with StoneFly Storage Concentrators All trademark names are the property of their respective companies. This publication contains opinions of which are subject to change from time

More information

NAS or iscsi? White Paper 2007. Selecting a storage system. www.fusionstor.com. Copyright 2007 Fusionstor. No.1

NAS or iscsi? White Paper 2007. Selecting a storage system. www.fusionstor.com. Copyright 2007 Fusionstor. No.1 NAS or iscsi? Selecting a storage system White Paper 2007 Copyright 2007 Fusionstor www.fusionstor.com No.1 2007 Fusionstor Inc.. All rights reserved. Fusionstor is a registered trademark. All brand names

More information

Moving Virtual Storage to the Cloud. Guidelines for Hosters Who Want to Enhance Their Cloud Offerings with Cloud Storage

Moving Virtual Storage to the Cloud. Guidelines for Hosters Who Want to Enhance Their Cloud Offerings with Cloud Storage Moving Virtual Storage to the Cloud Guidelines for Hosters Who Want to Enhance Their Cloud Offerings with Cloud Storage Table of Contents Overview... 1 Understanding the Storage Problem... 1 What Makes

More information

THE CLOUD STORAGE ARGUMENT

THE CLOUD STORAGE ARGUMENT THE CLOUD STORAGE ARGUMENT The argument over the right type of storage for data center applications is an ongoing battle. This argument gets amplified when discussing cloud architectures both private and

More information

White Paper Technology Review

White Paper Technology Review White Paper Technology Review iscsi- Internet Small Computer System Interface Author: TULSI GANGA COMPLEX, 19-C, VIDHAN SABHA MARG, LUCKNOW 226001 Uttar Pradesh, India March 2004 Copyright 2004 Tata Consultancy

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability White Paper Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability The new TCP Chimney Offload Architecture from Microsoft enables offload of the TCP protocol

More information

A Packet Forwarding Method for the ISCSI Virtualization Switch

A Packet Forwarding Method for the ISCSI Virtualization Switch Fourth International Workshop on Storage Network Architecture and Parallel I/Os A Packet Forwarding Method for the ISCSI Virtualization Switch Yi-Cheng Chung a, Stanley Lee b Network & Communications Technology,

More information

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization New Drivers in Information Storage Data is unquestionably the lifeblood of today s digital organization. Storage solutions remain

More information

The proliferation of the raw processing

The proliferation of the raw processing TECHNOLOGY CONNECTED Advances with System Area Network Speeds Data Transfer between Servers with A new network switch technology is targeted to answer the phenomenal demands on intercommunication transfer

More information

SAN and NAS Bandwidth Requirements

SAN and NAS Bandwidth Requirements SAN and NAS Bandwidth Requirements Exploring Networked Storage Scott Kipp Office of the CTO Brocade Inc. Categorizing Storage - DAS SAN - NAS Directly Attached Storage DAS Storage that is connected point-to-point

More information

Storage Networking Foundations Certification Workshop

Storage Networking Foundations Certification Workshop Storage Networking Foundations Certification Workshop Duration: 2 Days Type: Lecture Course Description / Overview / Expected Outcome A group of students was asked recently to define a "SAN." Some replies

More information

On Cloud Computing Technology in the Construction of Digital Campus

On Cloud Computing Technology in the Construction of Digital Campus 2012 International Conference on Innovation and Information Management (ICIIM 2012) IPCSIT vol. 36 (2012) (2012) IACSIT Press, Singapore On Cloud Computing Technology in the Construction of Digital Campus

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Chapter 13 Selected Storage Systems and Interface

Chapter 13 Selected Storage Systems and Interface Chapter 13 Selected Storage Systems and Interface Chapter 13 Objectives Appreciate the role of enterprise storage as a distinct architectural entity. Expand upon basic I/O concepts to include storage protocols.

More information

VERITAS Backup Exec 9.0 for Windows Servers

VERITAS Backup Exec 9.0 for Windows Servers WHITE PAPER Data Protection Solutions for Network Attached Storage VERITAS Backup Exec 9.0 for Windows Servers VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Background...3 Why Use a NAS

More information

an introduction to networked storage

an introduction to networked storage an introduction to networked storage How networked storage can simplify your data management The key differences between SAN, DAS, and NAS The business benefits of networked storage Introduction Historical

More information

How To Build A Clustered Storage Area Network (Csan) From Power All Networks

How To Build A Clustered Storage Area Network (Csan) From Power All Networks Power-All Networks Clustered Storage Area Network: A scalable, fault-tolerant, high-performance storage system. Power-All Networks Ltd Abstract: Today's network-oriented computing environments require

More information

Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet. September 2014

Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet. September 2014 Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet Anand Rangaswamy September 2014 Storage Developer Conference Mellanox Overview Ticker: MLNX Leading provider of high-throughput,

More information

Distributed RAID Architectures for Cluster I/O Computing. Kai Hwang

Distributed RAID Architectures for Cluster I/O Computing. Kai Hwang Distributed RAID Architectures for Cluster I/O Computing Kai Hwang Internet and Cluster Computing Lab. University of Southern California 1 Presentation Outline : Scalable Cluster I/O The RAID-x Architecture

More information

POWER ALL GLOBAL FILE SYSTEM (PGFS)

POWER ALL GLOBAL FILE SYSTEM (PGFS) POWER ALL GLOBAL FILE SYSTEM (PGFS) Defining next generation of global storage grid Power All Networks Ltd. Technical Whitepaper April 2008, version 1.01 Table of Content 1. Introduction.. 3 2. Paradigm

More information

NAS or iscsi? White Paper 2006. Selecting a storage system. Copyright 2006 Open-E www.open-e.com

NAS or iscsi? White Paper 2006. Selecting a storage system. Copyright 2006 Open-E www.open-e.com NAS or iscsi? Selecting a storage system White Paper 2006 Copyright 2006 Open-E www.open-e.com 2006 Open-E GmbH. All rights reserved. Open-E is a registered trademark. All brand names and products are

More information

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2.

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. What are the different types of virtualization? Explain

More information

IP Storage: The Challenge Ahead Prasenjit Sarkar, Kaladhar Voruganti Abstract 1 Introduction

IP Storage: The Challenge Ahead Prasenjit Sarkar, Kaladhar Voruganti Abstract 1 Introduction _ IP Storage: The Challenge Ahead Prasenjit Sarkar, Kaladhar Voruganti IBM Almaden Research Center San Jose, CA 95120 {psarkar,kaladhar}@almaden.ibm.com tel +1-408-927-1417 fax +1-408-927-3497 Abstract

More information

Using High Availability Technologies Lesson 12

Using High Availability Technologies Lesson 12 Using High Availability Technologies Lesson 12 Skills Matrix Technology Skill Objective Domain Objective # Using Virtualization Configure Windows Server Hyper-V and virtual machines 1.3 What Is High Availability?

More information

TCP Offload Engines. As network interconnect speeds advance to Gigabit. Introduction to

TCP Offload Engines. As network interconnect speeds advance to Gigabit. Introduction to Introduction to TCP Offload Engines By implementing a TCP Offload Engine (TOE) in high-speed computing environments, administrators can help relieve network bottlenecks and improve application performance.

More information

Microsoft Exchange Server 2003 Deployment Considerations

Microsoft Exchange Server 2003 Deployment Considerations Microsoft Exchange Server 3 Deployment Considerations for Small and Medium Businesses A Dell PowerEdge server can provide an effective platform for Microsoft Exchange Server 3. A team of Dell engineers

More information

storage elements and computer systems so that data transfer is secure and robust."

storage elements and computer systems so that data transfer is secure and robust. Storage Architecture Choice, SAN or NAS LaNet Merrill SGI SAN & HA Product Marketing Manager storage elements and computer systems so that data transfer is secure and robust." Unlike the traditional direct-attach

More information

Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau

Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau Agenda Session Objectives Feature Overview Technology Overview Compellent Differentiators Competition Available Resources Questions

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

SEMI SYMMETRIC METHOD OF SAN STORAGE VIRTUALIZATION

SEMI SYMMETRIC METHOD OF SAN STORAGE VIRTUALIZATION SEMI SYMMETRIC METHOD OF SAN STORAGE VIRTUALIZATION Mrs. Dhanamma Jagli¹, Mr. Ramesh Solanki1², Mrs. Rohini Temkar³, Mrs. Laxmi Veshapogu 4 1,2, 3 Assistant Professor, Department of MCA, V.E.S. Institute

More information

iscsi Top Ten Top Ten reasons to use Emulex OneConnect iscsi adapters

iscsi Top Ten Top Ten reasons to use Emulex OneConnect iscsi adapters W h i t e p a p e r Top Ten reasons to use Emulex OneConnect iscsi adapters Internet Small Computer System Interface (iscsi) storage has typically been viewed as a good option for small and medium sized

More information

Fibre Channel Over and Under

Fibre Channel Over and Under Fibre Channel over : A necessary infrastructure convergence By Deni Connor, principal analyst April 2008 Introduction Consolidation of IT datacenter infrastructure is happening in all forms. IT administrators

More information

Benefits of Networked Storage: iscsi & Fibre Channel SANs. David Dale, NetApp

Benefits of Networked Storage: iscsi & Fibre Channel SANs. David Dale, NetApp Benefits of Networked Storage: iscsi & Fibre Channel SANs David Dale, NetApp SNIA Legal Notice The material contained in this presentation is copyrighted by the SNIA. Member companies and individuals may

More information

Building High-Performance iscsi SAN Configurations. An Alacritech and McDATA Technical Note

Building High-Performance iscsi SAN Configurations. An Alacritech and McDATA Technical Note Building High-Performance iscsi SAN Configurations An Alacritech and McDATA Technical Note Building High-Performance iscsi SAN Configurations An Alacritech and McDATA Technical Note Internet SCSI (iscsi)

More information

Storage Solutions Overview. Benefits of iscsi Implementation. Abstract

Storage Solutions Overview. Benefits of iscsi Implementation. Abstract Storage Solutions Overview Benefits of iscsi Implementation Aberdeen LLC. Charles D. Jansen Published: December 2004 Abstract As storage demands continue to increase and become more complex, businesses

More information

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010 Best Practices for Data Sharing in a Grid Distributed SAS Environment Updated July 2010 B E S T P R A C T I C E D O C U M E N T Table of Contents 1 Abstract... 2 1.1 Storage performance is critical...

More information

V:Drive - Costs and Benefits of an Out-of-Band Storage Virtualization System

V:Drive - Costs and Benefits of an Out-of-Band Storage Virtualization System V:Drive - Costs and Benefits of an Out-of-Band Storage Virtualization System André Brinkmann, Michael Heidebuer, Friedhelm Meyer auf der Heide, Ulrich Rückert, Kay Salzwedel, and Mario Vodisek Paderborn

More information

PERFORMANCE TUNING ORACLE RAC ON LINUX

PERFORMANCE TUNING ORACLE RAC ON LINUX PERFORMANCE TUNING ORACLE RAC ON LINUX By: Edward Whalen Performance Tuning Corporation INTRODUCTION Performance tuning is an integral part of the maintenance and administration of the Oracle database

More information

SMB Direct for SQL Server and Private Cloud

SMB Direct for SQL Server and Private Cloud SMB Direct for SQL Server and Private Cloud Increased Performance, Higher Scalability and Extreme Resiliency June, 2014 Mellanox Overview Ticker: MLNX Leading provider of high-throughput, low-latency server

More information

InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment

InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment December 2007 InfiniBand Software and Protocols Enable Seamless Off-the-shelf Deployment 1.0 Introduction InfiniBand architecture defines a high-bandwidth, low-latency clustering interconnect that is used

More information

RAID Storage, Network File Systems, and DropBox

RAID Storage, Network File Systems, and DropBox RAID Storage, Network File Systems, and DropBox George Porter CSE 124 February 24, 2015 * Thanks to Dave Patterson and Hong Jiang Announcements Project 2 due by end of today Office hour today 2-3pm in

More information

Cut I/O Power and Cost while Boosting Blade Server Performance

Cut I/O Power and Cost while Boosting Blade Server Performance April 2009 Cut I/O Power and Cost while Boosting Blade Server Performance 1.0 Shifting Data Center Cost Structures... 1 1.1 The Need for More I/O Capacity... 1 1.2 Power Consumption-the Number 1 Problem...

More information

How To Design A Data Center

How To Design A Data Center Data Center Design & Virtualization Md. Jahangir Hossain Open Communication Limited jahangir@open.com.bd Objectives Data Center Architecture Data Center Standard Data Center Design Model Application Design

More information

Interoperability Test Results for Juniper Networks EX Series Ethernet Switches and NetApp Storage Systems

Interoperability Test Results for Juniper Networks EX Series Ethernet Switches and NetApp Storage Systems APPLICATION NOTE Network Attached Storage Interoperability Testing Interoperability Test Results for Juniper Networks EX Series Ethernet Switches and Storage Systems Copyright 2012, Juniper Networks, Inc.

More information

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Why SAN? Business demands have created the following challenges for storage solutions: Highly available and easily

More information

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY White Paper CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY DVTel Latitude NVMS performance using EMC Isilon storage arrays Correct sizing for storage in a DVTel Latitude physical security

More information

High Speed I/O Server Computing with InfiniBand

High Speed I/O Server Computing with InfiniBand High Speed I/O Server Computing with InfiniBand José Luís Gonçalves Dep. Informática, Universidade do Minho 4710-057 Braga, Portugal zeluis@ipb.pt Abstract: High-speed server computing heavily relies on

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Physical structure of secondary storage devices and its effects on the uses of the devices Performance characteristics of mass-storage devices Disk scheduling algorithms

More information

Future technologies for storage networks. Shravan Pargal Director, Compellent Consulting

Future technologies for storage networks. Shravan Pargal Director, Compellent Consulting Future technologies for storage networks Shravan Pargal Director, Compellent Consulting Agenda Storage applications Application requirements Available technology solutions Who is winning today? What will

More information

SCSI vs. Fibre Channel White Paper

SCSI vs. Fibre Channel White Paper SCSI vs. Fibre Channel White Paper 08/27/99 SCSI vs. Fibre Channel Over the past decades, computer s industry has seen radical change in key components. Limitations in speed, bandwidth, and distance have

More information

Database Configuration: SAN or NAS

Database Configuration: SAN or NAS Database Configuration: SAN or NAS Discussion of Fibre Channel SAN and NAS Version:.0 Greg Schulz DBSANNAS.DOC Preface This publication is for general guidance and informational purposes only. The information

More information

IP SAN Best Practices

IP SAN Best Practices IP SAN Best Practices A Dell Technical White Paper PowerVault MD3200i Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

Introduction to Storage Technologies and Terminology

Introduction to Storage Technologies and Terminology Introduction to Storage Technologies and Terminology Si está interesado en almacenamiento de datos le recomendamos visitar: www.almacenamientodlink.es Agenda! Introduction Drives Interfaces and Evolution

More information

FIBRE CHANNEL OVER ETHERNET

FIBRE CHANNEL OVER ETHERNET FIBRE CHANNEL OVER ETHERNET A Review of FCoE Today ABSTRACT Fibre Channel over Ethernet (FcoE) is a storage networking option, based on industry standards. This white paper provides an overview of FCoE,

More information

Solid State Storage in Massive Data Environments Erik Eyberg

Solid State Storage in Massive Data Environments Erik Eyberg Solid State Storage in Massive Data Environments Erik Eyberg Senior Analyst Texas Memory Systems, Inc. Agenda Taxonomy Performance Considerations Reliability Considerations Q&A Solid State Storage Taxonomy

More information

3G Converged-NICs A Platform for Server I/O to Converged Networks

3G Converged-NICs A Platform for Server I/O to Converged Networks White Paper 3G Converged-NICs A Platform for Server I/O to Converged Networks This document helps those responsible for connecting servers to networks achieve network convergence by providing an overview

More information

ISCSI-The Future of the Storage Network

ISCSI-The Future of the Storage Network ISCSI-The Future of the Storage Network Ms. Sulbha V. Hemke 1, Dr. A. D. Gawande 2 and Prof. L. K. Gautum 3 1 Student, M.E. Computer Engineering, Sipna COET- Amravati 2 Head of Computer Science and Engg.

More information

InfiniBand vs Fibre Channel Throughput. Figure 1. InfiniBand vs 2Gb/s Fibre Channel Single Port Storage Throughput to Disk Media

InfiniBand vs Fibre Channel Throughput. Figure 1. InfiniBand vs 2Gb/s Fibre Channel Single Port Storage Throughput to Disk Media InfiniBand Storage The Right Solution at the Right Time White Paper InfiniBand vs Fibre Channel Throughput Storage Bandwidth (Mbytes/sec) 800 700 600 500 400 300 200 100 0 FibreChannel InfiniBand Figure

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

DAS to SAN Migration Using a Storage Concentrator

DAS to SAN Migration Using a Storage Concentrator DAS to SAN Migration Using a Storage Concentrator April 2006 All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc. which are subject to

More information

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance 11 th International LS-DYNA Users Conference Session # LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance Gilad Shainer 1, Tong Liu 2, Jeff Layton 3, Onur Celebioglu

More information

Storage Area Network

Storage Area Network Storage Area Network 2007 Infortrend Technology, Inc. All rights Reserved. Table of Contents Introduction...3 SAN Fabric...4 Advantages of SAN Solution...4 Fibre Channel SAN vs. IP SAN...4 Fibre Channel

More information

File System Design and Implementation

File System Design and Implementation WAN Transfer Acceleration Product Description Functionality Interfaces Specifications Index 1 Functionality... 3 2 Integration... 3 3 Interfaces... 4 3.1 Physical Interfaces...5 3.1.1 Ethernet Network...5

More information

UbiqStor: Server and Proxy for Remote Storage of Mobile Devices

UbiqStor: Server and Proxy for Remote Storage of Mobile Devices UbiqStor: Server and Proxy for Remote Storage of Mobile Devices MinHwan Ok 1, Daegeun Kim 2, * Myong-soon Park 1 1 Dept. of Computer Science and Engineering / Korea University Seoul, 136-701, Korea 2 Network

More information

Operating Systems. RAID Redundant Array of Independent Disks. Submitted by Ankur Niyogi 2003EE20367

Operating Systems. RAID Redundant Array of Independent Disks. Submitted by Ankur Niyogi 2003EE20367 Operating Systems RAID Redundant Array of Independent Disks Submitted by Ankur Niyogi 2003EE20367 YOUR DATA IS LOST@#!! Do we have backups of all our data???? - The stuff we cannot afford to lose?? How

More information

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server How to deploy Converged Networking with VMware ESX Server 3.5 Using Emulex FCoE Technology Table of Contents Introduction...

More information

How To Design A Data Centre

How To Design A Data Centre DATA CENTRE TECHNOLOGIES & SERVICES RE-Solution Data Ltd Reach Recruit Resolve Refine 170 Greenford Road Harrow Middlesex HA1 3QX T +44 (0) 8450 031323 EXECUTIVE SUMMARY The purpose of a data centre is

More information

Cray DVS: Data Virtualization Service

Cray DVS: Data Virtualization Service Cray : Data Virtualization Service Stephen Sugiyama and David Wallace, Cray Inc. ABSTRACT: Cray, the Cray Data Virtualization Service, is a new capability being added to the XT software environment with

More information

Object-based Storage

Object-based Storage The Next Wave of Storage Technology and Devices, a new approach to storage technology, is currently the subject of extensive research and development in the storage industry. This work includes standards

More information

Performance Analysis of RAIDs in Storage Area Network

Performance Analysis of RAIDs in Storage Area Network Performance Analysis of RAIDs in Storage Area Network Sneha M. Assistant Professor, Department of Computer Science and Engineering, R V College of Engineering Bengaluru-560059 ABSTRACT Direct Attached

More information

IEEE Congestion Management Presentation for IEEE Congestion Management Study Group

IEEE Congestion Management Presentation for IEEE Congestion Management Study Group IEEE Congestion Management Presentation for IEEE Congestion Management Study Group Contributors Jeff Lynch IBM Gopal Hegde -- Intel 2 Outline Problem Statement Types of Traffic & Typical Usage Models Traffic

More information

Introduction to MPIO, MCS, Trunking, and LACP

Introduction to MPIO, MCS, Trunking, and LACP Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the

More information

SERVER CLUSTERING TECHNOLOGY & CONCEPT

SERVER CLUSTERING TECHNOLOGY & CONCEPT SERVER CLUSTERING TECHNOLOGY & CONCEPT M00383937, Computer Network, Middlesex University, E mail: vaibhav.mathur2007@gmail.com Abstract Server Cluster is one of the clustering technologies; it is use for

More information

New!! - Higher performance for Windows and UNIX environments

New!! - Higher performance for Windows and UNIX environments New!! - Higher performance for Windows and UNIX environments The IBM TotalStorage Network Attached Storage Gateway 300 (NAS Gateway 300) is designed to act as a gateway between a storage area network (SAN)

More information

Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center

Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center Samir Sharma, Juniper Networks Author: Samir Sharma, Juniper Networks SNIA Legal Notice The material contained in this

More information

WHITE PAPER BRENT WELCH NOVEMBER

WHITE PAPER BRENT WELCH NOVEMBER BACKUP WHITE PAPER BRENT WELCH NOVEMBER 2006 WHITE PAPER: BACKUP TABLE OF CONTENTS Backup Overview 3 Background on Backup Applications 3 Backup Illustration 4 Media Agents & Keeping Tape Drives Busy 5

More information

How To Virtualize A Storage Area Network (San) With Virtualization

How To Virtualize A Storage Area Network (San) With Virtualization A New Method of SAN Storage Virtualization Table of Contents 1 - ABSTRACT 2 - THE NEED FOR STORAGE VIRTUALIZATION 3 - EXISTING STORAGE VIRTUALIZATION METHODS 4 - A NEW METHOD OF VIRTUALIZATION: Storage

More information

Architecting Your SAS Grid : Networking for Performance

Architecting Your SAS Grid : Networking for Performance ABSTRACT Paper SAS6760-2016 Architecting Your SAS : Networking for Performance Tony Brown and Margaret Crevar, SAS Institute Inc. With the popularity of network-attached storage for shared file systems,

More information

NAS Backup Strategies

NAS Backup Strategies NAS Backup Strategies Jeff Bain Hewlett-Packard Network Storage Solutions Organization Automated Storage 700 71st Ave. Greeley, CO 80634 jeff_bain@hp.com Page 1 NAS Backup Strategies NAS: A Changing Definition

More information

Storage of Network over Mirroring using iscsi

Storage of Network over Mirroring using iscsi Storage of Network over Mirroring using iscsi Ms. Sulbha V. Hemke 1, Dr. A. D. Gawande 2 and Prof. L. K. Gautum 1 Student, M.E. Computer Engineering, Sipna COET- Amravati 2 Dr.A. D. Gawande, Head of Computer

More information

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology Reduce I/O cost and power by 40 50% Reduce I/O real estate needs in blade servers through consolidation Maintain

More information

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric 2001 San Diego Gas and Electric. All copyright and trademark rights reserved. Importance

More information

Overview and Frequently Asked Questions Sun Storage 10GbE FCoE PCIe CNA

Overview and Frequently Asked Questions Sun Storage 10GbE FCoE PCIe CNA Overview and Frequently Asked Questions Sun Storage 10GbE FCoE PCIe CNA Overview Oracle s Fibre Channel over Ethernet (FCoE technology provides an opportunity to reduce data center costs by converging

More information

Integration of Microsoft Hyper-V and Coraid Ethernet SAN Storage. White Paper

Integration of Microsoft Hyper-V and Coraid Ethernet SAN Storage. White Paper Integration of Microsoft Hyper-V and Coraid Ethernet SAN Storage White Paper June 2011 2011 Coraid, Inc. Coraid, Inc. The trademarks, logos, and service marks (collectively "Trademarks") appearing on the

More information