Printer Friendly
The Free Library
14,459,528 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

VI: Enabling High-Performance Data Access.


This is the fourth in a series of columns authored by members of the DAFS (Direct Access File System) A high-performance file sharing protocol based on the VI memory-to-memory architecture. Designed for storage area networks (SANs), DAFS provides bulk data transfer directly between the application buffers of two machines without  Collaborative, an industry group formed to create a protocol specification for direct, memory-to-memory data networking.

The Virtual Interface (VI) Architecture, released in 1997 by Compaq, Intel, and Microsoft, is a specification for a high-performance networking interface which dramatically reduces the overhead of traditional network architectures. To accomplish this, VI defines mechanisms which allow applications to access VI network adapters without operating system operating system (OS)

Software that controls the operation of a computer, directs the input and output of data, keeps track of files, and controls the processing of computer programs.
 intervention and carry out bulk data transfers directly to or from application buffers.

First generation VI implementations typically featured parallel database applications running in clustered environments. The second generation VI Network Adapters discussed in this article enables a new generation of applications deployed in high-performance standards-based clustered environments.

What Is A Virtual Interface?

Several components are brought together to create a 'Virtual Interface', as shown in Figure 1.

A Virtual Interface is created by a VI "Provider" (VI Network Adapter) when requested to do so by a VI "Consumer" (application).

A Virtual Interface consists of a Send Queue and a Receive Queue, which hold Descriptors of data movement requests. Descriptors contain all of the information the VI NIC (1) (Network Interface Card) See network adapter. See also InterNIC.

(2) (New Internet Computer) An earlier Linux-based computer from The New Internet Computer Company (NICC), Palo Alto, CA.
 needs to process the requests. However, data transfer does not occur until VI pairs are connected. A connected pair of Virtual Interfaces forms a bi-directional, memory-to-memory virtual circuit. Doorbells are used to notify a VI NIC that work (new Descriptor (1) A word or phrase that identifies a document in an indexed information retrieval system.

(2) A category name used to identify data.

(operating system) descriptor
) has been placed on one of the Work Queues. A Completion Queue holds information about completed Descriptors from multiple Work Queues.

A VI Provider initiates a Virtual Interface using a VI NIC and a VI Kernel Agent. The VI Kernel Agent is a device driver for the VI NIC that registers application memory and manages VIs. The VI Consumer, consisting of an application program, communications facility and a VI User Agent, communicates using a VI. The VI User Agent is the software that abstracts the underlying VI NIC in accordance with an interface defined by the Operating System communication facility. An implementation of the VI User Agent is called a Virtual Interface Provider Library (VIPL VIPL Virtual Interface Provider Library ).

VI-Enabled Applications Provide Improved Use Of Resources

Parallel databases, including Oracle Parallel Server A version of the Oracle database system designed for massively parallel processors (MPPs). It allows multiple CPUs to access a single database.

(database) Oracle Parallel Server
, IBM (International Business Machines Corporation, Armonk, NY, www.ibm.com) The world's largest computer company. IBM's product lines include the S/390 mainframes (zSeries), AS/400 midrange business systems (iSeries), RS/6000 workstations and servers (pSeries), Intel-based servers (xSeries)  DB2 UDB (DB2 Universal DataBase) An enhanced and very popular version of DB2 that combines relational and object database technology as well as various query optimization techniques for parallel processing.  EEE EEE eastern equine encephalomyelitis.

EEE

eastern equine encephalomyelitis.
, and Microsoft SQL Server A relational DBMS from Microsoft that is a major component of the Windows Server System. It is Microsoft's high-end client/server database and is closely integrated with Microsoft Visual Studio and the Microsoft Office System.  2000 were early adopters of VI, exploiting the benefits of direct memory access. Native support for VI allows these applications to place data directly on the wire without copying data to kernel buffers. VI has enabled these applications to achieve benchmark results previously obtained only on mainframe class systems.

Oracle Net8 (and its predecessor for Oracle7 called SQL SQL
 in full Structured Query Language.

Computer programming language used for retrieving records or parts of records in databases and performing various calculations before displaying the results.
*Net) was another early adopter, using VI to speed network communications. Although focused initially on providing low-latency message passing for distributed applications, VI has garnered growing acceptance as a mechanism to accelerate data access. One example is Computer Associates International's use of VI in its ARCserve 2000 Workgroup/Advanced Edition Backup Agent for Microsoft SQL Server, doubling performance over its 100BaseT Ethernet offering.

VI Network Adapters

Leading providers of VI network adapters include Giganet and Troika Networks.

Giganet's cLAN solutions have been enabling high performance VI-based data center networks since 1998. The cLAN product suite includes host adapters and cluster switches supporting server farm networks in Windows and Linux environments. Giganet customers have built server farms ranging in size from two nodes to greater than 100 nodes, deployed in business critical environments such as e-commerce, high availability computing, data warehousing, parallel databases, and scientific and technical computing.

Troika pioneered the notion of simultaneously running multiple protocols over a common wire transport. The Troika Zentai Controller supports industry standard networking and storage protocols (FC-VI, IPFC IPFC Information Presentation Facility Compiler
IPFC Indo-Pacific Fishery Commission
IPFC Interline Power Flow Controller
IPFC India Pakistan Friendship Club
IPFC Internet Protocol over Fibre Channel (IETF) 
, FCP-SCSI) over networks based on the Fibre Channel standard. Coupled with management software (employing an industry standard HBA (Host Bus Adapter) See host adapter.  API) and unique dynamic multipathing capabilities, the Zentai Controller has enabled Internet data centers to consolidate their storage and cluster networks.

Next generation network adapters will leverage VI to embrace other networking technologies, including Gigabit Ethernet and InfiniBand.

Giganet has recently introduced a second product family called VI/IP By incorporating both VI and TCP/IP TCP/IP
 in full Transmission Control Protocol/Internet Protocol

Standard Internet communications protocols that allow digital computers to communicate over long distances.
 into a single architecture, Giganet's new VI/IP products will combine the speed and efficiency of VI with the standard structure of the IP transport. Supported on existing Gigabit Ethernet infrastructures, Giganet's VI/IP products will bring the power and benefits of VI to an Ethernet standard environment.

InfiniBand defines a switched communications fabric for connecting multiple end nodes with high bandwidth and low latency in a protected, remotely managed environment. It defines the host behavior (verbs) and memory operation such that the channel adapter can be located as close to the memory complex as possible. The InfiniBand point-to-point switched fabric supports reliable messaging (send/receive) and memory manipulation (remote DMA (1) (Digital Media Adapter) See digital media hub.

(2) (Document Management Alliance) A specification that provides a common interface for accessing and searching document databases.
) without software in the data path, providing enhancements to VI.

Emerging VI Applications

The benefits of low client overhead and zero copy technology are gathering support for using VI throughout the data access path. A framework for understanding how applications access data is illustrated in Figure 2. Most applications use the services provided by a file/record subsystem to access data. This subsystem in turn uses the services of a block subsystem to access data stored as blocks on physical media. Functions in both subsystems can be performed in the host, the network, the storage device, or combinations thereof.

File systems themselves may be divided into client and server components and distributed across a network. The advantage of this approach is that multiple clients, running on different host operating systems, can share files by using the same file server. The tradeoff of this approach has been a relative performance penalty associated with client/server communication over a network. VI and the related communication mechanisms specified by InfiniBand verb behavior, provide an innovative way to not only speed client/server communication, but to return more application server resources to the application.

The Direct Access File System (DAFS) is a lightweight file access protocol optimized for high-performance, mission-critical data center environments. Based on NFSv4, DAFS is enhanced to take advantage of standard memory-to-memory interconnects. DAFS supports client implementations suitable for database and operating system vendors as well as native DAFS applications.

Other developments focus on mapping traditional protocols over Remote DMA networks. Microsoft Windows 2000 Datacenter Server allows applications to automatically leverage VI networks using its Winsock Direct interface. The Direct Access Sockets (DASockets) open source standardization effort is also working to provide interoperable traditional sockets emulation on other open system platforms. And a SCSI SCSI
 in full Small Computer System Interface

Once common standard for connecting peripheral devices (disks, modems, printers, etc.) to small and medium-sized computers. SCSI has given way to faster standards, such as Firewire and USB.
 RDMA (Remote Direct Memory Access) A communications protocol that provides transmission of data from the memory of one computer to the memory of another without involving the CPU. InfiniBand, Virtual Interface (VI) and RDMA Over IP are all forms of RDMA.  Protocol (SRP SRP - A data link layer protocol. ) project in the ANSI (American National Standards Institute, New York, www.ansi.org) A membership organization founded in 1918 that coordinates the development of U.S. voluntary national standards in both the private and public sectors. It is the U.S. member body to ISO and IEC.  T10 Technical Committee is standardizing a SCSI protocol mapping onto cluster protocols such as InfiniBand.

In 1997, several leading companies, including Intel, Compaq, and Microsoft, envisioned the day when traditional networking architectures would no longer process data movement requests fast enough to keep pace with CPU CPU
 in full central processing unit

Principal component of a digital computer, composed of a control unit, an instruction-decoding unit, and an arithmetic-logic unit.
 and memory technology, thereby becoming the bottleneck to overall system, storage, and networking throughput. That day has come. The Virtual Interface Architecture The Virtual Interface Architecture (VIA) is an abstract model of a user-level zero-copy network, and is the basis for InfiniBand and iWARP. Created by Microsoft, Intel, and Compaq, the original VIA sought to standardize the interface for high-performance network technologies known as  was designed to solve this critical problem.

VI provides a technique for direct memory-to-memory transfer of data between networked nodes. VI applications have direct access to the network, bypassing the operating system, thus greatly reducing CPU network processing requirements and freeing up CPU cycles to perform application processing.

The emergence of second-generation products from leading providers of VI hardware and software is enabling a growing number of application, database, hardware, and software vendors to embrace VI and develop robust products.

Mike Dutch is the director of business development at Troika Networks (Westlake Village, CA) and Marc Shelley is the business relations/product marketing manager at Giganet (Bolton, MA). Both Dutch and Shelley are co-chairmen of the DAFS Collaborative marketing working group.
COPYRIGHT 2001 West World Productions, Inc.
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2001, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:Industry Trend or Event
Author:Shelley, Marc
Publication:Computer Technology Review
Article Type:Column
Geographic Code:1USA
Date:Feb 1, 2001
Words:1277
Previous Article:Is It Prime Time For TCO?(Industry Trend or Event)
Next Article:First iSCSI Product To Merge SAN/NAS Advantages.(IBM plans for iSCSI implementation)(Company Business and Marketing)
Topics:



Related Articles
MICROSOFT TECHNOLOGY CENTER CHOOSES GIGANET SYSTEM AREA NETWORKS.(Company Business and Marketing)
DAFS And NISv4 Could Become Semantically Identical.
Storage Networking And The Data Center Of The Future.(Industry Trend or Event)
Giganet Announces VI Over Ethernet Products.(Company Business and Marketing)
DAFS Collaborative: Intel and NetApp Cooperate.(Company Operations)
All For One, One For All!(Technology Information)
SUPERNOVA BENCHMARK DEMONSTRATES SCALABILITY OF IBM ESERVERS.
NIST CO-SPONSORS PERVASIVE COMPUTING 2001 CONFERENCE.(Brief Article)
CBAT - computer based analytical technology: Alterian Inc. (Database Systems).
HiT Allora for Java/Windows. (Software Tools).

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles