USRE48725E1 - Methods for accessing data in a compressed file system and devices thereof - Google Patents

Methods for accessing data in a compressed file system and devices thereof Download PDF

Info

Publication number
USRE48725E1
USRE48725E1 US15/499,499 US201715499499A USRE48725E US RE48725 E1 USRE48725 E1 US RE48725E1 US 201715499499 A US201715499499 A US 201715499499A US RE48725 E USRE48725 E US RE48725E
Authority
US
United States
Prior art keywords
object data
compressed
data
management apparatus
network traffic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
US15/499,499
Inventor
Sumandra Majee
David Hansen
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
F5 Inc
Original Assignee
F5 Networks Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by F5 Networks Inc filed Critical F5 Networks Inc
Priority to US15/499,499 priority Critical patent/USRE48725E1/en
Application granted granted Critical
Publication of USRE48725E1 publication Critical patent/USRE48725E1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]
    • H04L12/4675Dynamic sharing of VLAN information amongst network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/109Address translation for multiple virtual address spaces, e.g. segmentation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]

Definitions

  • This technology generally relates to accessing object data in a compressed file system, and, more particularly, to efficient methods and devices for servicing read and write data access requests independent of protocol.
  • relatively infrequently accessed files are often compressed into blocks of data and archived in relatively slow storage devices of the tiered storage system.
  • Accessing an archived file such as in response to a read or write request, generally requires decompressing the entire file, as identified based on a file handle or other identifier included in the request, in order to locate a portion of the file identified by a start offset and/or a length included in the request.
  • a method for managing requests for content includes obtaining with a network traffic management apparatus an original write request from a client computing device including at least object data.
  • the object data is compressed with the network traffic management apparatus into a plurality of compressed blocks.
  • a mapping of each compressed block to a portion of the object data compressed therein is generated with the network traffic management apparatus, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length.
  • the compressed blocks and the mapping are stored with the network traffic management apparatus in at least one data storage device.
  • At least one data access request for at least a portion of the object data is serviced with the network traffic management based on the mapping.
  • a non-transitory computer readable medium having stored thereon instructions for managing requests for content comprising machine executable code which when executed by at least one processor, causes the processor to perform steps including obtaining an original write request from a client computing device including at least object data.
  • the object data is compressed into a plurality of compressed blocks.
  • a mapping of each compressed block to a portion of the object data compressed therein is generated, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length.
  • the compressed blocks and the mapping are stored in at least one data storage device. At least one data access request for at least a portion of the object data is serviced based on the mapping.
  • a network traffic management apparatus includes a memory, configurable logic, and a processor coupled to the memory and the configurable logic, at least one of the configurable logic configured to implement or the processor configured to execute programmed instructions stored in the memory including obtaining an original write request from a client computing device including at least object data.
  • the object data is compressed into a plurality of compressed blocks.
  • a mapping of each compressed block to a portion of the object data compressed therein is generated, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length.
  • the compressed blocks and the mapping are stored in at least one data storage device. At least one data access request for at least a portion of the object data is serviced based on the mapping.
  • This technology provides a number of advantages including methods, non-transitory computer readable medium, and devices that efficiently access data in a compressed file system, the data being required to service read or write data access requests received from networked client computing devices.
  • a mapping of object data to compressed blocks including compressed object data is stored and utilized to retrieve only a portion of the compressed blocks storing the object data required to service a read or write request. Accordingly, only a subset of the compressed blocks storing object data needs to be decompressed to service a read request for only a portion of a file. Additionally, only a subset of the compressed blocks storing object data needs to be decompressed, modified, and rewritten to service a write request that does not require additional storage space beyond the fixed size of the compressed blocks. As a result, resource utilization is improved as well as response time, thereby improving the user experience with the file storage system.
  • FIG. 1 is a block diagram of a network environment with an exemplary network traffic management apparatus that accesses data in a compressed file system;
  • FIG. 2 is a flowchart of an exemplary method for servicing read data access requests in a compressed file system
  • FIG. 3 is a flowchart of an exemplary method for servicing write data access requests in a compressed file system.
  • FIG. 1 A network environment 10 with an exemplary network traffic management apparatus 14 for accessing data in a compressed file system is illustrated in FIG. 1 .
  • the environment 10 includes client computing devices 12 , network traffic management apparatus 14 , and servers 16 , which are coupled together by local area networks (LAN) 28 and wide area network (WAN) 30 , although other types and numbers of devices, components, and elements in other topologies could be used.
  • LAN local area networks
  • WAN wide area network
  • the environment 10 also may include additional network components, such as routers, switches and other devices, which are well known to those of ordinary skill in the art and thus will not be described here.
  • This technology provides a number of advantages including methods, non-transitory computer readable medium, and apparatus that efficiently service data access requests in a compressed file storage system.
  • the network traffic management apparatus 14 is coupled to client computing devices 12 through one of the LANs 28 , although the client computing devices 12 , or other devices, and network traffic management apparatus 14 may be coupled together via other topologies. Additionally, the network traffic management apparatus 14 is coupled to the servers 16 through another one of the LANs 28 , although the servers 16 , or other devices, and the network traffic management apparatus 14 may be coupled together via other topologies.
  • LANs 28 each may employ any suitable interface mechanisms and network communication technologies including, for example, teletraffic in any suitable form (e.g., voice, modem, and the like), Public Switched Telephone Network (PSTNs), Ethernet-based Packet Data Networks (PDNs), combinations thereof, and the like.
  • the network traffic management apparatus 14 is further coupled to client computing devices 12 through WAN 30 , which may comprise any wide area network (e.g., Internet), although any other type of traffic network topology may be used.
  • WAN 30 may comprise any wide area network (e.g., Internet), although any other type of traffic network topology may be used.
  • Various network processing applications such as CIFS applications, NFS applications, HTTP Web Server applications, and/or FTP applications, may be operating on servers 16 and transmitting data (e.g., files, Web pages) through the network traffic management apparatus 14 in response to requests for content from client computing devices 12 .
  • the network traffic management apparatus 14 facilitates servicing of data access requests in a compressed file storage system as illustrated and described with the examples herein, although network traffic management apparatus 14 may perform other types and numbers of functions, such as optimizing, securing and accelerating the traffic between client computing devices 12 and servers 16 , and/or one or more applications.
  • Network traffic management apparatus 14 includes at least one processor 18 , memory 20 , optional configurable logic device 21 , I/O interface 22 , and interface device 24 which are coupled together by bus 26 , although network traffic management apparatus 14 may comprise other types and numbers of elements in other configurations.
  • network traffic management apparatus 14 is shown in this example as being a standalone device, such as a BIGIP® device offered by F5 Networks, Inc., of Seattle, Wash., it should be appreciated that the network traffic management apparatus 14 could also be one of several blades servers coupled to a chassis device, such as a VIPRION® device, also offered by F5 Networks, Inc., of Seattle, Wash.
  • Processor(s) 18 may execute one or more computer-executable instructions stored in the memory 20 for the methods illustrated and described with reference to the examples, although the processor(s) can execute other types and numbers of instructions and perform other types and numbers of operations.
  • the processor(s) 18 may comprise one or more central processing units (CPUs) or general purpose processors with one or more processing cores, such as AMD® processor(s), although other types of processor(s) could be used (e.g., Intel®).
  • Memory 20 may comprise one or more tangible storage media and/or devices, such as RAM, ROM, flash memory, CD-ROM, floppy disk, hard disk drive(s), solid state memory, DVD, or any other memory storage types or devices, including combinations thereof, which are known to those of ordinary skill in the art.
  • the various storage devices of the memory 20 may be arranged in a tiered storage system to allow for less expensive and larger capacity storage devices, for example, to store less frequently accessed, compressed and/or archived data.
  • Memory 20 may store one or more non-transitory computer-readable instructions of this technology as illustrated and described with reference to the examples herein that may be executed by the one or more processor(s) 18 .
  • the flow charts shown in FIGS. 2 and 3 are representative of example steps or actions of this technology that may be embodied or expressed as one or more non-transitory computer or machine readable instructions stored in memory 20 that may be executed by the processor(s) 18 and/or may be implemented by configured logic in optional configurable logic device 21 .
  • the optional configurable logic device 21 may comprise specialized hardware configured to implement one or more steps of this technology as illustrated and described with reference to the examples herein.
  • the optional configurable logic device 21 may comprise one or more of field programmable gate arrays (FPGAs), field programmable logic devices (FPLDs), application specific integrated circuits (ASICs) and/or programmable logic units (PLUs).
  • FPGAs field programmable gate arrays
  • FPLDs field programmable logic devices
  • ASICs application specific integrated circuits
  • PLUs programmable logic units
  • Input and display devices 22 enable a user, such as an administrator, to interact with the network traffic management apparatus 14 , such as to input and/or view data and/or to configure, program and/or operate it by way of example only.
  • Input devices may include a keyboard and/or a computer mouse and display devices may include a computer monitor, although other types and numbers of input devices and display devices could be used.
  • the interface device 24 in the network traffic management apparatus 14 is used to operatively couple and communicate between the network traffic management apparatus 14 and the client computing devices 12 and the servers 16 , which are all coupled together by one or more local area networks (LAN) 28 and wide area networks (WAN) 30 , although other types and numbers of communication networks or systems with other types and numbers of connections and configurations to other devices and elements.
  • LAN local area networks
  • WAN wide area networks
  • the local area networks (LAN) 28 and wide area networks (WAN) 30 can use TCP/IP over Ethernet and industry-standard protocols, including NFS, CIFS, SOAP, XML, LDAP, and SNMP, although other types and numbers of communication networks, can be used.
  • the bus 26 is a hyper-transport bus in this example, although other bus types and links may be used, such as PCI.
  • Each of the client computing devices 12 and the servers 16 include a central processing unit (CPU) or processor, a memory, an interface device, and an I/O system, which are coupled together by a bus or other link, although other numbers and types of network devices could be used.
  • the client computing devices 12 may run interface applications, such as Web browsers, that may provide an interface to make requests for and send content and/or data to different server-based applications via the LANs 28 and/or WANs 30 .
  • servers 16 process requests received from client computing devices 12 via LANs 28 and/or WANs 30 according to the HTTP-based application RFC protocol or the CIFS or NFS protocol in this example, but the principles discussed herein are not limited to this example and can include other application protocols.
  • a series of applications may run on the servers 16 that allow the transmission of data, such as object data, files, and/or metadata, requested by the client computing devices 12 .
  • the servers 16 may provide data or receive data in response to requests directed toward the respective applications on the servers 16 from the client computing devices 12 .
  • the servers 16 may further include various storage devices including a tiered file storage system and/or may be one or more tiers of a tiered file storage system including one or more other network devices.
  • the servers 16 can provide backup, archived, and/or compressed data storage services for other networked devices.
  • the servers 16 may be hardware or software or may represent a system with multiple servers 16 in a server pool, which may include internal or external networks.
  • the servers 16 may be any version of Microsoft® IIS servers or Apache® servers, although other types of servers may be used.
  • additional servers may be coupled to the LAN 28 and many different types of applications may be available on servers coupled to the LAN 28 .
  • each of the systems of the examples may be conveniently implemented using one or more general purpose computer systems, microprocessors, digital signal processors, and micro-controllers, programmed according to the teachings of the examples, as described and illustrated herein, and as will be appreciated by those of ordinary skill in the art.
  • two or more computing systems or devices can be substituted for any one of the systems or devices in any example. Accordingly, principles and advantages of distributed processing, such as redundancy and replication also can be implemented, as desired, to increase the robustness and performance of the devices and systems of the examples.
  • the examples may also be implemented on computer system(s) that extend across any suitable network using any suitable interface mechanisms and traffic technologies, including by way of example only teletraffic in any suitable form (e.g., voice and modem), wireless traffic media, wireless traffic networks, cellular traffic networks, G3 traffic networks, Public Switched Telephone Network (PSTNs), Packet Data Networks (PDNs), the Internet, intranets, and combinations thereof.
  • PSTNs Public Switched Telephone Network
  • PDNs Packet Data Networks
  • the Internet intranets, and combinations thereof.
  • the examples may also be embodied as a non-transitory computer readable medium having instructions stored thereon for one or more aspects of the technology as described and illustrated by way of the examples herein, which when executed by a processor (or configurable hardware), cause the processor to carry out the steps necessary to implement the methods of the examples, as described and illustrated herein.
  • step 200 the network traffic management apparatus 14 obtains at least one original write request including at least the object data to be stored, although in other examples the data may already compressed and stored as described here with reference to steps 200 , 202 , 204 , and 206 .
  • each compressed block has a fixed size or length, such as 64 kilobytes, for example, although the compressed blocks may be any other fixed size or of variable size.
  • the network traffic management apparatus 14 stores the compressed blocks in the memory 20 , although the compressed blocks can be stored in other data storage devices and at other locations.
  • the compressed blocks could be stored in one or more file server devices 16 , a tiered storage system including the memory 20 and/or one or more file server devices 16 , and/or any other data storage device(s).
  • the network traffic management apparatus 14 maintains and stores a mapping of the original object data to the compressed blocks of object data, which the network traffic management apparatus 14 in the memory 20 , although the mapping could be stored in other locations.
  • One exemplary mapping is a table including object identifier, start offset, and length values for the object data included in the original write request associated with a unique identifier of the compressed block storing the compressed object data for the portion of the object data indicated by the associated start offset and length values, although other mappings of the original object data to the compressed object data can be used.
  • the unique identifier for each compressed block includes a file handle or other identifier shared by a plurality of compressed blocks storing compressed data for the same object as well as a start offset and a length value that together uniquely identify each compressed block.
  • the length values will all be the same and the start offsets will all be intervals determined by the length value.
  • the network traffic management apparatus 14 can store a mapping of the unique identifier for each compressed block to a location of the compressed block in the data storage device or utilize any other method of maintaining the location of the compressed blocks.
  • the network traffic management apparatus 14 obtains a read data access request from a client computing device 12 for object data previously stored as described and illustrated earlier with respect to steps 200 , 202 , 204 , and 206 .
  • the read request can be based on any protocol requiring at least object identifier or file handle, start offset, and length parameters, the length parameter indicating a number of bytes, for example, including a common Internet file system (CIFS) protocol, a network file system (NFS) protocol, or a file transfer protocol (FTP), for example.
  • CIFS common Internet file system
  • NFS network file system
  • FTP file transfer protocol
  • the network traffic management apparatus 14 identifies at least one compressed block storing compressed object data required to service the read request by querying the table based on the read request parameter values. Accordingly, in one example, a read request is obtained by the network traffic management apparatus 14 from a client computing device 12 including at least parameter values F 0 for the object identifier, 50 for the start offset, and 100 for the length.
  • the mapping stored in step 206 for object F 0 indicates that the compressed block having a unique identifier of C 0 is storing start offset 0 and length 100, the compressed block having a unique identifier of C 1 is storing start offset 100 and length 100, and the compressed block having a unique identifier of C 2 is storing start offset 200 and length 75. Accordingly, in step 210 , the network traffic management apparatus 14 identifies compressed blocks C 0 and C 1 based on the mapping of the object data byte range 50-150, as identified by the read request parameter values of 50 for the start offset and 100 for the length.
  • the network traffic management apparatus 14 retrieves the identified compressed blocks from the data storage device. Accordingly, in this example, the network traffic management apparatus 14 retrieves compressed blocks C 0 and C 1 from a data storage device, such as one of server devices 16 .
  • step 214 the network traffic management apparatus 14 obtains the requested object data by decompressing the retrieved compressed blocks. Accordingly, in this example, blocks C 0 and C 1 are decompressed by the network traffic management apparatus 14 and the object data responsive to the received read request in step 208 is obtained based on the read request parameter values.
  • the obtained object data is sent by the network traffic management apparatus 14 to the requesting one of the client computing devices 12 . Because the read request included parameter values of 50 for the start offset and 100 for the length, in this example, only the second 50 bytes of object data included in compressed block C 0 and only the first 50 bytes of object data included in compressed block C 1 are obtained by the network traffic management apparatus 14 , in step 214 , and sent by the network traffic management apparatus 14 , in step 216 , to the requesting one of the client computing devices 12 .
  • the read request received from the client computing device 12 is serviced by the network traffic management apparatus 14 without retrieving compressed block C 2 from the data storage device and without decompressing compressed block C 2 .
  • the ability of the network traffic management apparatus 14 to retrieve and decompress only those compressed blocks necessary to service a read request from a client computing device 12 is made possible by the mapping, stored in step 206 , which allows the network traffic management apparatus 14 to identify only a subset of compressed blocks.
  • the write request is a request to modify object data previously stored in the compressed file system as described with reference to steps 300 , 302 , 304 , and 306 .
  • step 300 the network traffic management apparatus 14 obtains an original write request including at least the object data to be stored.
  • the network traffic management apparatus 14 compresses the object data into at least one compressed block.
  • each of the compressed blocks includes compressed object data and at least one empty portion.
  • the compressed blocks each have a fixed size, such as 64 kilobytes, 4 kilobytes of which is empty and does not include compressed object data, although any size of compressed block, compressed object data, and empty storage space can be used.
  • the network traffic management apparatus 14 stores the compressed blocks in a data storage device such as the memory 20 of the network traffic management apparatus 14 , one or more file server devices 16 , a tiered storage system including the memory 20 and/or one or more file server devices 16 , and/or any other data storage device(s).
  • a data storage device such as the memory 20 of the network traffic management apparatus 14 , one or more file server devices 16 , a tiered storage system including the memory 20 and/or one or more file server devices 16 , and/or any other data storage device(s).
  • step 306 the network traffic management apparatus 14 maintains and stores a mapping of the original object data to the compressed blocks of object data.
  • the network traffic management apparatus 14 obtains a write request from a client computing device 12 including a plurality of parameter values and object data to be used to modify object data previously stored as described and illustrated earlier with respect to steps 300 , 302 , 304 , and 306 .
  • the write request can be based on any protocol requiring at least an object identifier or parameter value identifying the object to be modified, a start offset parameter value indicating the beginning location in the object to be modified, and a length parameter value indicating the portion of the object data to be modified.
  • the protocol can include CIFS, NFS, or FTP, for example.
  • the network traffic management apparatus 14 identifies at least one compressed block storing compressed object data required to service the write request by referencing the mapping, such as by querying a table storing the mapping, based on the write request parameter values. In step 312 , the network traffic management apparatus 14 retrieves the identified compressed blocks.
  • step 314 the network traffic management apparatus 14 obtains the object data to be modified by decompressing the retrieved compressed blocks.
  • the identification of step 310 , retrieval of step 312 , and obtaining of step 314 can be performed by the network traffic management apparatus 14 as described and illustrated earlier with respect to steps 210 , 212 , and 214 , respectively.
  • the network traffic management apparatus 14 modifies the object data obtained in step 314 to include at least a portion of the object data included in the write request.
  • the network traffic management apparatus 14 generates modified compressed blocks by compressing the modified object data. Accordingly, the modified compressed blocks include compressed write request object data along with compressed object data that was previously stored and not currently modified.
  • the modified compressed blocks may be smaller, the same size, or larger than the corresponding compressed blocks retrieved, in step 312 , by the network traffic management apparatus 14 , depending on the size of the write request object data, the size of any previously stored object data that is replaced by the write request object data, and/or the compressibility of the object data as modified, for example. If a modified compressed block is not greater than the corresponding retrieved compressed block, the network traffic management apparatus 14 completes service of the write request by replacing, in step 320 , the retrieved compressed block with the modified compressed block.
  • the network traffic management apparatus 14 can retrieve every compressed block storing object data for the object identified by the write request object identifier parameter value, as identified based on the mapping. The network traffic management apparatus 14 can then decompress all of the retrieved compressed blocks, recompress the object data, and update the mapping. Because such an operation is relatively expensive, particularly with respect to compressed and archived data stored on relatively slow data storage device(s), including the empty portion in each compressed block when compressing the object data, in step 302 , can provide for expansion of the compressed data upon servicing the write request, thereby reducing the number of instances in which a modified compressed block is greater in size than a corresponding retrieved compressed block.
  • the network traffic management apparatus 14 in order to service a write data access request received from a client computing device 12 , only those compressed blocks storing compressed object data required to service the write request are retrieved and decompressed by the network traffic management apparatus 14 . Additionally, in examples in which a space for expansion is included by the network traffic management apparatus 14 in the form of an empty portion in the compressed blocks, the number of instances in which compressed blocks other than those necessary to service the write request will need to be retrieved, decompressed, recompressed, and stored can be reduced, thereby reducing resource utilization and response time.
  • the examples described herein have particular advantages for applications in which only portions of an archived object or file are read by a client computing device 12 . Additionally, the examples described herein have particular advantages for applications in which only portions of an object or file are written such as databases and document and source control systems, for example, although these examples also provide advantages for other applications.
  • a mapping of object data to compressed blocks, each including compressed object data, is maintained and stored by the network traffic management apparatus 14 upon receiving an original write request. Subsequent read and write requests requiring access to the object data can be serviced by the network traffic management apparatus 14 based on the mapping and by only retrieving and decompressing, and in the case of some write requests, modifying and recompressing, only the compressed blocks required to service the requests. By accessing fewer compressed blocks in order to service data access requests, resource utilization is reduced and response time for servicing the data access request is reduced for the user of the requesting one of the client computing devices 12 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A method, computer readable medium, and network traffic management apparatus that accesses data in a compressed file system includes obtaining an original write request from a client computing device including at least object data. The object data is compressed into a plurality of compressed blocks. A mapping of each compressed block to a portion of the object data compressed therein is generated, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length. The compressed blocks and the mapping are stored in at least one data storage device. At least one data access request for at least a portion of the object data is serviced based on the mapping.

Description

FIELD
This technology generally relates to accessing object data in a compressed file system, and, more particularly, to efficient methods and devices for servicing read and write data access requests independent of protocol.
BACKGROUND
In order to optimize utilization of relatively fast storage devices having limited capacity, such as in a tiered file storage system, relatively infrequently accessed files are often compressed into blocks of data and archived in relatively slow storage devices of the tiered storage system. Accessing an archived file, such as in response to a read or write request, generally requires decompressing the entire file, as identified based on a file handle or other identifier included in the request, in order to locate a portion of the file identified by a start offset and/or a length included in the request.
Accordingly, although such read and write requests often identify only a portion of the original file, all of the compressed blocks associated with the original file must be retrieved and decompressed in order to locate the requested portion, in order to service a read request, or locate the portion to be written, in order to service a write request. Additionally, in order to service a write request, the entire original file generally must be recompressed, subsequent to the write procedure, even though only a portion of the original file may have been modified. Retrieving and decompressing all of the compressed blocks associated with a file, and in the case of a write request, recompressing an entire file, requires significant time and resources thereby increasing the response time to the requesting client computing device, which is undesirable.
SUMMARY
A method for managing requests for content includes obtaining with a network traffic management apparatus an original write request from a client computing device including at least object data. The object data is compressed with the network traffic management apparatus into a plurality of compressed blocks. A mapping of each compressed block to a portion of the object data compressed therein is generated with the network traffic management apparatus, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length. The compressed blocks and the mapping are stored with the network traffic management apparatus in at least one data storage device. At least one data access request for at least a portion of the object data is serviced with the network traffic management based on the mapping.
A non-transitory computer readable medium having stored thereon instructions for managing requests for content comprising machine executable code which when executed by at least one processor, causes the processor to perform steps including obtaining an original write request from a client computing device including at least object data. The object data is compressed into a plurality of compressed blocks. A mapping of each compressed block to a portion of the object data compressed therein is generated, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length. The compressed blocks and the mapping are stored in at least one data storage device. At least one data access request for at least a portion of the object data is serviced based on the mapping.
A network traffic management apparatus includes a memory, configurable logic, and a processor coupled to the memory and the configurable logic, at least one of the configurable logic configured to implement or the processor configured to execute programmed instructions stored in the memory including obtaining an original write request from a client computing device including at least object data. The object data is compressed into a plurality of compressed blocks. A mapping of each compressed block to a portion of the object data compressed therein is generated, wherein the portion of the object data compressed therein is represented in the mapping by a unique object identifier, a start offset, and a length. The compressed blocks and the mapping are stored in at least one data storage device. At least one data access request for at least a portion of the object data is serviced based on the mapping.
This technology provides a number of advantages including methods, non-transitory computer readable medium, and devices that efficiently access data in a compressed file system, the data being required to service read or write data access requests received from networked client computing devices. With this technology, a mapping of object data to compressed blocks including compressed object data is stored and utilized to retrieve only a portion of the compressed blocks storing the object data required to service a read or write request. Accordingly, only a subset of the compressed blocks storing object data needs to be decompressed to service a read request for only a portion of a file. Additionally, only a subset of the compressed blocks storing object data needs to be decompressed, modified, and rewritten to service a write request that does not require additional storage space beyond the fixed size of the compressed blocks. As a result, resource utilization is improved as well as response time, thereby improving the user experience with the file storage system.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a network environment with an exemplary network traffic management apparatus that accesses data in a compressed file system;
FIG. 2 is a flowchart of an exemplary method for servicing read data access requests in a compressed file system; and
FIG. 3 is a flowchart of an exemplary method for servicing write data access requests in a compressed file system.
DETAILED DESCRIPTION
A network environment 10 with an exemplary network traffic management apparatus 14 for accessing data in a compressed file system is illustrated in FIG. 1. In this example, the environment 10 includes client computing devices 12, network traffic management apparatus 14, and servers 16, which are coupled together by local area networks (LAN) 28 and wide area network (WAN) 30, although other types and numbers of devices, components, and elements in other topologies could be used. While not shown, the environment 10 also may include additional network components, such as routers, switches and other devices, which are well known to those of ordinary skill in the art and thus will not be described here. This technology provides a number of advantages including methods, non-transitory computer readable medium, and apparatus that efficiently service data access requests in a compressed file storage system.
In this example, the network traffic management apparatus 14 is coupled to client computing devices 12 through one of the LANs 28, although the client computing devices 12, or other devices, and network traffic management apparatus 14 may be coupled together via other topologies. Additionally, the network traffic management apparatus 14 is coupled to the servers 16 through another one of the LANs 28, although the servers 16, or other devices, and the network traffic management apparatus 14 may be coupled together via other topologies. LANs 28 each may employ any suitable interface mechanisms and network communication technologies including, for example, teletraffic in any suitable form (e.g., voice, modem, and the like), Public Switched Telephone Network (PSTNs), Ethernet-based Packet Data Networks (PDNs), combinations thereof, and the like. The network traffic management apparatus 14 is further coupled to client computing devices 12 through WAN 30, which may comprise any wide area network (e.g., Internet), although any other type of traffic network topology may be used. Various network processing applications, such as CIFS applications, NFS applications, HTTP Web Server applications, and/or FTP applications, may be operating on servers 16 and transmitting data (e.g., files, Web pages) through the network traffic management apparatus 14 in response to requests for content from client computing devices 12.
The network traffic management apparatus 14 facilitates servicing of data access requests in a compressed file storage system as illustrated and described with the examples herein, although network traffic management apparatus 14 may perform other types and numbers of functions, such as optimizing, securing and accelerating the traffic between client computing devices 12 and servers 16, and/or one or more applications. Network traffic management apparatus 14 includes at least one processor 18, memory 20, optional configurable logic device 21, I/O interface 22, and interface device 24 which are coupled together by bus 26, although network traffic management apparatus 14 may comprise other types and numbers of elements in other configurations. Although network traffic management apparatus 14 is shown in this example as being a standalone device, such as a BIGIP® device offered by F5 Networks, Inc., of Seattle, Wash., it should be appreciated that the network traffic management apparatus 14 could also be one of several blades servers coupled to a chassis device, such as a VIPRION® device, also offered by F5 Networks, Inc., of Seattle, Wash.
Processor(s) 18 may execute one or more computer-executable instructions stored in the memory 20 for the methods illustrated and described with reference to the examples, although the processor(s) can execute other types and numbers of instructions and perform other types and numbers of operations. The processor(s) 18 may comprise one or more central processing units (CPUs) or general purpose processors with one or more processing cores, such as AMD® processor(s), although other types of processor(s) could be used (e.g., Intel®).
Memory 20 may comprise one or more tangible storage media and/or devices, such as RAM, ROM, flash memory, CD-ROM, floppy disk, hard disk drive(s), solid state memory, DVD, or any other memory storage types or devices, including combinations thereof, which are known to those of ordinary skill in the art. The various storage devices of the memory 20 may be arranged in a tiered storage system to allow for less expensive and larger capacity storage devices, for example, to store less frequently accessed, compressed and/or archived data.
Memory 20 may store one or more non-transitory computer-readable instructions of this technology as illustrated and described with reference to the examples herein that may be executed by the one or more processor(s) 18. The flow charts shown in FIGS. 2 and 3 are representative of example steps or actions of this technology that may be embodied or expressed as one or more non-transitory computer or machine readable instructions stored in memory 20 that may be executed by the processor(s) 18 and/or may be implemented by configured logic in optional configurable logic device 21.
The optional configurable logic device 21 may comprise specialized hardware configured to implement one or more steps of this technology as illustrated and described with reference to the examples herein. By way of example only, the optional configurable logic device 21 may comprise one or more of field programmable gate arrays (FPGAs), field programmable logic devices (FPLDs), application specific integrated circuits (ASICs) and/or programmable logic units (PLUs).
Input and display devices 22 enable a user, such as an administrator, to interact with the network traffic management apparatus 14, such as to input and/or view data and/or to configure, program and/or operate it by way of example only. Input devices may include a keyboard and/or a computer mouse and display devices may include a computer monitor, although other types and numbers of input devices and display devices could be used.
The interface device 24 in the network traffic management apparatus 14 is used to operatively couple and communicate between the network traffic management apparatus 14 and the client computing devices 12 and the servers 16, which are all coupled together by one or more local area networks (LAN) 28 and wide area networks (WAN) 30, although other types and numbers of communication networks or systems with other types and numbers of connections and configurations to other devices and elements. By way of example only, the local area networks (LAN) 28 and wide area networks (WAN) 30 can use TCP/IP over Ethernet and industry-standard protocols, including NFS, CIFS, SOAP, XML, LDAP, and SNMP, although other types and numbers of communication networks, can be used. In this example, the bus 26 is a hyper-transport bus in this example, although other bus types and links may be used, such as PCI.
Each of the client computing devices 12 and the servers 16 include a central processing unit (CPU) or processor, a memory, an interface device, and an I/O system, which are coupled together by a bus or other link, although other numbers and types of network devices could be used. The client computing devices 12, in this example, may run interface applications, such as Web browsers, that may provide an interface to make requests for and send content and/or data to different server-based applications via the LANs 28 and/or WANs 30.
Generally, servers 16 process requests received from client computing devices 12 via LANs 28 and/or WANs 30 according to the HTTP-based application RFC protocol or the CIFS or NFS protocol in this example, but the principles discussed herein are not limited to this example and can include other application protocols. A series of applications may run on the servers 16 that allow the transmission of data, such as object data, files, and/or metadata, requested by the client computing devices 12. The servers 16 may provide data or receive data in response to requests directed toward the respective applications on the servers 16 from the client computing devices 12. In some example, the servers 16 may further include various storage devices including a tiered file storage system and/or may be one or more tiers of a tiered file storage system including one or more other network devices. Accordingly the servers 16 can provide backup, archived, and/or compressed data storage services for other networked devices. It is to be understood that the servers 16 may be hardware or software or may represent a system with multiple servers 16 in a server pool, which may include internal or external networks. In this example the servers 16 may be any version of Microsoft® IIS servers or Apache® servers, although other types of servers may be used. Further, additional servers may be coupled to the LAN 28 and many different types of applications may be available on servers coupled to the LAN 28.
Although an exemplary network environment 10 with client computing devices 12, network traffic management apparatus 14, servers 16, LANs 28 and WANs 30 are described and illustrated herein, other types and numbers of systems, devices, blades, components, and elements in other topologies can be used. It is to be understood that the systems of the examples described herein are for exemplary purposes, as many variations of the specific hardware and software used to implement the examples are possible, as will be appreciated by those skilled in the relevant art(s).
Furthermore, each of the systems of the examples may be conveniently implemented using one or more general purpose computer systems, microprocessors, digital signal processors, and micro-controllers, programmed according to the teachings of the examples, as described and illustrated herein, and as will be appreciated by those of ordinary skill in the art.
In addition, two or more computing systems or devices can be substituted for any one of the systems or devices in any example. Accordingly, principles and advantages of distributed processing, such as redundancy and replication also can be implemented, as desired, to increase the robustness and performance of the devices and systems of the examples. The examples may also be implemented on computer system(s) that extend across any suitable network using any suitable interface mechanisms and traffic technologies, including by way of example only teletraffic in any suitable form (e.g., voice and modem), wireless traffic media, wireless traffic networks, cellular traffic networks, G3 traffic networks, Public Switched Telephone Network (PSTNs), Packet Data Networks (PDNs), the Internet, intranets, and combinations thereof.
The examples may also be embodied as a non-transitory computer readable medium having instructions stored thereon for one or more aspects of the technology as described and illustrated by way of the examples herein, which when executed by a processor (or configurable hardware), cause the processor to carry out the steps necessary to implement the methods of the examples, as described and illustrated herein.
An exemplary method for servicing read data access requests in a compressed file system will now be described with reference to FIGS. 1-2. In this particular example, in step 200, the network traffic management apparatus 14 obtains at least one original write request including at least the object data to be stored, although in other examples the data may already compressed and stored as described here with reference to steps 200, 202, 204, and 206.
In step 202, the network traffic management apparatus 14 compresses the object data into at least one compressed block. In some examples, each compressed block has a fixed size or length, such as 64 kilobytes, for example, although the compressed blocks may be any other fixed size or of variable size.
In step 204, the network traffic management apparatus 14 stores the compressed blocks in the memory 20, although the compressed blocks can be stored in other data storage devices and at other locations. For example, the compressed blocks could be stored in one or more file server devices 16, a tiered storage system including the memory 20 and/or one or more file server devices 16, and/or any other data storage device(s).
In step 206, the network traffic management apparatus 14 maintains and stores a mapping of the original object data to the compressed blocks of object data, which the network traffic management apparatus 14 in the memory 20, although the mapping could be stored in other locations. One exemplary mapping is a table including object identifier, start offset, and length values for the object data included in the original write request associated with a unique identifier of the compressed block storing the compressed object data for the portion of the object data indicated by the associated start offset and length values, although other mappings of the original object data to the compressed object data can be used.
In one example, the unique identifier for each compressed block includes a file handle or other identifier shared by a plurality of compressed blocks storing compressed data for the same object as well as a start offset and a length value that together uniquely identify each compressed block. In the latter example, and in the exemplary operation in which the compressed blocks are of a fixed size, the length values will all be the same and the start offsets will all be intervals determined by the length value. In order to locate the compressed blocks at a later time, the network traffic management apparatus 14 can store a mapping of the unique identifier for each compressed block to a location of the compressed block in the data storage device or utilize any other method of maintaining the location of the compressed blocks.
In step 208, the network traffic management apparatus 14 obtains a read data access request from a client computing device 12 for object data previously stored as described and illustrated earlier with respect to steps 200, 202, 204, and 206. The read request can be based on any protocol requiring at least object identifier or file handle, start offset, and length parameters, the length parameter indicating a number of bytes, for example, including a common Internet file system (CIFS) protocol, a network file system (NFS) protocol, or a file transfer protocol (FTP), for example.
In step 210, the network traffic management apparatus 14 identifies at least one compressed block storing compressed object data required to service the read request by querying the table based on the read request parameter values. Accordingly, in one example, a read request is obtained by the network traffic management apparatus 14 from a client computing device 12 including at least parameter values F0 for the object identifier, 50 for the start offset, and 100 for the length. In this example, the mapping stored in step 206 for object F0 indicates that the compressed block having a unique identifier of C0 is storing start offset 0 and length 100, the compressed block having a unique identifier of C1 is storing start offset 100 and length 100, and the compressed block having a unique identifier of C2 is storing start offset 200 and length 75. Accordingly, in step 210, the network traffic management apparatus 14 identifies compressed blocks C0 and C1 based on the mapping of the object data byte range 50-150, as identified by the read request parameter values of 50 for the start offset and 100 for the length.
In step 212, the network traffic management apparatus 14 retrieves the identified compressed blocks from the data storage device. Accordingly, in this example, the network traffic management apparatus 14 retrieves compressed blocks C0 and C1 from a data storage device, such as one of server devices 16.
In step 214, the network traffic management apparatus 14 obtains the requested object data by decompressing the retrieved compressed blocks. Accordingly, in this example, blocks C0 and C1 are decompressed by the network traffic management apparatus 14 and the object data responsive to the received read request in step 208 is obtained based on the read request parameter values.
In step 216, the obtained object data is sent by the network traffic management apparatus 14 to the requesting one of the client computing devices 12. Because the read request included parameter values of 50 for the start offset and 100 for the length, in this example, only the second 50 bytes of object data included in compressed block C0 and only the first 50 bytes of object data included in compressed block C1 are obtained by the network traffic management apparatus 14, in step 214, and sent by the network traffic management apparatus 14, in step 216, to the requesting one of the client computing devices 12.
Accordingly, in this example, the read request received from the client computing device 12 is serviced by the network traffic management apparatus 14 without retrieving compressed block C2 from the data storage device and without decompressing compressed block C2. The ability of the network traffic management apparatus 14 to retrieve and decompress only those compressed blocks necessary to service a read request from a client computing device 12 is made possible by the mapping, stored in step 206, which allows the network traffic management apparatus 14 to identify only a subset of compressed blocks. As compressed files and objects are often archived in relatively slow data storage devices due to their relatively infrequent access by users of client computing devices 12, retrieving and decompressing only those necessary compressed blocks, instead of all compressed blocks storing object data for the object identified in the read request, can reduce resource utilization and response time, particularly when the number of compressed blocks not required to service the read request is substantial.
Referring to FIGS. 1 and 3, an exemplary method for servicing write data access requests in a compressed file system will now be described. In this particular example, the write request is a request to modify object data previously stored in the compressed file system as described with reference to steps 300, 302, 304, and 306.
In step 300, the network traffic management apparatus 14 obtains an original write request including at least the object data to be stored.
In step 302, the network traffic management apparatus 14 compresses the object data into at least one compressed block. In this example, each of the compressed blocks includes compressed object data and at least one empty portion. In some examples, the compressed blocks each have a fixed size, such as 64 kilobytes, 4 kilobytes of which is empty and does not include compressed object data, although any size of compressed block, compressed object data, and empty storage space can be used.
In step 304, the network traffic management apparatus 14 stores the compressed blocks in a data storage device such as the memory 20 of the network traffic management apparatus 14, one or more file server devices 16, a tiered storage system including the memory 20 and/or one or more file server devices 16, and/or any other data storage device(s).
In step 306, the network traffic management apparatus 14 maintains and stores a mapping of the original object data to the compressed blocks of object data.
In step 308, the network traffic management apparatus 14 obtains a write request from a client computing device 12 including a plurality of parameter values and object data to be used to modify object data previously stored as described and illustrated earlier with respect to steps 300, 302, 304, and 306. The write request can be based on any protocol requiring at least an object identifier or parameter value identifying the object to be modified, a start offset parameter value indicating the beginning location in the object to be modified, and a length parameter value indicating the portion of the object data to be modified. Accordingly, the protocol can include CIFS, NFS, or FTP, for example.
In step 310, the network traffic management apparatus 14 identifies at least one compressed block storing compressed object data required to service the write request by referencing the mapping, such as by querying a table storing the mapping, based on the write request parameter values. In step 312, the network traffic management apparatus 14 retrieves the identified compressed blocks.
In step 314, the network traffic management apparatus 14 obtains the object data to be modified by decompressing the retrieved compressed blocks. As at least a subset of the parameters are the same for a read request as for a write request, the identification of step 310, retrieval of step 312, and obtaining of step 314 can be performed by the network traffic management apparatus 14 as described and illustrated earlier with respect to steps 210, 212, and 214, respectively.
In step 316, the network traffic management apparatus 14 modifies the object data obtained in step 314 to include at least a portion of the object data included in the write request. In step 318, the network traffic management apparatus 14 generates modified compressed blocks by compressing the modified object data. Accordingly, the modified compressed blocks include compressed write request object data along with compressed object data that was previously stored and not currently modified.
The modified compressed blocks may be smaller, the same size, or larger than the corresponding compressed blocks retrieved, in step 312, by the network traffic management apparatus 14, depending on the size of the write request object data, the size of any previously stored object data that is replaced by the write request object data, and/or the compressibility of the object data as modified, for example. If a modified compressed block is not greater than the corresponding retrieved compressed block, the network traffic management apparatus 14 completes service of the write request by replacing, in step 320, the retrieved compressed block with the modified compressed block.
If the size of any compressed block is greater than the corresponding retrieved compressed block, the network traffic management apparatus 14 can retrieve every compressed block storing object data for the object identified by the write request object identifier parameter value, as identified based on the mapping. The network traffic management apparatus 14 can then decompress all of the retrieved compressed blocks, recompress the object data, and update the mapping. Because such an operation is relatively expensive, particularly with respect to compressed and archived data stored on relatively slow data storage device(s), including the empty portion in each compressed block when compressing the object data, in step 302, can provide for expansion of the compressed data upon servicing the write request, thereby reducing the number of instances in which a modified compressed block is greater in size than a corresponding retrieved compressed block.
Accordingly, in this example, in order to service a write data access request received from a client computing device 12, only those compressed blocks storing compressed object data required to service the write request are retrieved and decompressed by the network traffic management apparatus 14. Additionally, in examples in which a space for expansion is included by the network traffic management apparatus 14 in the form of an empty portion in the compressed blocks, the number of instances in which compressed blocks other than those necessary to service the write request will need to be retrieved, decompressed, recompressed, and stored can be reduced, thereby reducing resource utilization and response time.
The examples described herein have particular advantages for applications in which only portions of an archived object or file are read by a client computing device 12. Additionally, the examples described herein have particular advantages for applications in which only portions of an object or file are written such as databases and document and source control systems, for example, although these examples also provide advantages for other applications.
With this technology a mapping of object data to compressed blocks, each including compressed object data, is maintained and stored by the network traffic management apparatus 14 upon receiving an original write request. Subsequent read and write requests requiring access to the object data can be serviced by the network traffic management apparatus 14 based on the mapping and by only retrieving and decompressing, and in the case of some write requests, modifying and recompressing, only the compressed blocks required to service the requests. By accessing fewer compressed blocks in order to service data access requests, resource utilization is reduced and response time for servicing the data access request is reduced for the user of the requesting one of the client computing devices 12.
Having thus described the basic concept of the invention, it will be rather apparent to those skilled in the art that the foregoing detailed disclosure is intended to be presented by way of example only, and is not limiting. Various alterations, improvements, and modifications will occur and are intended to those skilled in the art, though not expressly stated herein. These alterations, improvements, and modifications are intended to be suggested hereby, and are within the spirit and scope of the invention. Additionally, the recited order of processing elements or sequences, or the use of numbers, letters, or other designations therefore, is not intended to limit the claimed processes to any order except as may be specified in the claims. Accordingly, the invention is limited only by the following claims and equivalents thereto.

Claims (24)

What is claimed is:
1. A method for accessing data in a compressed file system, comprising:
obtaining, by a network traffic management apparatus, at least one original write request from a client computing device comprising object data;
compressing, by the a network traffic management apparatus, the object data included in an original write request from a client computing device into a plurality of compressed blocks, wherein the object data is associated with a file system object;
generating, by the network traffic management apparatus, a mapping of each of the plurality of compressed blocks to a corresponding portion of the object data, wherein every corresponding portion of the object data is represented in the mapping by a corresponding unique an object identifier for the object, a start offset, and a length that corresponds to a size of the portion of the object data; and
servicing, by the network traffic management apparatus, at least one subsequent data access request for at least a portion one of the portions of the object data, the servicing comprising obtaining at least the requested portion of the object data from the mapped one of the plurality of compressed blocks based on the unique object identifier, the start offset and the length.
2. The method as set forth in claim 1 wherein the servicing further comprises:
obtaining, by the network traffic management apparatus, the data access request from the client computing device, wherein the data access request comprises a value for a plurality of parameters comprising the object identifier, the start offset, and the length;
identifying, by the network traffic management apparatus, the mapped at least one of the plurality of compressed block blocks based at least in part on the mapping and one or more of the data access request parameter values;
retrieving, by the network traffic management apparatus, the identified compressed block;
obtaining, by the network traffic management apparatus, at least a portion of the object data identified by the data access request parameter values; and
decompressing, by the network traffic management apparatus, the retrieved compressed block.
3. The method as set forth in claim 2 wherein the data access request is a read request, the method further comprising:
sending, by the network traffic management apparatus, the obtained object data to the requesting client computing device.
4. The method as set forth in claim 2 wherein the data access request is a write request, the write request further comprises additional object data, each of the plurality of compressed blocks includes compressed object data and an empty portion, and wherein the compressing, with the network traffic management apparatus, the object data into a plurality of compressed blocks the method further comprises:
compressing, by the network traffic management apparatus, the object data into a plurality of compressed blocks each including compressed object data and an empty portion, the method further comprising replacing, by the network traffic management apparatus, the retrieved compressed block with a modified compressed block comprising, a compressed write request at least a portion of the additional object data when a size of the modified compressed block is not greater than a size of the retrieved compressed block.
5. The method as set forth in claim 4 further comprising:
modifying, by the network traffic management apparatus, the object data to include the at least a portion of the additional object data included in the write request;
generating, by the network traffic management apparatus, the modified compressed block; and
compressing, by the network traffic management apparatus, the modified object data.
6. The method as set forth in claim 2 wherein the data access request is based on a protocol comprising a common Internet file system (CIFS) protocol, a network file system (NFS) protocol, or a file transfer protocol (FTP).
7. The method as set forth in claim 1 further comprising;
storing, by the network traffic management apparatus, the compressed blocks and the mapping in at least one data storage device.
8. The method as set forth in claim 7, wherein the at least one data storage device comprises tiered storage, a memory of a network traffic management apparatus, or a file server device.
9. A non-transitory computer readable medium having stored thereon instructions for accessing data in a compressed file system comprising machine executable code which when executed by at least one processor, causes the processor to perform steps comprising:
obtaining at least one original write request from a client computing device comprising object data;
compressing the object data included in an original write request from a client computing device into a plurality of compressed blocks, wherein the object data is associated with a file system object;
generating a mapping of each of the plurality of compressed blocks to a portion of the object data, wherein every corresponding portion of the object data is represented in the mapping by a corresponding unique an object identifier for the object, a start offset, and a length that corresponds to a size of the portion of the object data; and
servicing at least one subsequent data access request for one of the portions of the object data, wherein the servicing comprises obtaining at least the requested portion of the object data from the mapped one of the plurality of compressed blocks based on the unique object identifier, the start offset and the length.
10. The medium as set forth in claim 9 wherein the servicing further comprises:
obtaining the data access request from the client computing device, wherein the data access request comprises a value for a plurality of parameters comprising the object identifier, the start offset, and the length;
identifying the mapped at least one of the plurality of compressed block blocks based at least in part on the mapping and one or more of the data access request parameter values;
retrieving the identified compressed block;
obtaining at least a portion of the object data identified by the data access request parameter values; and
decompressing the retrieved compressed block.
11. The medium as set forth in claim 10 wherein the data access request is a read request, the medium further having stored thereon instructions that when executed by the at least one processor cause the processor to perform steps further comprising:
sending the obtained object data to the requesting client computing device.
12. The medium as set forth in claim 10 wherein the data access request is a write request, the write request further comprises additional object data, each of the plurality of compressed blocks includes compressed object data and an empty portion, and the compressing the object data into a plurality of compressed blocks further comprises the medium further having stored thereon instructions that when executed by the processor further cause the processor to perform one or more steps further comprising:
compressing the object data into a plurality of compressed blocks each comprising compressed object data and an empty portion, the medium further comprising replacing the retrieved compressed block with a modified compressed block comprising a compressed write request at least a portion of the additional object data when a size of the modified compressed block is not greater than a size of the retrieved compressed block.
13. The medium as set forth in claim 12 further having stored thereon instructions that when executed by the processor cause the processor to perform steps further comprising:
modifying the object data to include the at least a portion of the additional object data included in the write request; and
generating the modified compressed block; and
compressing the modified object data.
14. The medium as set forth in claim 10 wherein the data access request is based on a protocol comprising a common Internet file system (CIFS) protocol, a network file system (NFS) protocol, or a file transfer protocol (FTP).
15. The medium as set forth in claim 9 further having stored thereon instructions that when executed by the processor cause the processor to perform steps further comprising:
storing, the compressed blocks and the mapping in at least one data storage device.
16. The medium as set forth in claim 15, wherein the at least one data storage device comprises tiered storage, a memory of a network traffic management apparatus, or a file server device.
17. A network traffic management apparatus comprising:
a memory;
configurable logic; and
a processor coupled to the memory and the configurable logic, at least one of the configurable logic configured to implement or the processor configured to execute programmed instructions stored in the memory comprising:
obtaining at least one original write request from a client computing device comprising object data;
compressing the object data included in an original write request from a client computing device into a plurality of compressed blocks, wherein the object data is associated with a file system object;
generating a mapping of each of the plurality of compressed blocks to a portion of the object data, wherein every corresponding portion of the object data is represented in the mapping by a corresponding unique an object identifier for the object, a start offset, and a length that corresponds to a size of the portion of the object data; and
servicing at least one subsequent data access request for one of the portions of the object data, wherein the servicing comprises obtaining at least the requested portion of the object data from the mapped one of the plurality of compressed blocks based on the unique object identifier, the start offset and the length.
18. The apparatus as set forth in claim 17 wherein the servicing further comprises:
obtaining, the data access request from the client computing device, wherein the data access request comprises a value for a plurality of parameters comprising the object identifier, the start offset, and the length;
identifying, the mapped at least one of the plurality of compressed block blocks based at least in part on the mapping and one or more of the data access request parameter values;
retrieving, the identified compressed block;
obtaining, at least a portion of the object data identified by the data access request parameter values: and
decompressing the retrieved compressed block.
19. The apparatus as set forth in claim 18 wherein the data access request is a read request and wherein at least one of the configurable logic is configured to implement or the processor is further configured to execute, programmed instructions stored in the memory further comprising:
sending the obtained object data to the requesting client computing device.
20. The apparatus as set forth in claim 18 wherein the data access request is a write request, the write request further includes additional object data, wherein the compressing the object data into a plurality of compressed blocks further comprises:
compressing the object data into a plurality of compressed blocks each including compressed object data and an empty portion, and wherein each of the plurality of compressed blocks includes compressed object data and an empty portion, and at least one of the configurable logic is further configured to implement or the processor are is further configured to execute programmed instructions stored in the memory further comprising:
replacing the retrieved compressed block with a modified compressed block including comprising a compressed write request at least a portion of the additional object data when a size of the modified compressed block is not greater than a size of the retrieved compressed block.
21. The apparatus as set forth in claim 20 wherein at least one of the configurable logic is further configured to implement or the processor is further configured to execute, programmed instructions stored in the memory further comprising:
modifying the object data to include the at least a portion of the additional object data included in the write request; and
generating the modified compressed block; and
compressing the modified object data.
22. The apparatus as set forth in claim 18 wherein the data access request is based on a protocol comprising a common Internet file system (CIFS) protocol, a network file system (NFS) protocol, or a file transfer protocol (FTP).
23. The apparatus as set forth in claim 17 wherein the processor is further configured to execute programmed instructions stored in the memory further comprising:
storing, the compressed blocks and the mapping in at least one data storage device.
24. The apparatus as set forth in claim 23, wherein the at least one data storage device comprises tiered storage, a memory of a network traffic management apparatus, or a file server device.
US15/499,499 2012-02-20 2017-04-27 Methods for accessing data in a compressed file system and devices thereof Active USRE48725E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/499,499 USRE48725E1 (en) 2012-02-20 2017-04-27 Methods for accessing data in a compressed file system and devices thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/400,202 US9020912B1 (en) 2012-02-20 2012-02-20 Methods for accessing data in a compressed file system and devices thereof
US15/499,499 USRE48725E1 (en) 2012-02-20 2017-04-27 Methods for accessing data in a compressed file system and devices thereof

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/400,202 Reissue US9020912B1 (en) 2012-02-20 2012-02-20 Methods for accessing data in a compressed file system and devices thereof

Publications (1)

Publication Number Publication Date
USRE48725E1 true USRE48725E1 (en) 2021-09-07

Family

ID=52987096

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/400,202 Ceased US9020912B1 (en) 2012-02-20 2012-02-20 Methods for accessing data in a compressed file system and devices thereof
US15/499,499 Active USRE48725E1 (en) 2012-02-20 2017-04-27 Methods for accessing data in a compressed file system and devices thereof

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/400,202 Ceased US9020912B1 (en) 2012-02-20 2012-02-20 Methods for accessing data in a compressed file system and devices thereof

Country Status (1)

Country Link
US (2) US9020912B1 (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10157280B2 (en) 2009-09-23 2018-12-18 F5 Networks, Inc. System and method for identifying security breach attempts of a website
US9286298B1 (en) 2010-10-14 2016-03-15 F5 Networks, Inc. Methods for enhancing management of backup data sets and devices thereof
US9519501B1 (en) 2012-09-30 2016-12-13 F5 Networks, Inc. Hardware assisted flow acceleration and L2 SMAC management in a heterogeneous distributed multi-tenant virtualized clustered system
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US9554418B1 (en) 2013-02-28 2017-01-24 F5 Networks, Inc. Device for topology hiding of a visited network
US9582198B2 (en) * 2013-08-26 2017-02-28 Vmware, Inc. Compressed block map of densely-populated data structures
US11016820B2 (en) 2013-08-26 2021-05-25 Vmware, Inc. Load balancing of resources
US9811531B2 (en) 2013-08-26 2017-11-07 Vmware, Inc. Scalable distributed storage architecture
US9887924B2 (en) 2013-08-26 2018-02-06 Vmware, Inc. Distributed policy-based provisioning and enforcement for quality of service
US10747475B2 (en) 2013-08-26 2020-08-18 Vmware, Inc. Virtual disk blueprints for a virtualized storage area network, wherein virtual disk objects are created from local physical storage of host computers that are running multiple virtual machines
US9672115B2 (en) 2013-08-26 2017-06-06 Vmware, Inc. Partition tolerance in cluster membership management
US20150095553A1 (en) * 2013-10-01 2015-04-02 International Business Machines Corporation Selective software-based data compression in a storage system based on data heat
US9965210B2 (en) * 2016-05-27 2018-05-08 Ngd Systems, Inc. System and methods for in-storage on-demand data decompression
US11496438B1 (en) 2017-02-07 2022-11-08 F5, Inc. Methods for improved network security using asymmetric traffic delivery and devices thereof
US10791119B1 (en) 2017-03-14 2020-09-29 F5 Networks, Inc. Methods for temporal password injection and devices thereof
US10931662B1 (en) 2017-04-10 2021-02-23 F5 Networks, Inc. Methods for ephemeral authentication screening and devices thereof
US10282115B2 (en) 2017-04-13 2019-05-07 International Business Machines Corporation Object synchronization in a clustered system
US10831935B2 (en) * 2017-08-31 2020-11-10 Pure Storage, Inc. Encryption management with host-side data reduction
US11658995B1 (en) 2018-03-20 2023-05-23 F5, Inc. Methods for dynamically mitigating network attacks and devices thereof
CN113728601B (en) * 2019-04-29 2023-04-25 日立数据管理有限公司 Optimizing storage and retrieval of compressed data
US20210064614A1 (en) * 2019-08-30 2021-03-04 Oracle International Corporation Database environments for guest languages
CN112597531A (en) * 2020-12-04 2021-04-02 光大科技有限公司 Data product management method and device
CN113343302A (en) * 2021-06-22 2021-09-03 深圳壹账通智能科技有限公司 Project file management method and device, electronic equipment and storage medium

Citations (642)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS625006A (en) 1985-07-02 1987-01-12 Sanyo Electric Co Ltd Vertical-slide-wick type combustion apparatus
JPS6310250A (en) 1986-06-30 1988-01-16 Fujitsu Ltd Managing system for virtual logical volume
US4843480A (en) 1986-09-12 1989-06-27 Cannon Kabushiki Kaisha Image reading apparatus for removing disturbances in output images
US4993030A (en) 1988-04-22 1991-02-12 Amdahl Corporation File system for a plurality of storage classes
US5218695A (en) 1990-02-05 1993-06-08 Epoch Systems, Inc. File server system having high-speed write execution
US5282201A (en) 1987-12-22 1994-01-25 Kendall Square Research Corporation Dynamic packet routing network
US5303368A (en) 1989-02-28 1994-04-12 Kabushiki Kaisha Toshiba Dead lock preventing method for data base system
CA2080530A1 (en) 1992-10-14 1994-04-15 Ho Kee Chiu Dynamic networking
JPH06332782A (en) 1993-03-22 1994-12-02 Hitachi Ltd File server system and file access controlling method therefor
US5473362A (en) 1993-11-30 1995-12-05 Microsoft Corporation Video on demand system comprising stripped data across plural storable devices with time multiplex scheduling
US5511177A (en) 1991-11-21 1996-04-23 Hitachi, Ltd. File data multiplexing method and data processing system
US5537585A (en) 1994-02-25 1996-07-16 Avail Systems Corporation Data storage management for network interconnected processors
US5548724A (en) 1993-03-22 1996-08-20 Hitachi, Ltd. File server system and file access control method of the same
US5550965A (en) 1993-12-27 1996-08-27 Lucent Technologies Inc. Method and system for operating a data processor to index primary data in real time with iconic table of contents
US5550816A (en) 1994-12-29 1996-08-27 Storage Technology Corporation Method and apparatus for virtual switching
EP0738970A1 (en) 1995-04-17 1996-10-23 AT&T IPM Corp. Methods and apparatus for storage and retrieval of name space information in a distributed computing system
US5583995A (en) 1995-01-30 1996-12-10 Mrj, Inc. Apparatus and method for data storage and retrieval using bandwidth allocation
JPH08328760A (en) 1995-06-01 1996-12-13 Hitachi Ltd Disk array device
US5586260A (en) 1993-02-12 1996-12-17 Digital Equipment Corporation Method and apparatus for authenticating a client to a server in computer systems which support different security mechanisms
US5590320A (en) 1994-09-14 1996-12-31 Smart Storage, Inc. Computer file directory system
JPH0916510A (en) 1995-06-29 1997-01-17 Ricoh Co Ltd File copying machine
US5606665A (en) 1994-07-01 1997-02-25 Digital Equipment Corporation Buffer descriptor prefetch in network and I/O design
US5623490A (en) 1993-06-09 1997-04-22 Intelligence-At-Large Method and apparatus for multiple media digital communication system
US5649200A (en) 1993-01-08 1997-07-15 Atria Software, Inc. Dynamic rule-based version control system
US5649194A (en) 1993-12-29 1997-07-15 Microsoft Corporation Unification of directory service with file system services
US5668943A (en) 1994-10-31 1997-09-16 International Business Machines Corporation Virtual shared disks with application transparent recovery
US5692180A (en) 1995-01-31 1997-11-25 International Business Machines Corporation Object-oriented cell directory database for a distributed computing environment
US5721779A (en) 1995-08-28 1998-02-24 Funk Software, Inc. Apparatus and methods for verifying the identity of a party
US5806061A (en) 1997-05-20 1998-09-08 Hewlett-Packard Company Method for cost-based optimization over multimeida repositories
US5832496A (en) 1995-10-12 1998-11-03 Ncr Corporation System and method for performing intelligent analysis of a computer database
US5838970A (en) 1994-10-04 1998-11-17 Recognition International Inc. Object-oriented computer environment and related method
US5862325A (en) 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US5884303A (en) 1996-03-15 1999-03-16 International Computers Limited Parallel searching technique
US5889935A (en) 1996-05-28 1999-03-30 Emc Corporation Disaster control features for remote data mirroring
US5893086A (en) 1997-07-11 1999-04-06 International Business Machines Corporation Parallel file system and method with extensible hashing
US5897638A (en) 1997-06-16 1999-04-27 Ab Initio Software Corporation Parallel virtual file system
US5905990A (en) 1997-06-23 1999-05-18 International Business Machines Corporation File system viewpath mechanism
US5917998A (en) 1996-07-26 1999-06-29 International Business Machines Corporation Method and apparatus for establishing and maintaining the status of membership sets used in mirrored read and write input/output without logging
US5920873A (en) 1996-12-06 1999-07-06 International Business Machines Corporation Data management control system for file and database
US5926816A (en) 1996-10-09 1999-07-20 Oracle Corporation Database Synchronizer
US5937406A (en) 1997-01-31 1999-08-10 Informix Software, Inc. File system interface to a database
JPH11282741A (en) 1998-03-27 1999-10-15 Hitachi Ltd Mounting method, film access method for directory and access authority decision method
US5991302A (en) 1997-04-10 1999-11-23 Cisco Technology, Inc. Technique for maintaining prioritization of data transferred among heterogeneous nodes of a computer network
US5999664A (en) 1997-11-14 1999-12-07 Xerox Corporation System for searching a corpus of document images by user specified document layout components
US6012083A (en) 1996-09-24 2000-01-04 Ricoh Company Ltd. Method and apparatus for document processing using agents to process transactions created based on document content
US6029168A (en) 1998-01-23 2000-02-22 Tricord Systems, Inc. Decentralized file mapping in a striped network file system in a distributed computing environment
US6029175A (en) 1995-10-26 2000-02-22 Teknowledge Corporation Automatic retrieval of changed files by a network software agent
US6041365A (en) 1985-10-29 2000-03-21 Kleinerman; Aurel Apparatus and method for high performance remote application gateway servers
US6044367A (en) 1996-08-02 2000-03-28 Hewlett-Packard Company Distributed I/O store
US6047356A (en) 1994-04-18 2000-04-04 Sonic Solutions Method of dynamically allocating network node memory's partitions for caching distributed files
US6047129A (en) 1993-12-30 2000-04-04 Frye; Russell Software updating and distribution
US6067558A (en) 1997-09-18 2000-05-23 Wendt; James Gordon Method and apparatus for providing increased content from a resource constrained device
US6072942A (en) 1996-09-18 2000-06-06 Secure Computing Corporation System and method of electronic mail filtering using interconnected nodes
US6078929A (en) 1996-06-07 2000-06-20 At&T Internet file system
US6085234A (en) 1994-11-28 2000-07-04 Inca Technology, Inc. Remote file services network-infrastructure cache
US6088694A (en) 1998-03-31 2000-07-11 International Business Machines Corporation Continuous availability and efficient backup for externally referenced objects
US6128717A (en) 1998-01-20 2000-10-03 Quantum Corporation Method and apparatus for storage application programming interface for digital mass storage and retrieval based upon data object type or size and characteristics of the data storage device
US6128627A (en) 1998-04-15 2000-10-03 Inktomi Corporation Consistent data storage in an object cache
WO2000058870A2 (en) 1999-03-31 2000-10-05 America Online, Inc. Handling a request for information provided by a network site
US6154777A (en) 1996-07-01 2000-11-28 Sun Microsystems, Inc. System for context-dependent name resolution
US6157950A (en) 1997-12-05 2000-12-05 Encanto Networks, Inc. Methods and apparatus for interfacing a computer or small network to a wide area network such as the internet
US6161145A (en) 1997-05-08 2000-12-12 International Business Machines Corporation Updating server-related data at a client
US6161185A (en) 1998-03-06 2000-12-12 Mci Communications Corporation Personal authentication system and method for multiple computer platform
US6181336B1 (en) 1996-05-31 2001-01-30 Silicon Graphics, Inc. Database-independent, scalable, object-oriented architecture and API for managing digital multimedia assets
EP1081918A2 (en) 1999-09-04 2001-03-07 Hewlett-Packard Company Providing secure access through network firewalls
US6202156B1 (en) 1997-09-12 2001-03-13 Sun Microsystems, Inc. Remote access-controlled communication
US6223206B1 (en) 1994-05-11 2001-04-24 International Business Machines Corporation Method and system for load balancing by replicating a portion of a file being read by a first stream onto second device and reading portion with a second stream capable of accessing
US6233648B1 (en) 1997-12-26 2001-05-15 Kabushiki Kaisha Toshiba Disk storage system and data update method used therefor
US6237008B1 (en) 1998-07-20 2001-05-22 International Business Machines Corporation System and method for enabling pair-pair remote copy storage volumes to mirror data in another storage volume
US6256031B1 (en) 1998-06-26 2001-07-03 Microsoft Corporation Integration of physical and virtual namespace
US6260070B1 (en) 1998-06-30 2001-07-10 Dhaval N. Shah System and method for determining a preferred mirrored service in a network by evaluating a border gateway protocol
US6259405B1 (en) 1995-06-06 2001-07-10 Wayport, Inc. Geographic based communications service
US20010007560A1 (en) 2000-01-11 2001-07-12 Michio Masuda Multi-layer class identifying communication apparatus with priority control
US20010014891A1 (en) 1996-05-24 2001-08-16 Eric M. Hoffert Display of media previews
US6282610B1 (en) 1997-03-31 2001-08-28 Lsi Logic Corporation Storage controller providing store-and-forward mechanism in distributed data storage system
US6289345B1 (en) 1997-06-26 2001-09-11 Fujitsu Limited Design information management system having a bulk data server and a metadata server
US6304913B1 (en) 1998-11-09 2001-10-16 Telefonaktiebolaget L M Ericsson (Publ) Internet system and method for selecting a closest server from a plurality of alternative servers
US6308162B1 (en) 1997-05-21 2001-10-23 Khimetrics, Inc. Method for controlled optimization of enterprise planning models
US6324581B1 (en) 1999-03-03 2001-11-27 Emc Corporation File server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems
US20010047293A1 (en) 1999-01-26 2001-11-29 Waller Matthew A. System, method and article of manufacture to optimize inventory and inventory investment utilization in a collaborative context
US6330574B1 (en) 1997-08-05 2001-12-11 Fujitsu Limited Compression/decompression of tags in markup documents by creating a tag code/decode table based on the encoding of tags in a DTD included in the documents
US6329985B1 (en) 1998-06-30 2001-12-11 Emc Corporation Method and apparatus for graphically displaying mapping of a logical object
US20010051955A1 (en) 2000-03-17 2001-12-13 Wong John P. Mirror file system
US6338082B1 (en) 1999-03-22 2002-01-08 Eric Schneider Method, product, and apparatus for requesting a network resource
US6339785B1 (en) 1999-11-24 2002-01-15 Idan Feigenbaum Multi-server file download
US20020010757A1 (en) 1999-12-03 2002-01-24 Joel Granik Method and apparatus for replacement of on-line advertisements
US20020012352A1 (en) 1998-12-18 2002-01-31 Goran Hansson Internet protocol handler for telecommunications platform with processor cluster
US20020012382A1 (en) 1990-11-16 2002-01-31 Schilling Donald L. Spreard spectrum adaptive power control communications system and method
US6349343B1 (en) 1994-09-15 2002-02-19 Visual Edge Software Limited System and method for providing interoperability among heterogeneous object systems
US6353848B1 (en) 1998-07-31 2002-03-05 Flashpoint Technology, Inc. Method and system allowing a client computer to access a portable digital image capture unit over a network
US20020032758A1 (en) 2000-09-14 2002-03-14 Yen Hsiang Tsun Method and system for dynamically loading program logic into an application
US20020035537A1 (en) 1999-01-26 2002-03-21 Waller Matthew A. Method for economic bidding between retailers and suppliers of goods in branded, replenished categories
US6363056B1 (en) 1998-07-15 2002-03-26 International Business Machines Corporation Low overhead continuous monitoring of network performance
US20020038360A1 (en) 2000-05-31 2002-03-28 Matthew Andrews System and method for locating a closest server in response to a client domain name request
US6370527B1 (en) 1998-12-29 2002-04-09 At&T Corp. Method and apparatus for searching distributed networks using a plurality of search devices
US6374263B1 (en) 1999-07-19 2002-04-16 International Business Machines Corp. System for maintaining precomputed views
US6374336B1 (en) 1997-12-24 2002-04-16 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US6389433B1 (en) 1999-07-16 2002-05-14 Microsoft Corporation Method and system for automatically merging files into a single instance store
US6389462B1 (en) 1998-12-16 2002-05-14 Lucent Technologies Inc. Method and apparatus for transparently directing requests for web objects to proxy caches
WO2002039696A2 (en) 2000-11-03 2002-05-16 The Board Of Regents Of The University Of Nebraska Assured quality-of-service request scheduling
US20020059263A1 (en) 2000-06-27 2002-05-16 Seiji Shima Data management system for storages
US6393581B1 (en) 1996-08-29 2002-05-21 Cornell Research Foundation, Inc. Reliable time delay-constrained cluster computing
US6397246B1 (en) 1998-11-13 2002-05-28 International Business Machines Corporation Method and system for processing document requests in a network system
US20020065848A1 (en) 2000-08-21 2002-05-30 Richard Walker Simultaneous multi-user document editing system
US20020065810A1 (en) 2000-11-29 2002-05-30 Bradley Mark W. File system translators and methods for implementing the same
US20020072048A1 (en) 1999-07-30 2002-06-13 Terrance C. Slattery Methods and apparatus for computer based training relating to devices
US20020073105A1 (en) 2000-12-12 2002-06-13 Matsushita Electric Industrial Co., File management method, content recording/playback apparatus and content recording program
US6412004B1 (en) 1997-03-27 2002-06-25 Microsoft Corporation Metaserver for a multimedia distribution network
US20020083118A1 (en) 2000-10-26 2002-06-27 Sim Siew Yong Method and apparatus for managing a plurality of servers in a content delivery network
US20020087744A1 (en) 2000-11-01 2002-07-04 Aeroflex Altair Cybernetics Corporation Information transformation software engine
US20020087571A1 (en) 2000-10-20 2002-07-04 Kevin Stapel System and method for dynamic generation of structured documents
US20020087887A1 (en) 2000-09-19 2002-07-04 Busam Vincent R. Device-to-device network
WO2002056181A2 (en) 2001-01-11 2002-07-18 Force Communications Inc Z File switch and switched file system
US20020099842A1 (en) 2001-01-19 2002-07-25 Chuck Jennings System and method for routing media
US20020099829A1 (en) 2000-11-27 2002-07-25 Richards Kenneth W. Filter proxy system and method
US20020103823A1 (en) 2001-02-01 2002-08-01 International Business Machines Corporation Method and system for extending the performance of a web crawler
US20020106263A1 (en) 2000-11-06 2002-08-08 Alexander Winker Nut and method for its fabrication
US6438595B1 (en) 1998-06-24 2002-08-20 Emc Corporation Load balancing using directory services in a data processing system
US6446108B1 (en) 1997-07-18 2002-09-03 Lucent Technologies Inc. Method for wide area network service location
US20020133330A1 (en) 2001-03-13 2002-09-19 Microsoft Corporation Provisioning computing services via an on-line networked computing environment
US20020133491A1 (en) 2000-10-26 2002-09-19 Prismedia Networks, Inc. Method and system for managing distributed content and related metadata
US20020143819A1 (en) 2000-05-31 2002-10-03 Cheng Han Web service syndication system
US20020143909A1 (en) 2001-03-27 2002-10-03 International Business Machines Corporation Apparatus and method for managing multiple user identities on a networked computer system
US20020143852A1 (en) 1999-01-19 2002-10-03 Guo Katherine Hua High quality streaming multimedia
US20020147630A1 (en) 2001-04-04 2002-10-10 Rose Dawn M. Assortment decisions
US6466580B1 (en) 1999-02-23 2002-10-15 Advanced Micro Devices, Inc. Method and apparatus for processing high and low priority frame data transmitted in a data communication system
US20020150253A1 (en) 2001-04-12 2002-10-17 Brezak John E. Methods and arrangements for protecting information in forwarded authentication messages
US6469983B2 (en) 2001-02-26 2002-10-22 Maple Optical Systems, Inc. Data packet transmission scheduling using a partitioned heap
US20020156905A1 (en) 2001-02-21 2002-10-24 Boris Weissman System for logging on to servers through a portal computer
US20020162118A1 (en) 2001-01-30 2002-10-31 Levy Kenneth L. Efficient interactive TV
US20020161911A1 (en) 2001-04-19 2002-10-31 Thomas Pinckney Systems and methods for efficient memory allocation for streaming of multimedia files
US6477544B1 (en) 1999-07-16 2002-11-05 Microsoft Corporation Single instance store for file systems
US20020174216A1 (en) 2001-05-17 2002-11-21 International Business Machines Corporation Internet traffic analysis tool
US6487561B1 (en) 1998-12-31 2002-11-26 Emc Corporation Apparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size
US20020178410A1 (en) 2001-02-12 2002-11-28 Haitsma Jaap Andre Generating and matching hashes of multimedia content
US6493804B1 (en) 1997-10-01 2002-12-10 Regents Of The University Of Minnesota Global file system and data storage device locks
US20020188667A1 (en) 2001-05-25 2002-12-12 Ilya Kirnos Management and synchronization application for network file system
US20020194112A1 (en) 2000-11-17 2002-12-19 Depinto Robert System and method for exchanging creative content
US20020194342A1 (en) 2001-06-18 2002-12-19 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
US20020198956A1 (en) 2001-06-25 2002-12-26 International Business Machines Corporation Method and apparatus for managing a cache
US20030005172A1 (en) 1998-07-22 2003-01-02 Amanda Elizabeth Chessell Apparatus, method and computer program product for client/server computing with improved correspondence between transaction identifiers when supporting subordinate resource manager(s)
US20030009429A1 (en) 2001-06-21 2003-01-09 Jameson Kevin Wade Collection installable knowledge
US20030009528A1 (en) 2001-07-08 2003-01-09 Imran Sharif System and method for using an internet appliance to send/receive digital content files as E-mail attachments
US20030012382A1 (en) 2000-02-08 2003-01-16 Azim Ferchichi Single sign-on process
US20030018585A1 (en) 2001-07-21 2003-01-23 International Business Machines Corporation Method and system for the communication of assured reputation information
US20030018450A1 (en) 2001-07-16 2003-01-23 Stephen Carley System and method for providing composite variance analysis for network operation
US6513061B1 (en) 1997-10-07 2003-01-28 Hitachi, Ltd. Proxy server selecting server and proxy server
US20030022723A1 (en) 2000-07-17 2003-01-30 Johnston Gary Lawrence Turning uplift apparatus
US6516351B2 (en) 1997-12-05 2003-02-04 Network Appliance, Inc. Enforcing uniform file-locking for diverse file-locking protocols
US6516350B1 (en) 1999-06-17 2003-02-04 International Business Machines Corporation Self-regulated resource management of distributed computer resources
US20030028514A1 (en) 2001-06-05 2003-02-06 Lord Stephen Philip Extended attribute caching in clustered filesystem
US20030033535A1 (en) 2000-01-27 2003-02-13 Gwyn Fisher Method and system for implementing a common user logon to multiple applications
US20030033308A1 (en) 2001-08-03 2003-02-13 Patel Sujal M. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US20030034905A1 (en) 2001-05-17 2003-02-20 Cyber Operations, Llc System and method for encoding and decoding data files
US20030051045A1 (en) 2001-09-07 2003-03-13 Connor Patrick L. Methods and apparatus for reducing frame overhead on local area networks
US20030055723A1 (en) 2001-09-20 2003-03-20 Paul English Vendor comparison, advertising and switching
US20030061240A1 (en) 2001-09-27 2003-03-27 Emc Corporation Apparatus, method and system for writing data to network accessible file system while minimizing risk of cache data loss/ data corruption
US6542936B1 (en) 1997-07-03 2003-04-01 Ipac Acquisition Subsidiary I, Llc System for creating messages including image information
US6542909B1 (en) 1998-06-30 2003-04-01 Emc Corporation System for determining mapping of logical objects in a computer system
US20030065956A1 (en) 2001-09-28 2003-04-03 Abhijit Belapurkar Challenge-response data communication protocol
US6549916B1 (en) 1999-08-05 2003-04-15 Oracle Corporation Event notification system tied to a file system
US20030074301A1 (en) 1999-11-01 2003-04-17 Neal Solomon System, method, and apparatus for an intelligent search agent to access data in a distributed network
US6553352B2 (en) 2001-05-04 2003-04-22 Demand Tec Inc. Interface for merchandise price optimization
US6556998B1 (en) 2000-05-04 2003-04-29 Matsushita Electric Industrial Co., Ltd. Real-time distributed file system
US6556997B1 (en) 1999-10-07 2003-04-29 Comverse Ltd. Information retrieval system
US6560230B1 (en) 1999-02-01 2003-05-06 Redback Networks Inc. Packet scheduling methods and apparatus
US20030105846A1 (en) 2001-11-30 2003-06-05 Koninklijke Philips Electronics N.V. Enhanched UDDI with service push model
US6578069B1 (en) 1999-10-04 2003-06-10 Microsoft Corporation Method, data structure, and computer program product for identifying a network resource
US20030108000A1 (en) 2001-12-07 2003-06-12 Telefonaktiebolaget Lm Ericsson (Pub1) Service access system and method in a telecommunications network
US20030115218A1 (en) 2001-12-19 2003-06-19 Bobbitt Jared E. Virtual file system
US20030115439A1 (en) 2001-12-19 2003-06-19 Hewlett Packard Company Updating references to a migrated object in a partition-based distributed file system
US20030128708A1 (en) 2002-01-10 2003-07-10 Rumiko Inoue Communication apparatus and relay apparatus for performing packet priority control
US20030130945A1 (en) 2002-01-08 2003-07-10 Bottomline Technologies (De) Inc. Electronic transaction processing server with trend based automated transaction evaluation
US20030139934A1 (en) 2001-12-20 2003-07-24 Intel Corporation Requesting and providing services via a registry
US20030140210A1 (en) 2001-12-10 2003-07-24 Richard Testardi Dynamic and variable length extents
US6601101B1 (en) 2000-03-15 2003-07-29 3Com Corporation Transparent access to network attached devices
US20030149781A1 (en) 2001-12-04 2003-08-07 Peter Yared Distributed network identity
US6606663B1 (en) 1998-09-29 2003-08-12 Openwave Systems Inc. Method and apparatus for caching credentials in proxy servers for wireless user agents
US20030156586A1 (en) 2002-02-19 2003-08-21 Broadcom Corporation Method and apparatus for flexible frame processing and classification engine
US20030159072A1 (en) 2002-02-04 2003-08-21 Atreus Systems Corp. Single sign-on for multiple network -based services
US6615267B1 (en) 1997-03-13 2003-09-02 Motorola, Inc. System and method for delivery of information over narrow-band communications links
US6612490B1 (en) 1998-12-22 2003-09-02 International Business Mahines Corporation Extended card file system
US20030171978A1 (en) 2002-03-11 2003-09-11 Jenkins Margalyn Toi Efficient retail item assortment
US20030177388A1 (en) 2002-03-15 2003-09-18 International Business Machines Corporation Authenticated identity translation within a multiple computing unit environment
US20030177364A1 (en) 2002-03-15 2003-09-18 Walsh Robert E. Method for authenticating users
US20030179755A1 (en) 2002-01-18 2003-09-25 Fraser Alexander Gibson System and method for handling prioritized data in a network
US6631422B1 (en) 1999-08-26 2003-10-07 International Business Machines Corporation Network adapter utilizing a hashing function for distributing packets to multiple processors for parallel processing
US20030191812A1 (en) 2001-12-19 2003-10-09 International Business Machines Corporation Method and system for caching role-specific fragments
US20030189936A1 (en) 2001-10-18 2003-10-09 Terrell William C. Router with routing processors and methods for virtualization
US20030195962A1 (en) 2002-04-10 2003-10-16 Satoshi Kikuchi Load balancing of servers
US20030195813A1 (en) 2002-04-11 2003-10-16 Kim Pallister System and method for automated auctioning of web services
US20030200207A1 (en) 1999-05-03 2003-10-23 Symantec Corporation Methods and apparatuses for file synchronization and updating using a signature list
US20030204635A1 (en) 2002-04-27 2003-10-30 Eun-Sook Ko Internet protocol based communication system and method for setting host address and selecting source address therein
US20030212954A1 (en) 2001-12-17 2003-11-13 Patrudu Pilla Gurumurty Conceptual process redactor
US6654346B1 (en) 1999-07-19 2003-11-25 Dunti Corporation Communication network across which packets of data are transmitted according to a priority scheme
US20030220835A1 (en) 2002-05-23 2003-11-27 Barnes Melvin L. System, method, and computer program product for providing location based services and mobile e-commerce
US20030229665A1 (en) 2002-06-10 2003-12-11 International Business Machines Corporation Systems, methods and computer programs for implementing and accessing web services
US20030236995A1 (en) 2002-06-21 2003-12-25 Fretwell Lyman Jefferson Method and apparatus for facilitating detection of network intrusion
US20040003266A1 (en) 2000-09-22 2004-01-01 Patchlink Corporation Non-invasive automatic offsite patch fingerprinting and updating system and method
US20040006591A1 (en) 2002-07-05 2004-01-08 Fujitsu Limited Information sharing method, information sharing device, and information sharing computer product
US20040006575A1 (en) 2002-04-29 2004-01-08 Visharam Mohammed Zubair Method and apparatus for supporting advanced coding formats in media files
US20040010654A1 (en) 2002-07-15 2004-01-15 Yoshiko Yasuda System and method for virtualizing network storages into a single file system view
US20040015347A1 (en) 2002-04-22 2004-01-22 Akio Kikuchi Method of producing voice data method of playing back voice data, method of playing back speeded-up voice data, storage medium, method of assisting memorization, method of assisting learning a language, and computer program
US20040015783A1 (en) 2002-06-20 2004-01-22 Canon Kabushiki Kaisha Methods for interactively defining transforms and for generating queries by manipulating existing query data
US20040017825A1 (en) 2002-07-26 2004-01-29 Kenneth Stanwood Scheduling method and system for communication systems that offer multiple classes of service
US20040025013A1 (en) 2002-07-30 2004-02-05 Imagictv Inc. Secure multicast flow
US20040030627A1 (en) 2002-04-19 2004-02-12 Computer Associates Think, Inc. Web services broker
US20040030740A1 (en) 2002-08-09 2004-02-12 Stelting Stephen A. Method and system for automating generation of web services from existing service components
US20040030857A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Hardware-based translating virtualization switch
US20040028043A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Method and apparatus for virtualizing storage devices inside a storage area network fabric
US20040028063A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Host bus adaptor-based virtualization switch
US6697871B1 (en) * 1999-09-21 2004-02-24 Network Associates Technology, Inc. System and method for efficient encoding and decoding of protocol messages
US6701415B1 (en) 1999-03-31 2004-03-02 America Online, Inc. Selecting a cache for a request for information
US20040043758A1 (en) 2002-08-29 2004-03-04 Nokia Corporation System and method for providing context sensitive recommendations to digital services
US20040044705A1 (en) 2002-08-30 2004-03-04 Alacritus, Inc. Optimized disk repository for the storage and retrieval of mostly sequential data
US6704755B2 (en) 1999-12-16 2004-03-09 Livevault Corporation Systems and methods for backing up data files
US6708220B1 (en) 1998-11-19 2004-03-16 X/Net Associates, Inc. System and method for in-stream data compression
US20040054748A1 (en) 2002-09-16 2004-03-18 Emmanuel Ackaouy Apparatus and method for processing data in a network
US20040054777A1 (en) 2002-09-16 2004-03-18 Emmanuel Ackaouy Apparatus and method for a proxy cache
US20040059789A1 (en) 1999-10-29 2004-03-25 Annie Shum System and method for tracking messages in an electronic messaging system
US20040064544A1 (en) 2002-09-26 2004-04-01 International Business Machines Corporation Coverage analysis of program code that accesses a database
US20040064554A1 (en) 2002-09-26 2004-04-01 Kuno Harumi Anne Network service system and mechanism for searching service registries
US6721794B2 (en) 1999-04-01 2004-04-13 Diva Systems Corp. Method of data management for efficiently storing and retrieving data to respond to user access requests
US6728704B2 (en) 2001-08-27 2004-04-27 Verity, Inc. Method and apparatus for merging result lists from multiple search engines
US6728265B1 (en) 1999-07-30 2004-04-27 Intel Corporation Controlling frame transmission
US20040093361A1 (en) 2002-09-10 2004-05-13 Therrien David G. Method and apparatus for storage system to provide distributed data storage and protection
US20040093474A1 (en) 2002-11-06 2004-05-13 Alvis Lin Snapshot facility allowing preservation of chronological views on block drives
US6738790B1 (en) 1997-10-31 2004-05-18 Oracle International Corporation Approach for accessing large objects
US6738357B1 (en) 1993-06-09 2004-05-18 Btg International Inc. Method and apparatus for multiple media digital communication system
US20040098383A1 (en) 2002-05-31 2004-05-20 Nicholas Tabellion Method and system for intelligent storage management
US20040098595A1 (en) 2002-11-14 2004-05-20 International Business Machines Corporation Integrating legacy application/data access with single sign-on in a distributed computing environment
US6742035B1 (en) 2000-02-28 2004-05-25 Novell, Inc. Directory-based volume location service for a distributed file system
US6744776B1 (en) 2000-01-28 2004-06-01 Advanced Micro Devices, Inc. Servicing priority traffic in multiport network switch
US6748420B1 (en) 1999-11-23 2004-06-08 Cisco Technology, Inc. Methods and apparatus for providing shared access to an application
US6754215B1 (en) 1999-08-17 2004-06-22 Nec Corporation Packet scheduling device
US6754699B2 (en) 2000-07-19 2004-06-22 Speedera Networks, Inc. Content delivery and global traffic management network system
US20040122926A1 (en) 2002-12-23 2004-06-24 Microsoft Corporation, Redmond, Washington. Reputation system for web services
US20040123277A1 (en) 2002-12-18 2004-06-24 Schrader Stuart Lyle Method, system and computer product for parsing binary data
US6757706B1 (en) 1999-01-28 2004-06-29 International Business Machines Corporation Method and apparatus for providing responses for requests of off-line clients
US6760337B1 (en) 1999-08-17 2004-07-06 Conexant Systems, Inc. Integrated circuit that processes communication packets with scheduler circuitry having multiple priority levels
US20040133605A1 (en) 2002-12-20 2004-07-08 Chang Hyun Sung System and method for authoring multimedia contents description metadata
US20040133577A1 (en) 2001-01-11 2004-07-08 Z-Force Communications, Inc. Rule based aggregation of files and transactions in a switched file system
US20040133606A1 (en) 2003-01-02 2004-07-08 Z-Force Communications, Inc. Directory aggregation for files distributed over a plurality of servers in a switched file system
US20040139355A1 (en) 2002-11-07 2004-07-15 Axel David J. Method and system of accessing a plurality of network elements
CA2512312A1 (en) 2003-01-02 2004-07-22 Attune Systems, Inc. Metadata based file switch and switched file system
US20040148380A1 (en) 2002-10-28 2004-07-29 Richard Meyer Method and system for dynamic expansion and contraction of nodes in a storage area network
US20040153479A1 (en) 2002-11-14 2004-08-05 Mikesell Paul A. Systems and methods for restriping files in a distributed file system
US6775679B2 (en) 2001-03-20 2004-08-10 Emc Corporation Building a meta file system from file system cells
US6775673B2 (en) 2001-12-19 2004-08-10 Hewlett-Packard Development Company, L.P. Logical volume-level migration in a partition-based distributed file system
US6782450B2 (en) 2001-12-06 2004-08-24 Raidcore, Inc. File mode RAID subsystem
US20040167967A1 (en) 1998-09-08 2004-08-26 Tenzing Communications, Inc. Communications systems for aircraft
US20040177165A1 (en) 2003-03-03 2004-09-09 Masputra Cahya Adi Dynamic allocation of a pool of threads
US20040181605A1 (en) 2003-03-13 2004-09-16 Hitachi, Ltd. Method for accessing distributed file system
US6795860B1 (en) 1999-04-05 2004-09-21 Cisco Technology, Inc. System and method for selecting a service with dynamically changing information
US6801960B1 (en) 2000-09-28 2004-10-05 Emc Corporation Switch-based acceleration of computer data storage employing aggregations of disk arrays
US20040199547A1 (en) 2003-04-07 2004-10-07 Marco Winter Database model for hierarchical data formats
US20040213156A1 (en) 2003-04-25 2004-10-28 Alcatel Ip Networks, Inc. Assigning packet queue priority
US20040215665A1 (en) 2002-01-09 2004-10-28 Edgar David A. System, method, and computer program product for providing accelerated and secure wireless data transmission over the internet
US20040236826A1 (en) 2003-05-19 2004-11-25 Michael Harville Combination case for service location management of media services
US20040236798A1 (en) 2001-09-11 2004-11-25 Sudhir Srinivasan Migration of control in a distributed segmented file system
US6826613B1 (en) 2000-03-15 2004-11-30 3Com Corporation Virtually addressing storage devices through a switch
US20040250032A1 (en) 2003-06-06 2004-12-09 Minwen Ji State machine and system for data redundancy
US6839761B2 (en) 2001-04-19 2005-01-04 Microsoft Corporation Methods and systems for authentication through multiple proxy servers that require different authentication data
US20050008017A1 (en) 2000-12-29 2005-01-13 Ragula Systems D/B/A Fatpipe Networks Tools and techniques for directing packets over disparate networks
US6847970B2 (en) 2002-09-11 2005-01-25 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US6847959B1 (en) 2000-01-05 2005-01-25 Apple Computer, Inc. Universal interface for retrieval of information in a computer system
US20050021703A1 (en) 2003-06-04 2005-01-27 Cherry Darrel D. Systems and methods for automatically configuring a client for remote use of a network-based service
US6850997B1 (en) 2000-09-27 2005-02-01 International Business Machines Corporation System, method, and program for determining the availability of paths to a device
US20050027841A1 (en) 2003-08-01 2005-02-03 Rolfe Edward G. Programmable remote device management system for locally or remotely controlling and/or configuring a communication network switch
US20050027862A1 (en) 2003-07-18 2005-02-03 Nguyen Tien Le System and methods of cooperatively load-balancing clustered servers
US6857009B1 (en) 1999-10-22 2005-02-15 Nomadix, Inc. System and method for network access without reconfiguration
US20050044158A1 (en) 2000-05-04 2005-02-24 Bellsouth Intellectual Property Corporation Data compression in electronic communications
US6862282B1 (en) 2000-08-29 2005-03-01 Nortel Networks Limited Method and apparatus for packet ordering in a data processing system
US20050050107A1 (en) 2003-09-03 2005-03-03 Mane Virendra M. Using a file for associating the file with a tree quota in a file server
US6865593B1 (en) 2000-04-12 2005-03-08 Webcollege, Inc. Dynamic integration of web sites
US6868447B1 (en) 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US6868439B2 (en) 2002-04-04 2005-03-15 Hewlett-Packard Development Company, L.P. System and method for supervising use of shared storage by multiple caching servers physically connected through a switching router to said shared storage via a robust high speed connection
US6871221B1 (en) 2000-01-21 2005-03-22 Scriptlogic Corporation Method and apparatus to manage network client logon scripts using a graphical management and administration tool
US20050071589A1 (en) 2003-09-29 2005-03-31 International Business Machines Corporation Appliance for asynchronous data storage mirroring
US6880017B1 (en) 2000-03-20 2005-04-12 International Business Machines Corporation System and method for providing an adaptive streaming flow control mechanism between the TCP and IP layers of the TCP/IP suite of protocols
US6883137B1 (en) 2000-04-17 2005-04-19 International Business Machines Corporation System and method for schema-driven compression of extensible mark-up language (XML) documents
US20050091214A1 (en) 2003-10-24 2005-04-28 Mircrosoft Corporation Internal object protection from application programs
US20050108575A1 (en) 2003-11-18 2005-05-19 Yung Chong M. Apparatus, system, and method for faciliating authenticated communication between authentication realms
US20050114701A1 (en) 2003-11-21 2005-05-26 International Business Machines Corporation Federated identity management within a distributed portal server
US20050114291A1 (en) 2003-11-25 2005-05-26 International Business Machines Corporation System, method, and service for federating and optionally migrating a local file system into a distributed file system while preserving local access to existing data
US20050117589A1 (en) 2003-08-13 2005-06-02 Cesar Douady Method and device for managing priority during the transmission of a message
US6904040B2 (en) 2001-10-05 2005-06-07 International Business Machines Corporaiton Packet preprocessing interface for multiprocessor network handler
US6914881B1 (en) 2000-11-28 2005-07-05 Nortel Networks Ltd Prioritized continuous-deficit round robin scheduling
US20050160161A1 (en) 2003-12-29 2005-07-21 Nokia, Inc. System and method for managing a proxy request over a secure network using inherited security attributes
US20050160243A1 (en) 2001-06-01 2005-07-21 Lubbers Clark E. Point in time storage copy
US20050165656A1 (en) 2004-01-27 2005-07-28 Robert Frederick Providing a marketplace for web services
US6928518B2 (en) 2001-11-01 2005-08-09 Sun Microsystems, Inc. Disk drive employing adaptive flushing of a write cache
US20050175013A1 (en) 2003-02-24 2005-08-11 Jean-Francois Le Pennec Method for transmitting high-priority packets in an IP transmission network
US20050174944A1 (en) 2004-02-10 2005-08-11 Adc Broadband Access Systems, Inc. Bandwidth regulation
US6934706B1 (en) 2002-03-22 2005-08-23 International Business Machines Corporation Centralized mapping of security credentials for database access operations
US20050187866A1 (en) 1999-11-16 2005-08-25 Lee Andre S. Method and system for executing financial transactions via a communication medium
US6938039B1 (en) 2000-06-30 2005-08-30 Emc Corporation Concurrent file across at a target file server during migration of file systems between file servers using a network file system access protocol
US20050193245A1 (en) 2004-02-04 2005-09-01 Hayden John M. Internet protocol based disaster recovery of a server
US20050198234A1 (en) 2004-02-20 2005-09-08 Gteko, Ltd. System and unified setting interface for configuring network manageable devices
US20050198501A1 (en) 2004-03-02 2005-09-08 Dmitry Andreev System and method of providing credentials in a network
US20050213587A1 (en) 2004-03-26 2005-09-29 Samsung Electronics Co., Ltd. Apparatus and method for scheduling packets in a wireless communication system
US20050234928A1 (en) 2004-03-23 2005-10-20 Grand Central Communications, Inc. Synchronous interface to asynchronous processes
US20050240664A1 (en) 2004-02-13 2005-10-27 Hon Hai Precision Industry Co., Ltd. System and method for configuring and managing a network device
US6961815B2 (en) 2002-12-05 2005-11-01 International Business Machines Corporation Multiple disk data storage system for reducing power consumption
US20050246393A1 (en) 2000-03-03 2005-11-03 Intel Corporation Distributed storage cluster architecture
US20050256806A1 (en) 2004-05-12 2005-11-17 Alan Tien Method and system to facilitate securely processing a payment for an online transaction
US6970475B1 (en) 1999-08-17 2005-11-29 At&T Corporation System and method for handling flows in a network
US6970924B1 (en) 1999-02-23 2005-11-29 Visual Networks, Inc. Methods and apparatus for monitoring end-user experience in a distributed network
US6973455B1 (en) 1999-03-03 2005-12-06 Emc Corporation File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US6973549B1 (en) 2001-12-10 2005-12-06 Incipient, Inc. Locking technique for control and synchronization
US6973490B1 (en) 1999-06-23 2005-12-06 Savvis Communications Corp. Method and system for object-level web performance and analysis
US20050273456A1 (en) 2004-05-21 2005-12-08 Bea Systems, Inc. System and method for application server with overload protection
US6975592B1 (en) 2000-11-22 2005-12-13 Nortel Networks Limited Configurable rule-engine for layer-7 and traffic characteristic-based classification
US20050289111A1 (en) 2004-06-25 2005-12-29 Tribble Guy L Method and apparatus for processing metadata
US20050289109A1 (en) 2004-06-25 2005-12-29 Yan Arrouye Methods and systems for managing data
US6986015B2 (en) 2001-12-10 2006-01-10 Incipient, Inc. Fast path caching
US6985956B2 (en) 2000-11-02 2006-01-10 Sun Microsystems, Inc. Switching system
US6985936B2 (en) 2001-09-27 2006-01-10 International Business Machines Corporation Addressing the name space mismatch between content servers and content caching systems
US20060010502A1 (en) 2003-11-26 2006-01-12 Hitachi, Ltd. Method and apparatus for setting access restriction information
US6990074B2 (en) 1998-12-16 2006-01-24 Nortel Networks Limited Method and apparatus for the control of multimedia services in networks
US6990547B2 (en) 2001-01-29 2006-01-24 Adaptec, Inc. Replacing file system processors by hot swapping
US6990667B2 (en) 2001-01-29 2006-01-24 Adaptec, Inc. Server-independent object positioning for load balancing drives and servers
US6990114B1 (en) 2001-03-26 2006-01-24 Advanced Micro Devices, Inc. System and method for deciding outgoing priority for data frames
US6996841B2 (en) 2001-04-19 2006-02-07 Microsoft Corporation Negotiating secure connections through a proxy server
US20060031778A1 (en) 2004-07-01 2006-02-09 Microsoft Corporation Computing platform for loading resources both synchronously and asynchronously
US7003564B2 (en) 2001-01-17 2006-02-21 Hewlett-Packard Development Company, L.P. Method and apparatus for customizably calculating and displaying health of a computer network
US7006502B2 (en) 1998-12-17 2006-02-28 Watchguard Technologies, Inc. System using stream specification and action specification stored in policy cache to process the flow of data packets by appropriate action processor
US20060045096A1 (en) 2004-09-01 2006-03-02 International Business Machines Corporation Method, system, and computer product for controlling input message priority
US20060047785A1 (en) 2004-06-18 2006-03-02 Hon Hai Precision Industry Co., Ltd. System and method for configuring and managing communication devices
US20060045089A1 (en) 2004-08-27 2006-03-02 International Business Machines Corporation Method and apparatus for providing network virtualization
US7010553B2 (en) 2002-03-19 2006-03-07 Network Appliance, Inc. System and method for redirecting access to a remote mirrored snapshot
US7013379B1 (en) 2001-12-10 2006-03-14 Incipient, Inc. I/O primitives
US7020713B1 (en) 2000-10-10 2006-03-28 Novell, Inc. System and method for balancing TCP/IP/workload of multi-processor system based on hash buckets
US7023974B1 (en) 2002-10-31 2006-04-04 America Online, Inc. Compression of electronic communications
US20060075475A1 (en) 2004-10-01 2006-04-06 Grand Central Communications, Inc. Application identity design
US20060074922A1 (en) 2002-11-25 2006-04-06 Kozo Nishimura File management device, file management method, file management program and recording medium
US7035212B1 (en) 2001-01-25 2006-04-25 Optim Networks Method and apparatus for end to end forwarding architecture
US7039061B2 (en) 2001-09-25 2006-05-02 Intel Corporation Methods and apparatus for retaining packet order in systems utilizing multiple transmit queues
US20060100752A1 (en) 2004-11-11 2006-05-11 In-Jun Kim Automatic operation system and method for automating satellite control operation and satellite ground control system using the same
US20060106882A1 (en) 2002-03-07 2006-05-18 Microsoft Corporation File Availability in Distributed File Storage Systems
US7051112B2 (en) 2001-10-02 2006-05-23 Tropic Networks Inc. System and method for distribution of software
US20060112399A1 (en) 2004-11-18 2006-05-25 Lessly Roger T Automated binding for object oriented programming user interface components
US20060112151A1 (en) 2002-03-19 2006-05-25 Manley Stephen L System and method for storage of snapshot metadata in a remote file
US20060112367A1 (en) 2002-10-24 2006-05-25 Robert Harris Method and system for ranking services in a web services architecture
US20060123210A1 (en) 2004-12-06 2006-06-08 St. Bernard Software, Inc. Method for logically consistent backup of open computer files
US20060130133A1 (en) 2004-12-14 2006-06-15 International Business Machines Corporation Automated generation of configuration elements of an information technology system
US20060133374A1 (en) 2004-12-22 2006-06-22 Nec Corporation Packet exchange device and packet exchange method
US20060140193A1 (en) 2004-12-29 2006-06-29 Nokia Corporation Optimization of a TCP connection
US7072917B2 (en) 2003-04-24 2006-07-04 Neopath Networks, Inc. Extended storage capacity for a network file server
US7076689B2 (en) 2002-10-29 2006-07-11 Brocade Communication Systems, Inc. Use of unique XID range among multiple control processors
US20060153201A1 (en) 2005-01-12 2006-07-13 Thomson Licensing Method for assigning a priority to a data transfer in a network, and network node using the method
US7080314B1 (en) 2000-06-16 2006-07-18 Lucent Technologies Inc. Document descriptor extraction method
US20060167838A1 (en) 2005-01-21 2006-07-27 Z-Force Communications, Inc. File-based hybrid file storage scheme supporting multiple file switches
US7089491B2 (en) 2002-05-03 2006-08-08 Microsoft Corporation System and method for enhancing XML schemas
US7089286B1 (en) 2000-05-04 2006-08-08 Bellsouth Intellectual Property Corporation Method and apparatus for compressing attachments to electronic mail communications for transmission
US20060179261A1 (en) 2003-04-11 2006-08-10 Vijayan Rajan Writable read-only snapshots
US20060184589A1 (en) 2000-06-21 2006-08-17 Microsoft Corporation Linked Value Replication
US20060190496A1 (en) 2005-02-21 2006-08-24 Canon Kabushiki Kaisha Data transmission device and method for controlling the same and image reading apparatus using the same
WO2006091040A1 (en) 2005-02-24 2006-08-31 Lg Electronics Inc. Layer structure of network control protocol and interface method
US20060200470A1 (en) 2005-03-03 2006-09-07 Z-Force Communications, Inc. System and method for managing small-size files in an aggregated file system
US20060206547A1 (en) * 2005-02-08 2006-09-14 Raghavendra Kulkarni Storing and retrieving computer data files using an encrypted network drive file system
US20060209669A1 (en) 2003-08-20 2006-09-21 Matsushita Electric Industrial Co., Ltd. Radio communication apparatus and subcarrier assignment method
US20060212746A1 (en) 2005-03-21 2006-09-21 Augustine Amegadzie Selection of migration methods including partial read restore in distributed storage management
US7113996B2 (en) 2000-07-21 2006-09-26 Sandy Craig Kronenberg Method and system for secured transport and storage of data on a network
US7113962B1 (en) 1999-06-22 2006-09-26 F5 Networks, Inc. Method and system for automatically updating content stored on servers connected by a network
US20060218135A1 (en) 2005-03-28 2006-09-28 Network Appliance, Inc. Method and apparatus for generating and describing block-level difference information about two snapshots
US20060224687A1 (en) 2005-03-31 2006-10-05 Popkin Laird A Method and apparatus for offline cooperative file distribution using cache nodes
US20060224636A1 (en) 2005-04-05 2006-10-05 Microsoft Corporation Page recovery using volume snapshots and logs
US7120746B2 (en) 2002-09-09 2006-10-10 International Business Machines Corporation Technique for data transfer
US20060229861A1 (en) 2005-04-12 2006-10-12 Fujitsu Limited Multi-core model simulator
US20060230265A1 (en) 2005-04-08 2006-10-12 Ravi Krishna Cookie-based acceleration of an authentication protocol
US20060230014A1 (en) * 2004-04-26 2006-10-12 Storewiz Inc. Method and system for compression of files for storage and operation on compressed files
US20060235998A1 (en) 2005-04-19 2006-10-19 International Business Machines Corporation Off-loading data formatting to a communicatively coupled client
US7127556B2 (en) 1998-06-30 2006-10-24 Emc Corporation Method and apparatus for initializing logical objects in a data storage system
US20060242179A1 (en) 2002-08-09 2006-10-26 Chen Raymond C System and method for restoring a virtual disk from a snapshot
US7133967B2 (en) 2003-05-09 2006-11-07 International Business Machines Corporation Storage system, controller, control method and program product therefor
US7133863B2 (en) 2000-12-28 2006-11-07 Intel Corporation Method and apparatus to search for information
US20060259949A1 (en) 1999-05-12 2006-11-16 Softricity, Inc. Policy based composite file system and method
US20060259320A1 (en) 2001-08-30 2006-11-16 Accenture Global Services Gmbh Transitive trust network
US20060270341A1 (en) 2005-05-31 2006-11-30 Samsung Electronics Co., Ltd. Scheduling method and system using relay station in radio communication system
US20060268692A1 (en) 2005-05-31 2006-11-30 Bellsouth Intellectual Property Corp. Transmission of electronic packets of information of varying priorities over network transports while accounting for transmission delays
US20060271598A1 (en) 2004-04-23 2006-11-30 Wong Thomas K Customizing a namespace in a decentralized storage environment
US7146524B2 (en) 2001-08-03 2006-12-05 Isilon Systems, Inc. Systems and methods for providing a distributed file system incorporating a virtual hot spare
US20060277225A1 (en) 2005-06-07 2006-12-07 Mark Timothy W Converting file system metadata structure while the file system remains available
US20060282471A1 (en) 2005-06-13 2006-12-14 Mark Timothy W Error checking file system metadata while the file system remains available
US20060282461A1 (en) 2005-06-10 2006-12-14 Microsoft Corporation Object virtualization
US20060282442A1 (en) 2005-04-27 2006-12-14 Canon Kabushiki Kaisha Method of learning associations between documents and data sets
US7152184B2 (en) 2001-11-22 2006-12-19 Kabushiki Kaisha Toshiba Storage device, backup method and computer program code of this storage device
US7155466B2 (en) 2003-10-27 2006-12-26 Archivas, Inc. Policy-based management of a redundant array of independent nodes
US20060294164A1 (en) 2005-06-23 2006-12-28 Emc Corporation Methods and apparatus for managing the storage of content in a file system
US20070005807A1 (en) 2005-06-29 2007-01-04 Symbian Software Limited Delta code messaging
US7161904B2 (en) 2002-06-04 2007-01-09 Fortinet, Inc. System and method for hierarchical metering in a virtual router based network switch
US20070016613A1 (en) 2005-07-15 2007-01-18 Stefano Foresti System and method for data transport
US20070016754A1 (en) 2001-12-10 2007-01-18 Incipient, Inc. Fast path for performing data operations
US7167821B2 (en) 2000-06-06 2007-01-23 Microsoft Corporation Evaluating hardware models having resource contention
US20070019636A1 (en) 2005-06-30 2007-01-25 Victor Lau Multi-threaded transmit transport engine for storage devices
US20070027935A1 (en) 2005-07-28 2007-02-01 Haselton William R Backing up source files in their native file formats to a target storage
US20070028068A1 (en) 2005-07-29 2007-02-01 International Business Machines Corporation System and method for managing resources in a distributed storage system
US20070027929A1 (en) 2005-08-01 2007-02-01 Whelan Gary J System, method, and/or computer program product for a file system interface
US20070024919A1 (en) 2005-06-29 2007-02-01 Wong Chi M Parallel filesystem traversal for transparent mirroring of directories and files
US20070038994A1 (en) 2002-01-11 2007-02-15 Akamai Technologies, Inc. Java application framework for use in a content delivery network (CDN)
US7191163B2 (en) 2002-04-19 2007-03-13 Computer Associates Think, Inc. System and method for providing inferencing services
US20070061441A1 (en) 2003-10-08 2007-03-15 Landis John A Para-virtualized computer system with I/0 server partitions that map physical host hardware for access by guest partitions
US7194579B2 (en) 2004-04-26 2007-03-20 Sun Microsystems, Inc. Sparse multi-component files
US20070067771A1 (en) 2005-09-21 2007-03-22 Yoram Kulbak Real-time threading service for partitioned multiprocessor systems
US7197615B2 (en) 2004-07-07 2007-03-27 Hitachi, Ltd. Remote copy system maintaining consistency
US20070088702A1 (en) 2005-10-03 2007-04-19 Fridella Stephen A Intelligent network client for multi-protocol namespace redirection
US7219260B1 (en) 2000-05-26 2007-05-15 Emc Corporation Fault tolerant system shared system resource with state machine logging
US20070112775A1 (en) 2002-04-17 2007-05-17 Ackerman David M Method for user biometric artifical authentication
US20070124415A1 (en) 2005-11-29 2007-05-31 Etai Lev-Ran Method and apparatus for reducing network traffic over low bandwidth links
US20070124502A1 (en) 2005-11-28 2007-05-31 Huawei Technologies Co., Ltd. Script language based network device configuration management system and method
US7228359B1 (en) 2002-02-12 2007-06-05 Cisco Technology, Inc. Methods and apparatus for providing domain name service based on a client identifier
US20070130255A1 (en) 2003-04-17 2007-06-07 Lionel Wolovitz Data access, replication or communication system comprising a distributed software application
US20070136308A1 (en) 2005-09-30 2007-06-14 Panagiotis Tsirigotis Accumulating access frequency and file attributes for supporting policy based storage management
US7234074B2 (en) 2003-12-17 2007-06-19 International Business Machines Corporation Multiple disk data storage system for reducing power consumption
US20070139227A1 (en) * 2005-10-22 2007-06-21 Sytex, Inc. Methods, systems and computer-readable media for compressing data
US7236491B2 (en) 2000-11-30 2007-06-26 Industrial Technology Research Institute Method and apparatus for scheduling for packet-switched networks
US7237076B2 (en) 2003-03-18 2007-06-26 Hitachi, Ltd. Method of maintaining a plurality of snapshots, server apparatus and storage apparatus
US20070147246A1 (en) 2005-12-22 2007-06-28 International Business Machines Corporation Method and device for configuring a network device
US7240100B1 (en) 2000-04-14 2007-07-03 Akamai Technologies, Inc. Content delivery network (CDN) content server request handling mechanism with metadata framework support
US20070162891A1 (en) 2006-01-12 2007-07-12 International Business Machines Corporation Graphical aid for generating object setup scripts
US20070168320A1 (en) 2003-11-26 2007-07-19 Dhrubajyoti Borthakur System and method for detecting file content similarity within a file system
US20070168525A1 (en) 2006-01-18 2007-07-19 Deleon Baltazar Iii Method for improved virtual adapter performance using multiple virtual interrupts
US20070180314A1 (en) 2006-01-06 2007-08-02 Toru Kawashima Computer system management method, management server, computer system, and program
US20070192543A1 (en) 2006-02-13 2007-08-16 Uday Naik Techniques to manage a flow cache
US20070208748A1 (en) 2006-02-22 2007-09-06 Microsoft Corporation Reliable, efficient peer-to-peer storage
US20070209075A1 (en) 2006-03-04 2007-09-06 Coffman Thayne R Enabling network intrusion detection by representing network activity in graphical form utilizing distributed data sensors to detect and transmit activity data
US20070233826A1 (en) 2000-12-06 2007-10-04 Tindal Glen D System and method for configuration, management and monitoring of network resources
US20070239944A1 (en) 2006-02-17 2007-10-11 Emulex Design & Manufacturing Corporation Apparatus for performing storage virtualization
US7284150B2 (en) 2004-09-22 2007-10-16 International Business Machines Corporation System and method for reliably storing data and providing efficient incremental backup and asynchronous mirroring by preferentially handling new data
US7293099B1 (en) 1998-09-29 2007-11-06 Sun Microsystems, Inc. Heterogeneous network file access
US7293133B1 (en) 2003-12-31 2007-11-06 Veritas Operating Corporation Performing operations without requiring split mirrors in a multi-class file system
US7292541B1 (en) 2004-01-28 2007-11-06 Novell, Inc. Methods and systems for unnumbered network link discovery
US20070260830A1 (en) 2006-05-08 2007-11-08 Sorin Faibish Distributed maintenance of snapshot copies by a primary processor managing metadata and a secondary processor providing read-write access to a production dataset
US7296263B1 (en) 2002-12-12 2007-11-13 F5 Networks, Inc. Method and system for performing operations on data using XML streams
US7308475B1 (en) 2003-05-06 2007-12-11 F5 Networks, Inc. Method and system for accessing network services
US20080004022A1 (en) 2006-06-28 2008-01-03 Telefonaktiebolaget L M Ericsson (Publ) Transmission Parameter Negotiation after Packet-Switched Handover
US20080010372A1 (en) 2003-10-01 2008-01-10 Robert Khedouri Audio visual player apparatus and system and method of content distribution using the same
US20080022059A1 (en) 2006-07-21 2008-01-24 Zimmerer Peter K Sequencing transactions and operations
US7324533B1 (en) 2003-02-25 2008-01-29 Cisco Technology, Inc. Using modem profiles to improve connectivity, connect timing, and compression performance on a modem relay (MR) gateway
US20080046432A1 (en) 2006-08-18 2008-02-21 Anderson Robert J Systems and methods for a snapshot of data
US7340571B2 (en) 2004-09-03 2008-03-04 Hitachi, Ltd. Storage system and data management device for storage system
US7343398B1 (en) 2002-09-04 2008-03-11 Packeteer, Inc. Methods, apparatuses and systems for transparently intermediating network traffic over connection-based authentication protocols
US7346664B2 (en) 2003-04-24 2008-03-18 Neopath Networks, Inc. Transparent file migration using namespace replication
US20080070575A1 (en) 2006-09-15 2008-03-20 Holger Claussen Method of administering call handover between cells in a communications system
US20080104347A1 (en) 2006-10-30 2008-05-01 Takashige Iwamura Information system and data transfer method of information system
US20080104443A1 (en) 2006-10-30 2008-05-01 Hiroaki Akutsu Information system, data transfer method and data protection method
US7373345B2 (en) 2003-02-21 2008-05-13 Caringo, Inc. Additional hash functions in content-based addressing
US7373438B1 (en) 2002-06-13 2008-05-13 Network Appliance, Inc. System and method for reprioritizing high-latency input/output operations
US7373520B1 (en) 2003-06-18 2008-05-13 Symantec Operating Corporation Method for computing data signatures
US20080114718A1 (en) 2006-11-09 2008-05-15 Mark John Anderson Apparatus and method for database execution detail repository
US20080120592A1 (en) 2006-10-31 2008-05-22 Tanguay Donald O Middleware framework
US7383288B2 (en) 2001-01-11 2008-06-03 Attune Systems, Inc. Metadata based file switch and switched file system
US20080141246A1 (en) 2001-11-07 2008-06-12 Norbert Kuck Process attachable virtual machines
US7401220B2 (en) 2001-03-21 2008-07-15 Microsoft Corporation On-disk file format for a serverless distributed file system
US7406484B1 (en) 2000-09-12 2008-07-29 Tbrix, Inc. Storage allocation in a distributed segmented file system
US7409440B1 (en) 2002-12-12 2008-08-05 F5 Net Works, Inc. User defined data items
US20080189468A1 (en) 2007-02-02 2008-08-07 Vmware, Inc. High Availability Virtual Machine Cluster
US7415488B1 (en) 2004-12-31 2008-08-19 Symantec Operating Corporation System and method for redundant storage consistency recovery
US20080200207A1 (en) 2007-02-20 2008-08-21 Microsoft Corporation Contextual Auto-Replication in Short Range Wireless Networks
US20080209073A1 (en) 2005-07-22 2008-08-28 International Business Machines Corporation Adaptive Session Compression Management Method, Compression Manager and Session Management
US20080208933A1 (en) 2006-04-20 2008-08-28 Microsoft Corporation Multi-client cluster-based backup and restore
US20080208917A1 (en) 2007-02-22 2008-08-28 Network Appliance, Inc. Apparatus and a method to make data sets conform to data management policies
US20080215836A1 (en) 2007-03-01 2008-09-04 Hitachi, Ltd. Method of managing time-based differential snapshot
US20080243769A1 (en) 2007-03-30 2008-10-02 Symantec Corporation System and method for exporting data directly from deduplication storage to non-deduplication storage
US7440982B2 (en) 2003-11-13 2008-10-21 Commvault Systems, Inc. System and method for stored data archive verification
US20080263401A1 (en) 2007-04-19 2008-10-23 Harley Andrew Stenzel Computer application performance optimization system
US7443321B1 (en) * 2007-02-13 2008-10-28 Packeteer, Inc. Compression of stream data using a hierarchically-indexed database
US20080270578A1 (en) 2006-01-13 2008-10-30 Huawei Technologies Co., Ltd. Method, Device And Data Download System For Controlling Effectiveness Of A Download Transaction
WO2008130983A1 (en) 2007-04-16 2008-10-30 Attune Systems, Inc. File aggregation in a switched file system
US20080281944A1 (en) 2007-05-07 2008-11-13 Vorne Industries, Inc. Method and system for extending the capabilities of embedded devices through network clients
US20080281908A1 (en) 2007-05-08 2008-11-13 Riverbed Technology, Inc. Hybrid segment-oriented file server and wan accelerator
US20080282047A1 (en) 2007-05-08 2008-11-13 Hitachi, Ltd. Methods and apparatus to backup and restore data for virtualized storage area
US20080294446A1 (en) * 2007-05-22 2008-11-27 Linfeng Guo Layer based scalable multimedia datastream compression
WO2008147973A2 (en) 2007-05-25 2008-12-04 Attune Systems, Inc. Remote file virtualization in a switched file system
NZ566291A (en) 2008-02-27 2008-12-24 Actionthis Ltd Methods and devices for post processing rendered web pages and handling requests of post processed web pages
US20090007162A1 (en) 2007-06-29 2009-01-01 Microsoft Corporation Flexible namespace prioritization
US7475241B2 (en) 2002-11-22 2009-01-06 Cisco Technology, Inc. Methods and apparatus for dynamic session key generation and rekeying in mobile IP
US20090013138A1 (en) 2007-07-05 2009-01-08 Gosukonda Naga Sudhakar Backup archive management
US7477796B2 (en) 2004-04-09 2009-01-13 Nokia Corporation Method for preparing compressed image data file, image data compression device, and photographic device
US20090019535A1 (en) 2007-07-10 2009-01-15 Ragingwire Enterprise Solutions, Inc. Method and remote system for creating a customized server infrastructure in real time
US20090037975A1 (en) 2007-07-30 2009-02-05 Ishikawa Mark M System and Method for Authenticating Content
US20090037500A1 (en) * 2007-07-31 2009-02-05 Kirshenbaum Evan R Storing nodes representing respective chunks of files in a data store
US20090041230A1 (en) 2007-08-08 2009-02-12 Palm, Inc. Mobile Client Device Driven Data Backup
US20090055507A1 (en) 2007-08-20 2009-02-26 Takashi Oeda Storage and server provisioning for virtualized and geographically dispersed data centers
US20090055607A1 (en) 2007-08-21 2009-02-26 Schack Darren P Systems and methods for adaptive copy on write
US7509322B2 (en) 2001-01-11 2009-03-24 F5 Networks, Inc. Aggregated lock management for locking aggregated files in a switched file system
US20090080440A1 (en) 2007-09-26 2009-03-26 Avneesh Singh Balyan Method and Apparatus for Establishing and Managing Diameter Associations
US20090089344A1 (en) 2007-09-28 2009-04-02 Emc Corporation Network accessed storage files system query/set proxy service for a storage virtualization system
US20090089487A1 (en) 2007-10-01 2009-04-02 Samsung Electronics Co., Ltd. Multiport semiconductor memory device having protocol-defined area and method of accessing the same
US20090094311A1 (en) 2007-10-04 2009-04-09 Yahoo! Inc. System and Method for Detecting Internet Bots
US7519813B1 (en) 2004-08-02 2009-04-14 Network Appliance, Inc. System and method for a sidecar authentication mechanism
US20090097480A1 (en) 2007-10-10 2009-04-16 Sun Microsystems, Inc. Parallelizing the tcp behavior of a network connection
US20090106263A1 (en) 2007-10-20 2009-04-23 Khalid Atm Shafiqul Systems and methods for folder redirection
US20090106255A1 (en) 2001-01-11 2009-04-23 Attune Systems, Inc. File Aggregation in a Switched File System
US20090106413A1 (en) 2007-10-19 2009-04-23 Juha Salo Method and apparatus for detecting click fraud
US20090125955A1 (en) 2007-11-08 2009-05-14 At&T Bls Intellectual Property, Inc Methods, computer program products, and virtual servers for a virtual collaborative environment
US20090132616A1 (en) 2007-10-02 2009-05-21 Richard Winter Archival backup integration
US20090138314A1 (en) 2007-11-05 2009-05-28 Michael Bruce Method and system for locating a workforce
US20090161542A1 (en) 2007-12-21 2009-06-25 Kah Kin Ho Resource availability information sharing (rais) protocol
US20090187915A1 (en) 2008-01-17 2009-07-23 Sun Microsystems, Inc. Scheduling threads on processors
US7571168B2 (en) 2005-07-25 2009-08-04 Parascale, Inc. Asynchronous file replication and migration in a storage network
US7574433B2 (en) 2004-10-08 2009-08-11 Paterra, Inc. Classification-expanded indexing and retrieval of classified documents
US20090204650A1 (en) 2007-11-15 2009-08-13 Attune Systems, Inc. File Deduplication using Copy-on-Write Storage Tiers
US20090204705A1 (en) 2007-11-12 2009-08-13 Attune Systems, Inc. On Demand File Virtualization for Server Configuration Management with Limited Interruption
US20090204649A1 (en) 2007-11-12 2009-08-13 Attune Systems, Inc. File Deduplication Using Storage Tiers
US7577723B2 (en) 1998-11-12 2009-08-18 Ricoh Co., Ltd. Method and apparatus for automatic network configuration
US20090210431A1 (en) 2007-11-12 2009-08-20 Attune Systems, Inc. Load Sharing Cluster File Systems
US20090210875A1 (en) 2008-02-20 2009-08-20 Bolles Benton R Method and System for Implementing a Virtual Storage Pool in a Virtual Environment
US20090217386A1 (en) 2008-02-27 2009-08-27 James Paul Schneider Stateless challenge-response broadcast protocol
US20090217163A1 (en) 2008-02-25 2009-08-27 Jon Jaroker System and Method for Deploying and Maintaining Software Applications
US20090240899A1 (en) 2008-03-21 2009-09-24 Hitachi Ltd. Storage device and method of controlling same
US20090241176A1 (en) 2008-03-21 2009-09-24 Microsoft Corporation Load balancing in server computer systems
US20090254592A1 (en) 2007-11-12 2009-10-08 Attune Systems, Inc. Non-Disruptive File Migration
US20090265467A1 (en) 2008-04-17 2009-10-22 Radware, Ltd. Method and System for Load Balancing over a Cluster of Authentication, Authorization and Accounting (AAA) Servers
US20090265396A1 (en) 2003-08-26 2009-10-22 Tamir Ram Method, system, and program for personal data management using content-based replication
US7610307B2 (en) 2004-11-30 2009-10-27 Microsoft Corporation Method and system of detecting file system namespace changes and restoring consistency
US7624109B2 (en) 2004-02-27 2009-11-24 Texas Memory Systems, Inc. Distributed asynchronous ordered replication
US20090292957A1 (en) 2008-05-21 2009-11-26 International Business Machines Corporation System for repeated unmount attempts of distributed file systems
US20090289828A1 (en) 2008-05-22 2009-11-26 John Alfred Hinchey Wireless transferable control system
US20090300161A1 (en) 2003-11-20 2009-12-03 F5 Networks, Inc. Method and system for using feedback in accessing network services
US20090313503A1 (en) 2004-06-01 2009-12-17 Rajeev Atluri Systems and methods of event driven recovery management
US20090319600A1 (en) 2008-06-18 2009-12-24 Boaz Sedan Optimizing program requests over a wide area network
US20090316708A1 (en) 2008-06-24 2009-12-24 Microsoft Corporation Techniques to manage a relay server and a network address translator
US7639883B2 (en) 2006-04-18 2009-12-29 Nokia Corporation Method, device, mobile terminal and computer program product for providing variable compression of data files
US7640347B1 (en) 2002-05-02 2009-12-29 F5 Networks, Inc. Method and system for inserting POST data into the GET request to apply normal caching rules
US20100017643A1 (en) 2006-12-28 2010-01-21 Hitachi, Ltd. Cluster system and failover method for cluster system
US20100017423A1 (en) * 2006-05-31 2010-01-21 Storwize Ltd. Method and system for transformation of logical data objects for storage
US7653699B1 (en) 2003-06-12 2010-01-26 Symantec Operating Corporation System and method for partitioning a file system for enhanced availability and scalability
US7656788B2 (en) 2000-12-15 2010-02-02 Cisco Technology, Inc. High-reliability cluster management
US20100030777A1 (en) 2007-07-06 2010-02-04 Rajendra Bhagwatisingh Panwar Method for taking automated inventory of assets and recognition of the same asset on multiple scans
US20100042743A1 (en) 2008-08-13 2010-02-18 Sk Telecom. Co., Ltd Contents delivery system and method using page redirection, and gslb switch thereof
US20100064001A1 (en) 2007-10-10 2010-03-11 Power Takeoff, L.P. Distributed Processing
US20100061232A1 (en) 2008-09-05 2010-03-11 Wei Hua Zhou Load balancing mechanism for dynamic serving functional elements selection
US7680836B2 (en) 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US20100070476A1 (en) 2008-09-16 2010-03-18 O'keefe Matthew T Remote backup and restore system and method
US7684423B2 (en) 2006-06-30 2010-03-23 Sun Microsystems, Inc. System and method for virtual network interface cards based on internet protocol addresses
US7685177B1 (en) 2006-10-03 2010-03-23 Emc Corporation Detecting and managing orphan files between primary and secondary data stores
US20100082542A1 (en) 2008-09-30 2010-04-01 Yahoo! Inc. Comparison of online advertising data consistency
US7698458B1 (en) 2004-10-29 2010-04-13 Akamai Technologies, Inc. Load balancing network traffic using race methods
US20100093318A1 (en) 2008-10-10 2010-04-15 Zhongwen Zhu Methods and systems for license distribution for telecom applications
US20100122248A1 (en) 2008-11-11 2010-05-13 Netapp Cloning virtual machines
US7725763B2 (en) 2002-08-02 2010-05-25 International Business Machines Corporation Functional continuity by replicating a software application in a multi-computer architecture
US20100131654A1 (en) 2008-11-25 2010-05-27 Microsoft Corporation Platform for enabling terminal services virtualization
US7734603B1 (en) 2006-01-26 2010-06-08 Netapp, Inc. Content addressable storage array element
US7743031B1 (en) 2002-09-06 2010-06-22 3Par, Inc. Time and space efficient technique for creating virtual volume copies
US20100179984A1 (en) 2009-01-13 2010-07-15 Viasat, Inc. Return-link optimization for file-sharing traffic
US20100199042A1 (en) 2009-01-30 2010-08-05 Twinstrata, Inc System and method for secure and reliable multi-cloud data replication
US20100205206A1 (en) 2005-02-18 2010-08-12 The Macgregor Group, Inc. System and method for displaying data on a thin client
US20100211547A1 (en) 2009-02-18 2010-08-19 Hitachi, Ltd. File sharing system, file server, and method for managing files
US7788335B2 (en) 2001-01-11 2010-08-31 F5 Networks, Inc. Aggregated opportunistic lock and aggregated implicit lock management for locking aggregated files in a switched file system
US20100228819A1 (en) 2009-03-05 2010-09-09 Yottaa Inc System and method for performance acceleration, data protection, disaster recovery and on-demand scaling of computer applications
US20100228814A1 (en) 2007-08-31 2010-09-09 Lava Two ,LLC Forward path multi-media management system with end user feedback to distributed content sources
US20100242092A1 (en) 2009-03-20 2010-09-23 James Harris Systems and methods for selecting an authentication virtual server from a plurality of virtual servers
US20100250497A1 (en) 2007-01-05 2010-09-30 Redlich Ron M Electromagnetic pulse (EMP) hardened information infrastructure with extractor, cloud dispersal, secure storage, content analysis and classification and method therefor
US7809691B1 (en) 2005-02-22 2010-10-05 Symantec Operating Corporation System and method of applying incremental changes prior to initialization of a point-in-time copy
US7818299B1 (en) 2002-03-19 2010-10-19 Netapp, Inc. System and method for determining changes in two snapshots and for transmitting changes to a destination snapshot
US7822939B1 (en) 2007-09-25 2010-10-26 Emc Corporation Data de-duplication using thin provisioning
US20100274772A1 (en) 2009-04-23 2010-10-28 Allen Samuels Compressed data objects referenced via address references and compression references
US7831639B1 (en) 2004-12-22 2010-11-09 Symantec Operating Corporation System and method for providing data protection by using sparse files to represent images of data stored in block devices
US20100306169A1 (en) 2001-03-26 2010-12-02 Webs.com Apparatus, Method and System For Improving Application Performance Across a Communication Network
US7853958B2 (en) 2006-06-28 2010-12-14 Intel Corporation Virtual machine monitor management from a management service processor in the host processing platform
US20100325257A1 (en) 2009-06-22 2010-12-23 Deepak Goel Systems and methods for providing link management in a multi-core system
US20100325634A1 (en) 2009-03-17 2010-12-23 Hitachi, Ltd. Method of Deciding Migration Method of Virtual Server and Management Server Thereof
US7861085B1 (en) 2004-09-29 2010-12-28 Rockwell Automation Technologies, Inc. Systems and methods providing distributed management of electronic signatures in industrial automation systems
US7870154B2 (en) 2007-09-28 2011-01-11 Hitachi, Ltd. Method and apparatus for NAS/CAS unified storage system
US7877511B1 (en) 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
US7885970B2 (en) 2005-01-20 2011-02-08 F5 Networks, Inc. Scalable system for partitioning and accessing metadata over multiple servers
US7895653B2 (en) 2007-05-31 2011-02-22 International Business Machines Corporation Internet robot detection for network distributable markup
US20110055921A1 (en) 2009-09-03 2011-03-03 Juniper Networks, Inc. Protecting against distributed network flood attacks
US7903554B1 (en) 2008-04-04 2011-03-08 Force 10 Networks, Inc. Leaking component link traffic engineering information
US7904466B1 (en) 2007-12-21 2011-03-08 Netapp, Inc. Presenting differences in a file system
US7908245B2 (en) 2007-03-09 2011-03-15 Fujitsu Limited Database management method and database management apparatus
US20110066736A1 (en) 2009-09-16 2011-03-17 International Business Machines Corporation Method and system for establishing connections between nodes in a communication network
US7913053B1 (en) 2005-02-15 2011-03-22 Symantec Operating Corporation System and method for archival of messages in size-limited containers and separate archival of attachments in content addressable storage
US20110072321A1 (en) 2007-10-09 2011-03-24 Cleversafe, Inc. Optimistic data writing in a dispersed storage network
US20110075667A1 (en) 2009-09-30 2011-03-31 Alcatel-Lucent Usa Inc. Layer 2 seamless site extension of enterprises in cloud computing
US20110083185A1 (en) 2009-10-07 2011-04-07 At&T Intellectual Property I, L.P. Method and System for Improving Website Security
US20110093471A1 (en) 2007-10-17 2011-04-21 Brian Brockway Legal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20110099420A1 (en) 2009-10-26 2011-04-28 Macdonald Mcalister Grant Alexander Failover and recovery for replicated data instances
US20110098087A1 (en) 2009-10-28 2011-04-28 Google Inc. Mobile Computing Device Dock
US20110099146A1 (en) 2009-10-26 2011-04-28 Mcalister Grant Alexander Macdonald Monitoring of replicated data instances
US20110107112A1 (en) * 2009-10-30 2011-05-05 Cleversafe, Inc. Distributed storage network and method for encrypting and decrypting data using hash functions
US20110113095A1 (en) 2009-11-10 2011-05-12 Hamid Hatami-Hanza System and Method For Value Significance Evaluation of Ontological Subjects of Networks and The Applications Thereof
US7953085B2 (en) 2004-08-30 2011-05-31 International Business Machines Corporation Third party, broadcast, multicast and conditional RDMA operations
US7953701B2 (en) 2003-08-08 2011-05-31 Hitachi, Ltd. Method of controlling total disk usage amount in virtualized and unified network storage system
US7958347B1 (en) 2005-02-04 2011-06-07 F5 Networks, Inc. Methods and apparatus for implementing authentication
US20110153985A1 (en) 2009-12-23 2011-06-23 Ashoke Saha Systems and methods for queue level ssl card mapping to multi-core packet engine
US7974478B2 (en) * 2006-08-24 2011-07-05 Dell Products L.P. Methods and apparatus for reducing storage size
US7984500B1 (en) 2006-10-05 2011-07-19 Amazon Technologies, Inc. Detecting fraudulent activity by analysis of information requests
US7984108B2 (en) 2003-10-08 2011-07-19 Unisys Corporation Computer system para-virtualization using a hypervisor that is implemented in a partition of the host system
US20110185082A1 (en) 2009-12-29 2011-07-28 Tervela, Inc. Systems and methods for network virtualization
US20110188415A1 (en) 2007-08-31 2011-08-04 Lava Two, Llc Forward path multi-media management system with end user feedback to central content sources
US20110213911A1 (en) 2010-02-26 2011-09-01 Izik Eidus Mechanism for Dynamic Placement of Virtual Machines During Live Migration Based on Memory
US8037528B2 (en) 2007-09-17 2011-10-11 Cisco Technology, Inc. Enhanced server to client session inspection
US8046547B1 (en) 2007-01-30 2011-10-25 American Megatrends, Inc. Storage system snapshots for continuous file protection
US8064342B2 (en) 2006-10-27 2011-11-22 Verizon Patent And Licensing Inc. Load balancing session initiation protocol (SIP) servers
US8069225B2 (en) 2003-04-14 2011-11-29 Riverbed Technology, Inc. Transparent client-server transaction accelerator
US20110296411A1 (en) 2010-05-25 2011-12-01 Transoft Kernel Bus System to Build Virtual Machine Monitor and the Performance Service Framework and Method Therefor
US20110320882A1 (en) 2010-06-29 2011-12-29 International Business Machines Corporation Accelerated virtual environments deployment troubleshooting based on two level file system signature
US8103622B1 (en) 2006-12-22 2012-01-24 Network Appliance, Inc. Rate of change monitoring for a volume storing application data in a fractionally reserved data storage system
US8112392B1 (en) 2009-02-13 2012-02-07 Symantec Corporation Methods and systems for creating snapshots of virtualized applications
US20120042115A1 (en) 2010-08-11 2012-02-16 Lsi Corporation Apparatus and methods for look-ahead virtual volume meta-data processing in a storage controller
US20120078856A1 (en) 2001-01-10 2012-03-29 Datacore Software Corporation Methods and apparatus for point-in-time volumes
US8151082B2 (en) * 2007-12-06 2012-04-03 Fusion-Io, Inc. Apparatus, system, and method for converting a storage request into an append data storage command
US8161353B2 (en) * 2007-12-06 2012-04-17 Fusion-Io, Inc. Apparatus, system, and method for validating that a correct data segment is read from a data storage device
US8171124B2 (en) 2008-11-25 2012-05-01 Citrix Systems, Inc. Systems and methods for GSLB remote service monitoring
US20120117028A1 (en) 2010-11-08 2012-05-10 Stephen Gold Load balancing backup jobs in a virtualized storage system having a plurality of physical nodes
US20120144229A1 (en) 2010-12-03 2012-06-07 Lsi Corporation Virtualized cluster communication system
US20120150805A1 (en) 2010-12-08 2012-06-14 Ibm Corporation Efficient Backup and Restore of a Cluster Aware Virtual Input/Output Server (VIOS) Within a VIOS Cluster
US20120150699A1 (en) 2010-12-10 2012-06-14 Roland Trapp Inventory verification using inventory snapshots
US8209403B2 (en) 2008-08-18 2012-06-26 F5 Networks, Inc. Upgrading network traffic management devices while maintaining availability
US20120195273A1 (en) 2009-08-17 2012-08-02 Ntt Docomo, Inc. Mobile communication method and mobile station
US8271751B2 (en) 2008-04-24 2012-09-18 Echostar Technologies L.L.C. Systems and methods for reliably managing files in a computer system
US8271620B2 (en) 2003-11-13 2012-09-18 Lantronix, Inc. Communication protocol converter and method of protocol conversion
US20120254293A1 (en) 2011-04-04 2012-10-04 Cambrai Solutions Inc. Application server for provisioning a controlled communciations system in a cloud-based environment
US20120257506A1 (en) 2009-12-22 2012-10-11 Cuneyt Bazlamacci Systolic array architecture for fast ip lookup
US20120258766A1 (en) 2011-04-05 2012-10-11 Samsung Electronics Co. Ltd. Method and apparatus for controlling inter-plmn handover to csg cell
US8306948B2 (en) 2010-05-03 2012-11-06 Panzura, Inc. Global deduplication file system
US8326798B1 (en) 2009-09-14 2012-12-04 Network Appliance, Inc. File system agnostic replication
US20130007239A1 (en) 2011-06-30 2013-01-03 Mugdha Agarwal Systems and methods for transparent layer 2 redirection to any service
US20130058229A1 (en) 2010-07-06 2013-03-07 Martin Casado Method and apparatus for robust packet distribution among hierarchical managed switching elements
US20130058255A1 (en) 2010-07-06 2013-03-07 Martin Casado Managed switch architectures: software managed switches, hardware managed switches, and heterogeneous managed switches
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
US8417746B1 (en) 2006-04-03 2013-04-09 F5 Networks, Inc. File system management with enhanced searchability
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
US8468542B2 (en) 2010-03-04 2013-06-18 Microsoft Corporation Virtual environment for server applications, such as web applications
US8484348B2 (en) 2004-03-05 2013-07-09 Rockstar Consortium Us Lp Method and apparatus for facilitating fulfillment of web-service requests on a communication network
US20130182713A1 (en) 2012-01-18 2013-07-18 LineRate Systems, Inc. State management using a large hash table
US8498951B1 (en) 2006-06-22 2013-07-30 Google Inc. Approximate hashing functions for finding similar content
US20130238472A1 (en) 2012-03-06 2013-09-12 Jerry Fan Systems and Methods for Billing Content Providers for Designated Content Delivered Over a Data Network
US8572007B1 (en) 2010-10-29 2013-10-29 Symantec Corporation Systems and methods for classifying unknown files/spam based on a user actions, a file's prevalence within a user community, and a predetermined prevalence threshold
US8576283B1 (en) 2010-01-05 2013-11-05 Target Brands, Inc. Hash-based chain of custody preservation
US8601000B1 (en) 2011-06-27 2013-12-03 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US8620879B2 (en) 2009-10-13 2013-12-31 Google Inc. Cloud based file storage service
US8635194B2 (en) * 2006-10-19 2014-01-21 Oracle International Corporation System and method for data compression
US8645337B2 (en) * 2009-04-30 2014-02-04 Oracle International Corporation Storing compression units in relational tables
US8745338B1 (en) * 2011-05-02 2014-06-03 Netapp, Inc. Overwriting part of compressed data without decompressing on-disk compressed data
US8838817B1 (en) 2007-11-07 2014-09-16 Netapp, Inc. Application-controlled network packet classification
US8879431B2 (en) 2011-05-16 2014-11-04 F5 Networks, Inc. Method for load balancing of requests' processing of diameter servers
US20150058595A1 (en) 2013-08-26 2015-02-26 Oracle International Corporation Systems and Methods for Implementing Dynamically Configurable Perfect Hash Tables
US9143451B2 (en) 2007-10-01 2015-09-22 F5 Networks, Inc. Application layer network traffic prioritization

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3729237B2 (en) 1998-12-10 2005-12-21 オムロン株式会社 Node and data processing method in node

Patent Citations (749)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS625006A (en) 1985-07-02 1987-01-12 Sanyo Electric Co Ltd Vertical-slide-wick type combustion apparatus
US6041365A (en) 1985-10-29 2000-03-21 Kleinerman; Aurel Apparatus and method for high performance remote application gateway servers
JPS6310250A (en) 1986-06-30 1988-01-16 Fujitsu Ltd Managing system for virtual logical volume
US4843480A (en) 1986-09-12 1989-06-27 Cannon Kabushiki Kaisha Image reading apparatus for removing disturbances in output images
US5282201A (en) 1987-12-22 1994-01-25 Kendall Square Research Corporation Dynamic packet routing network
US4993030A (en) 1988-04-22 1991-02-12 Amdahl Corporation File system for a plurality of storage classes
US5303368A (en) 1989-02-28 1994-04-12 Kabushiki Kaisha Toshiba Dead lock preventing method for data base system
US5218695A (en) 1990-02-05 1993-06-08 Epoch Systems, Inc. File server system having high-speed write execution
US20020012382A1 (en) 1990-11-16 2002-01-31 Schilling Donald L. Spreard spectrum adaptive power control communications system and method
US5511177A (en) 1991-11-21 1996-04-23 Hitachi, Ltd. File data multiplexing method and data processing system
JPH06205006A (en) 1992-10-14 1994-07-22 Internatl Business Mach Corp <Ibm> Data communication network
JPH0821924B2 (en) 1992-10-14 1996-03-04 インターナショナル・ビジネス・マシーンズ・コーポレイション Data communication network
CA2080530A1 (en) 1992-10-14 1994-04-15 Ho Kee Chiu Dynamic networking
EP0605088A2 (en) 1992-10-14 1994-07-06 International Business Machines Corporation Computer conferencing
US5649200A (en) 1993-01-08 1997-07-15 Atria Software, Inc. Dynamic rule-based version control system
US5586260A (en) 1993-02-12 1996-12-17 Digital Equipment Corporation Method and apparatus for authenticating a client to a server in computer systems which support different security mechanisms
JPH06332782A (en) 1993-03-22 1994-12-02 Hitachi Ltd File server system and file access controlling method therefor
US5548724A (en) 1993-03-22 1996-08-20 Hitachi, Ltd. File server system and file access control method of the same
US5623490A (en) 1993-06-09 1997-04-22 Intelligence-At-Large Method and apparatus for multiple media digital communication system
US7075924B2 (en) 1993-06-09 2006-07-11 Btg International Inc. Methods for multiple media digital communication
US6738357B1 (en) 1993-06-09 2004-05-18 Btg International Inc. Method and apparatus for multiple media digital communication system
US5995491A (en) 1993-06-09 1999-11-30 Intelligence At Large, Inc. Method and apparatus for multiple media digital communication system
US6104706A (en) 1993-06-09 2000-08-15 Intelligence-At-Large, Inc. Method and apparatus for multiple media digital communication system
US5473362A (en) 1993-11-30 1995-12-05 Microsoft Corporation Video on demand system comprising stripped data across plural storable devices with time multiplex scheduling
US5550965A (en) 1993-12-27 1996-08-27 Lucent Technologies Inc. Method and system for operating a data processor to index primary data in real time with iconic table of contents
US5649194A (en) 1993-12-29 1997-07-15 Microsoft Corporation Unification of directory service with file system services
US6047129A (en) 1993-12-30 2000-04-04 Frye; Russell Software updating and distribution
US5537585A (en) 1994-02-25 1996-07-16 Avail Systems Corporation Data storage management for network interconnected processors
US5832522A (en) 1994-02-25 1998-11-03 Kodak Limited Data storage management for network interconnected processors
US6047356A (en) 1994-04-18 2000-04-04 Sonic Solutions Method of dynamically allocating network node memory's partitions for caching distributed files
US6223206B1 (en) 1994-05-11 2001-04-24 International Business Machines Corporation Method and system for load balancing by replicating a portion of a file being read by a first stream onto second device and reading portion with a second stream capable of accessing
US5606665A (en) 1994-07-01 1997-02-25 Digital Equipment Corporation Buffer descriptor prefetch in network and I/O design
US5590320A (en) 1994-09-14 1996-12-31 Smart Storage, Inc. Computer file directory system
US6349343B1 (en) 1994-09-15 2002-02-19 Visual Edge Software Limited System and method for providing interoperability among heterogeneous object systems
US5838970A (en) 1994-10-04 1998-11-17 Recognition International Inc. Object-oriented computer environment and related method
US5668943A (en) 1994-10-31 1997-09-16 International Business Machines Corporation Virtual shared disks with application transparent recovery
US6085234A (en) 1994-11-28 2000-07-04 Inca Technology, Inc. Remote file services network-infrastructure cache
US5550816A (en) 1994-12-29 1996-08-27 Storage Technology Corporation Method and apparatus for virtual switching
US5583995A (en) 1995-01-30 1996-12-10 Mrj, Inc. Apparatus and method for data storage and retrieval using bandwidth allocation
US5692180A (en) 1995-01-31 1997-11-25 International Business Machines Corporation Object-oriented cell directory database for a distributed computing environment
US5724512A (en) 1995-04-17 1998-03-03 Lucent Technologies Inc. Methods and apparatus for storage and retrieval of name space information in a distributed computing system
EP0738970A1 (en) 1995-04-17 1996-10-23 AT&T IPM Corp. Methods and apparatus for storage and retrieval of name space information in a distributed computing system
JPH08339355A (en) 1995-04-17 1996-12-24 At & T Ipm Corp Method and apparatus for access to processing task executionin distributed system
JPH08328760A (en) 1995-06-01 1996-12-13 Hitachi Ltd Disk array device
US6259405B1 (en) 1995-06-06 2001-07-10 Wayport, Inc. Geographic based communications service
JPH0916510A (en) 1995-06-29 1997-01-17 Ricoh Co Ltd File copying machine
US5721779A (en) 1995-08-28 1998-02-24 Funk Software, Inc. Apparatus and methods for verifying the identity of a party
US5832496A (en) 1995-10-12 1998-11-03 Ncr Corporation System and method for performing intelligent analysis of a computer database
US6029175A (en) 1995-10-26 2000-02-22 Teknowledge Corporation Automatic retrieval of changed files by a network software agent
US5862325A (en) 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US5884303A (en) 1996-03-15 1999-03-16 International Computers Limited Parallel searching technique
US6370543B2 (en) 1996-05-24 2002-04-09 Magnifi, Inc. Display of media previews
US20010014891A1 (en) 1996-05-24 2001-08-16 Eric M. Hoffert Display of media previews
US5901327A (en) 1996-05-28 1999-05-04 Emc Corporation Bundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US6044444A (en) 1996-05-28 2000-03-28 Emc Corporation Remote data mirroring having preselection of automatic recovery or intervention required when a disruption is detected
US5889935A (en) 1996-05-28 1999-03-30 Emc Corporation Disaster control features for remote data mirroring
US6181336B1 (en) 1996-05-31 2001-01-30 Silicon Graphics, Inc. Database-independent, scalable, object-oriented architecture and API for managing digital multimedia assets
US6078929A (en) 1996-06-07 2000-06-20 At&T Internet file system
US6154777A (en) 1996-07-01 2000-11-28 Sun Microsystems, Inc. System for context-dependent name resolution
US5917998A (en) 1996-07-26 1999-06-29 International Business Machines Corporation Method and apparatus for establishing and maintaining the status of membership sets used in mirrored read and write input/output without logging
US6044367A (en) 1996-08-02 2000-03-28 Hewlett-Packard Company Distributed I/O store
US6393581B1 (en) 1996-08-29 2002-05-21 Cornell Research Foundation, Inc. Reliable time delay-constrained cluster computing
US6072942A (en) 1996-09-18 2000-06-06 Secure Computing Corporation System and method of electronic mail filtering using interconnected nodes
US6012083A (en) 1996-09-24 2000-01-04 Ricoh Company Ltd. Method and apparatus for document processing using agents to process transactions created based on document content
US5926816A (en) 1996-10-09 1999-07-20 Oracle Corporation Database Synchronizer
US5920873A (en) 1996-12-06 1999-07-06 International Business Machines Corporation Data management control system for file and database
US5937406A (en) 1997-01-31 1999-08-10 Informix Software, Inc. File system interface to a database
US6615267B1 (en) 1997-03-13 2003-09-02 Motorola, Inc. System and method for delivery of information over narrow-band communications links
US6412004B1 (en) 1997-03-27 2002-06-25 Microsoft Corporation Metaserver for a multimedia distribution network
US6282610B1 (en) 1997-03-31 2001-08-28 Lsi Logic Corporation Storage controller providing store-and-forward mechanism in distributed data storage system
US5991302A (en) 1997-04-10 1999-11-23 Cisco Technology, Inc. Technique for maintaining prioritization of data transferred among heterogeneous nodes of a computer network
US6161145A (en) 1997-05-08 2000-12-12 International Business Machines Corporation Updating server-related data at a client
US5806061A (en) 1997-05-20 1998-09-08 Hewlett-Packard Company Method for cost-based optimization over multimeida repositories
US6308162B1 (en) 1997-05-21 2001-10-23 Khimetrics, Inc. Method for controlled optimization of enterprise planning models
US5897638A (en) 1997-06-16 1999-04-27 Ab Initio Software Corporation Parallel virtual file system
US5905990A (en) 1997-06-23 1999-05-18 International Business Machines Corporation File system viewpath mechanism
US6289345B1 (en) 1997-06-26 2001-09-11 Fujitsu Limited Design information management system having a bulk data server and a metadata server
US6542936B1 (en) 1997-07-03 2003-04-01 Ipac Acquisition Subsidiary I, Llc System for creating messages including image information
US5893086A (en) 1997-07-11 1999-04-06 International Business Machines Corporation Parallel file system and method with extensible hashing
US6446108B1 (en) 1997-07-18 2002-09-03 Lucent Technologies Inc. Method for wide area network service location
US6330574B1 (en) 1997-08-05 2001-12-11 Fujitsu Limited Compression/decompression of tags in markup documents by creating a tag code/decode table based on the encoding of tags in a DTD included in the documents
US6202156B1 (en) 1997-09-12 2001-03-13 Sun Microsystems, Inc. Remote access-controlled communication
US6067558A (en) 1997-09-18 2000-05-23 Wendt; James Gordon Method and apparatus for providing increased content from a resource constrained device
US6493804B1 (en) 1997-10-01 2002-12-10 Regents Of The University Of Minnesota Global file system and data storage device locks
US6513061B1 (en) 1997-10-07 2003-01-28 Hitachi, Ltd. Proxy server selecting server and proxy server
US6738790B1 (en) 1997-10-31 2004-05-18 Oracle International Corporation Approach for accessing large objects
US5999664A (en) 1997-11-14 1999-12-07 Xerox Corporation System for searching a corpus of document images by user specified document layout components
US7293097B2 (en) 1997-12-05 2007-11-06 Network Appliance, Inc. Enforcing uniform file-locking for diverse file-locking protocols
US6157950A (en) 1997-12-05 2000-12-05 Encanto Networks, Inc. Methods and apparatus for interfacing a computer or small network to a wide area network such as the internet
US6516351B2 (en) 1997-12-05 2003-02-04 Network Appliance, Inc. Enforcing uniform file-locking for diverse file-locking protocols
US6374336B1 (en) 1997-12-24 2002-04-16 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US7111115B2 (en) 1997-12-24 2006-09-19 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US6233648B1 (en) 1997-12-26 2001-05-15 Kabushiki Kaisha Toshiba Disk storage system and data update method used therefor
US6128717A (en) 1998-01-20 2000-10-03 Quantum Corporation Method and apparatus for storage application programming interface for digital mass storage and retrieval based upon data object type or size and characteristics of the data storage device
US6029168A (en) 1998-01-23 2000-02-22 Tricord Systems, Inc. Decentralized file mapping in a striped network file system in a distributed computing environment
US6922688B1 (en) 1998-01-23 2005-07-26 Adaptec, Inc. Computer system storage
US6161185A (en) 1998-03-06 2000-12-12 Mci Communications Corporation Personal authentication system and method for multiple computer platform
JPH11282741A (en) 1998-03-27 1999-10-15 Hitachi Ltd Mounting method, film access method for directory and access authority decision method
US6088694A (en) 1998-03-31 2000-07-11 International Business Machines Corporation Continuous availability and efficient backup for externally referenced objects
US6128627A (en) 1998-04-15 2000-10-03 Inktomi Corporation Consistent data storage in an object cache
US6292832B1 (en) 1998-05-26 2001-09-18 Cisco Technology, Inc. System and method for determining a preferred service in a network
US6438595B1 (en) 1998-06-24 2002-08-20 Emc Corporation Load balancing using directory services in a data processing system
US6256031B1 (en) 1998-06-26 2001-07-03 Microsoft Corporation Integration of physical and virtual namespace
US6329985B1 (en) 1998-06-30 2001-12-11 Emc Corporation Method and apparatus for graphically displaying mapping of a logical object
US6542909B1 (en) 1998-06-30 2003-04-01 Emc Corporation System for determining mapping of logical objects in a computer system
US6938059B2 (en) 1998-06-30 2005-08-30 Emc Corporation System for determining the mapping of logical objects in a data storage system
US6260070B1 (en) 1998-06-30 2001-07-10 Dhaval N. Shah System and method for determining a preferred mirrored service in a network by evaluating a border gateway protocol
US7127556B2 (en) 1998-06-30 2006-10-24 Emc Corporation Method and apparatus for initializing logical objects in a data storage system
US6363056B1 (en) 1998-07-15 2002-03-26 International Business Machines Corporation Low overhead continuous monitoring of network performance
US6237008B1 (en) 1998-07-20 2001-05-22 International Business Machines Corporation System and method for enabling pair-pair remote copy storage volumes to mirror data in another storage volume
US20030005172A1 (en) 1998-07-22 2003-01-02 Amanda Elizabeth Chessell Apparatus, method and computer program product for client/server computing with improved correspondence between transaction identifiers when supporting subordinate resource manager(s)
US6353848B1 (en) 1998-07-31 2002-03-05 Flashpoint Technology, Inc. Method and system allowing a client computer to access a portable digital image capture unit over a network
US20040167967A1 (en) 1998-09-08 2004-08-26 Tenzing Communications, Inc. Communications systems for aircraft
US6606663B1 (en) 1998-09-29 2003-08-12 Openwave Systems Inc. Method and apparatus for caching credentials in proxy servers for wireless user agents
US7293099B1 (en) 1998-09-29 2007-11-06 Sun Microsystems, Inc. Heterogeneous network file access
US6304913B1 (en) 1998-11-09 2001-10-16 Telefonaktiebolaget L M Ericsson (Publ) Internet system and method for selecting a closest server from a plurality of alternative servers
US7577723B2 (en) 1998-11-12 2009-08-18 Ricoh Co., Ltd. Method and apparatus for automatic network configuration
US6397246B1 (en) 1998-11-13 2002-05-28 International Business Machines Corporation Method and system for processing document requests in a network system
US6708220B1 (en) 1998-11-19 2004-03-16 X/Net Associates, Inc. System and method for in-stream data compression
US6389462B1 (en) 1998-12-16 2002-05-14 Lucent Technologies Inc. Method and apparatus for transparently directing requests for web objects to proxy caches
US6990074B2 (en) 1998-12-16 2006-01-24 Nortel Networks Limited Method and apparatus for the control of multimedia services in networks
US7006502B2 (en) 1998-12-17 2006-02-28 Watchguard Technologies, Inc. System using stream specification and action specification stored in policy cache to process the flow of data packets by appropriate action processor
US20020012352A1 (en) 1998-12-18 2002-01-31 Goran Hansson Internet protocol handler for telecommunications platform with processor cluster
US6612490B1 (en) 1998-12-22 2003-09-02 International Business Mahines Corporation Extended card file system
US6370527B1 (en) 1998-12-29 2002-04-09 At&T Corp. Method and apparatus for searching distributed networks using a plurality of search devices
US6487561B1 (en) 1998-12-31 2002-11-26 Emc Corporation Apparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size
US20020143852A1 (en) 1999-01-19 2002-10-03 Guo Katherine Hua High quality streaming multimedia
US20010047293A1 (en) 1999-01-26 2001-11-29 Waller Matthew A. System, method and article of manufacture to optimize inventory and inventory investment utilization in a collaborative context
US20020035537A1 (en) 1999-01-26 2002-03-21 Waller Matthew A. Method for economic bidding between retailers and suppliers of goods in branded, replenished categories
US6757706B1 (en) 1999-01-28 2004-06-29 International Business Machines Corporation Method and apparatus for providing responses for requests of off-line clients
US6560230B1 (en) 1999-02-01 2003-05-06 Redback Networks Inc. Packet scheduling methods and apparatus
US6970924B1 (en) 1999-02-23 2005-11-29 Visual Networks, Inc. Methods and apparatus for monitoring end-user experience in a distributed network
US6466580B1 (en) 1999-02-23 2002-10-15 Advanced Micro Devices, Inc. Method and apparatus for processing high and low priority frame data transmitted in a data communication system
US6324581B1 (en) 1999-03-03 2001-11-27 Emc Corporation File server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems
US6973455B1 (en) 1999-03-03 2005-12-06 Emc Corporation File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US6338082B1 (en) 1999-03-22 2002-01-08 Eric Schneider Method, product, and apparatus for requesting a network resource
US6701415B1 (en) 1999-03-31 2004-03-02 America Online, Inc. Selecting a cache for a request for information
WO2000058870A2 (en) 1999-03-31 2000-10-05 America Online, Inc. Handling a request for information provided by a network site
US6721794B2 (en) 1999-04-01 2004-04-13 Diva Systems Corp. Method of data management for efficiently storing and retrieving data to respond to user access requests
US6795860B1 (en) 1999-04-05 2004-09-21 Cisco Technology, Inc. System and method for selecting a service with dynamically changing information
US20030200207A1 (en) 1999-05-03 2003-10-23 Symantec Corporation Methods and apparatuses for file synchronization and updating using a signature list
US8099758B2 (en) 1999-05-12 2012-01-17 Microsoft Corporation Policy based composite file system and method
US20060259949A1 (en) 1999-05-12 2006-11-16 Softricity, Inc. Policy based composite file system and method
US6516350B1 (en) 1999-06-17 2003-02-04 International Business Machines Corporation Self-regulated resource management of distributed computer resources
US7113962B1 (en) 1999-06-22 2006-09-26 F5 Networks, Inc. Method and system for automatically updating content stored on servers connected by a network
US6973490B1 (en) 1999-06-23 2005-12-06 Savvis Communications Corp. Method and system for object-level web performance and analysis
US6477544B1 (en) 1999-07-16 2002-11-05 Microsoft Corporation Single instance store for file systems
US6389433B1 (en) 1999-07-16 2002-05-14 Microsoft Corporation Method and system for automatically merging files into a single instance store
US6654346B1 (en) 1999-07-19 2003-11-25 Dunti Corporation Communication network across which packets of data are transmitted according to a priority scheme
US6374263B1 (en) 1999-07-19 2002-04-16 International Business Machines Corp. System for maintaining precomputed views
US6514085B2 (en) 1999-07-30 2003-02-04 Element K Online Llc Methods and apparatus for computer based training relating to devices
US20020072048A1 (en) 1999-07-30 2002-06-13 Terrance C. Slattery Methods and apparatus for computer based training relating to devices
US6728265B1 (en) 1999-07-30 2004-04-27 Intel Corporation Controlling frame transmission
US6549916B1 (en) 1999-08-05 2003-04-15 Oracle Corporation Event notification system tied to a file system
US6760337B1 (en) 1999-08-17 2004-07-06 Conexant Systems, Inc. Integrated circuit that processes communication packets with scheduler circuitry having multiple priority levels
US6970475B1 (en) 1999-08-17 2005-11-29 At&T Corporation System and method for handling flows in a network
US6754215B1 (en) 1999-08-17 2004-06-22 Nec Corporation Packet scheduling device
US6631422B1 (en) 1999-08-26 2003-10-07 International Business Machines Corporation Network adapter utilizing a hashing function for distributing packets to multiple processors for parallel processing
EP1081918A2 (en) 1999-09-04 2001-03-07 Hewlett-Packard Company Providing secure access through network firewalls
US6697871B1 (en) * 1999-09-21 2004-02-24 Network Associates Technology, Inc. System and method for efficient encoding and decoding of protocol messages
US6578069B1 (en) 1999-10-04 2003-06-10 Microsoft Corporation Method, data structure, and computer program product for identifying a network resource
US6556997B1 (en) 1999-10-07 2003-04-29 Comverse Ltd. Information retrieval system
US6857009B1 (en) 1999-10-22 2005-02-15 Nomadix, Inc. System and method for network access without reconfiguration
US20040059789A1 (en) 1999-10-29 2004-03-25 Annie Shum System and method for tracking messages in an electronic messaging system
US20030074301A1 (en) 1999-11-01 2003-04-17 Neal Solomon System, method, and apparatus for an intelligent search agent to access data in a distributed network
US20050187866A1 (en) 1999-11-16 2005-08-25 Lee Andre S. Method and system for executing financial transactions via a communication medium
US6748420B1 (en) 1999-11-23 2004-06-08 Cisco Technology, Inc. Methods and apparatus for providing shared access to an application
US6339785B1 (en) 1999-11-24 2002-01-15 Idan Feigenbaum Multi-server file download
US20020010757A1 (en) 1999-12-03 2002-01-24 Joel Granik Method and apparatus for replacement of on-line advertisements
US6704755B2 (en) 1999-12-16 2004-03-09 Livevault Corporation Systems and methods for backing up data files
US6847959B1 (en) 2000-01-05 2005-01-25 Apple Computer, Inc. Universal interface for retrieval of information in a computer system
US20010007560A1 (en) 2000-01-11 2001-07-12 Michio Masuda Multi-layer class identifying communication apparatus with priority control
US6871221B1 (en) 2000-01-21 2005-03-22 Scriptlogic Corporation Method and apparatus to manage network client logon scripts using a graphical management and administration tool
US20030033535A1 (en) 2000-01-27 2003-02-13 Gwyn Fisher Method and system for implementing a common user logon to multiple applications
US6744776B1 (en) 2000-01-28 2004-06-01 Advanced Micro Devices, Inc. Servicing priority traffic in multiport network switch
US20030012382A1 (en) 2000-02-08 2003-01-16 Azim Ferchichi Single sign-on process
US6742035B1 (en) 2000-02-28 2004-05-25 Novell, Inc. Directory-based volume location service for a distributed file system
US20050246393A1 (en) 2000-03-03 2005-11-03 Intel Corporation Distributed storage cluster architecture
US7590747B2 (en) 2000-03-03 2009-09-15 Intel Corporation Distributed storage cluster architecture
US6826613B1 (en) 2000-03-15 2004-11-30 3Com Corporation Virtually addressing storage devices through a switch
US6601101B1 (en) 2000-03-15 2003-07-29 3Com Corporation Transparent access to network attached devices
US7418439B2 (en) 2000-03-17 2008-08-26 Twin Peaks Software, Inc. Mirror file system
US20010051955A1 (en) 2000-03-17 2001-12-13 Wong John P. Mirror file system
US6880017B1 (en) 2000-03-20 2005-04-12 International Business Machines Corporation System and method for providing an adaptive streaming flow control mechanism between the TCP and IP layers of the TCP/IP suite of protocols
US6865593B1 (en) 2000-04-12 2005-03-08 Webcollege, Inc. Dynamic integration of web sites
US7240100B1 (en) 2000-04-14 2007-07-03 Akamai Technologies, Inc. Content delivery network (CDN) content server request handling mechanism with metadata framework support
US20070250560A1 (en) 2000-04-14 2007-10-25 Akamai Technologies, Inc. Content delivery network (CDN) content server request handling mechanism with metadata framework support
US6883137B1 (en) 2000-04-17 2005-04-19 International Business Machines Corporation System and method for schema-driven compression of extensible mark-up language (XML) documents
US6556998B1 (en) 2000-05-04 2003-04-29 Matsushita Electric Industrial Co., Ltd. Real-time distributed file system
US7089286B1 (en) 2000-05-04 2006-08-08 Bellsouth Intellectual Property Corporation Method and apparatus for compressing attachments to electronic mail communications for transmission
US20050044158A1 (en) 2000-05-04 2005-02-24 Bellsouth Intellectual Property Corporation Data compression in electronic communications
US6868447B1 (en) 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US7219260B1 (en) 2000-05-26 2007-05-15 Emc Corporation Fault tolerant system shared system resource with state machine logging
US20020038360A1 (en) 2000-05-31 2002-03-28 Matthew Andrews System and method for locating a closest server in response to a client domain name request
US20020143819A1 (en) 2000-05-31 2002-10-03 Cheng Han Web service syndication system
US7167821B2 (en) 2000-06-06 2007-01-23 Microsoft Corporation Evaluating hardware models having resource contention
US7080314B1 (en) 2000-06-16 2006-07-18 Lucent Technologies Inc. Document descriptor extraction method
US20060184589A1 (en) 2000-06-21 2006-08-17 Microsoft Corporation Linked Value Replication
US20020059263A1 (en) 2000-06-27 2002-05-16 Seiji Shima Data management system for storages
US6938039B1 (en) 2000-06-30 2005-08-30 Emc Corporation Concurrent file across at a target file server during migration of file systems between file servers using a network file system access protocol
US20030022723A1 (en) 2000-07-17 2003-01-30 Johnston Gary Lawrence Turning uplift apparatus
US6754699B2 (en) 2000-07-19 2004-06-22 Speedera Networks, Inc. Content delivery and global traffic management network system
US7113996B2 (en) 2000-07-21 2006-09-26 Sandy Craig Kronenberg Method and system for secured transport and storage of data on a network
US20020065848A1 (en) 2000-08-21 2002-05-30 Richard Walker Simultaneous multi-user document editing system
US6862282B1 (en) 2000-08-29 2005-03-01 Nortel Networks Limited Method and apparatus for packet ordering in a data processing system
US7406484B1 (en) 2000-09-12 2008-07-29 Tbrix, Inc. Storage allocation in a distributed segmented file system
US20070226331A1 (en) 2000-09-12 2007-09-27 Ibrix, Inc. Migration of control in a distributed segmented file system
US7769711B2 (en) 2000-09-12 2010-08-03 Hewlett-Packard Development Company, L.P. Migration of control in a distributed segmented file system
US20080222223A1 (en) 2000-09-12 2008-09-11 Ibrix, Inc. Storage allocation in a distributed segmented file system
US20020032758A1 (en) 2000-09-14 2002-03-14 Yen Hsiang Tsun Method and system for dynamically loading program logic into an application
US20020087887A1 (en) 2000-09-19 2002-07-04 Busam Vincent R. Device-to-device network
US20040003266A1 (en) 2000-09-22 2004-01-01 Patchlink Corporation Non-invasive automatic offsite patch fingerprinting and updating system and method
US6850997B1 (en) 2000-09-27 2005-02-01 International Business Machines Corporation System, method, and program for determining the availability of paths to a device
US6801960B1 (en) 2000-09-28 2004-10-05 Emc Corporation Switch-based acceleration of computer data storage employing aggregations of disk arrays
US7020713B1 (en) 2000-10-10 2006-03-28 Novell, Inc. System and method for balancing TCP/IP/workload of multi-processor system based on hash buckets
US20020087571A1 (en) 2000-10-20 2002-07-04 Kevin Stapel System and method for dynamic generation of structured documents
US7272613B2 (en) 2000-10-26 2007-09-18 Intel Corporation Method and system for managing distributed content and related metadata
US7181523B2 (en) 2000-10-26 2007-02-20 Intel Corporation Method and apparatus for managing a plurality of servers in a content delivery network
US7165095B2 (en) 2000-10-26 2007-01-16 Intel Corporation Method and apparatus for distributing large payload file to a plurality of storage devices in a network
US20020083118A1 (en) 2000-10-26 2002-06-27 Sim Siew Yong Method and apparatus for managing a plurality of servers in a content delivery network
US20020133491A1 (en) 2000-10-26 2002-09-19 Prismedia Networks, Inc. Method and system for managing distributed content and related metadata
US20020087744A1 (en) 2000-11-01 2002-07-04 Aeroflex Altair Cybernetics Corporation Information transformation software engine
US6985956B2 (en) 2000-11-02 2006-01-10 Sun Microsystems, Inc. Switching system
WO2002039696A2 (en) 2000-11-03 2002-05-16 The Board Of Regents Of The University Of Nebraska Assured quality-of-service request scheduling
US20020106263A1 (en) 2000-11-06 2002-08-08 Alexander Winker Nut and method for its fabrication
US20020194112A1 (en) 2000-11-17 2002-12-19 Depinto Robert System and method for exchanging creative content
US6975592B1 (en) 2000-11-22 2005-12-13 Nortel Networks Limited Configurable rule-engine for layer-7 and traffic characteristic-based classification
US20020099829A1 (en) 2000-11-27 2002-07-25 Richards Kenneth W. Filter proxy system and method
US6914881B1 (en) 2000-11-28 2005-07-05 Nortel Networks Ltd Prioritized continuous-deficit round robin scheduling
US20020065810A1 (en) 2000-11-29 2002-05-30 Bradley Mark W. File system translators and methods for implementing the same
US6871245B2 (en) 2000-11-29 2005-03-22 Radiant Data Corporation File system translators and methods for implementing the same
US7236491B2 (en) 2000-11-30 2007-06-26 Industrial Technology Research Institute Method and apparatus for scheduling for packet-switched networks
US20070233826A1 (en) 2000-12-06 2007-10-04 Tindal Glen D System and method for configuration, management and monitoring of network resources
US20020073105A1 (en) 2000-12-12 2002-06-13 Matsushita Electric Industrial Co., File management method, content recording/playback apparatus and content recording program
US7003533B2 (en) 2000-12-12 2006-02-21 Matsushita Electric Industrial Co., Ltd. File management method, content recording/playback apparatus and content recording program
US7656788B2 (en) 2000-12-15 2010-02-02 Cisco Technology, Inc. High-reliability cluster management
US7133863B2 (en) 2000-12-28 2006-11-07 Intel Corporation Method and apparatus to search for information
US20050008017A1 (en) 2000-12-29 2005-01-13 Ragula Systems D/B/A Fatpipe Networks Tools and techniques for directing packets over disparate networks
US20120078856A1 (en) 2001-01-10 2012-03-29 Datacore Software Corporation Methods and apparatus for point-in-time volumes
US20090106255A1 (en) 2001-01-11 2009-04-23 Attune Systems, Inc. File Aggregation in a Switched File System
US20090240705A1 (en) 2001-01-11 2009-09-24 F5 Networks, Inc. File switch and switched file system
US20060080353A1 (en) 2001-01-11 2006-04-13 Vladimir Miloushev Directory aggregation for files distributed over a plurality of servers in a switched file system
US7383288B2 (en) 2001-01-11 2008-06-03 Attune Systems, Inc. Metadata based file switch and switched file system
US7562110B2 (en) 2001-01-11 2009-07-14 F5 Networks, Inc. File switch and switched file system
US20020120763A1 (en) 2001-01-11 2002-08-29 Z-Force Communications, Inc. File switch and switched file system
US20040133577A1 (en) 2001-01-11 2004-07-08 Z-Force Communications, Inc. Rule based aggregation of files and transactions in a switched file system
US8005953B2 (en) 2001-01-11 2011-08-23 F5 Networks, Inc. Aggregated opportunistic lock and aggregated implicit lock management for locking aggregated files in a switched file system
US7512673B2 (en) 2001-01-11 2009-03-31 Attune Systems, Inc. Rule based aggregation of files and transactions in a switched file system
US6889249B2 (en) 2001-01-11 2005-05-03 Z-Force, Inc. Transaction aggregation in a switched file system
US7509322B2 (en) 2001-01-11 2009-03-24 F5 Networks, Inc. Aggregated lock management for locking aggregated files in a switched file system
US7788335B2 (en) 2001-01-11 2010-08-31 F5 Networks, Inc. Aggregated opportunistic lock and aggregated implicit lock management for locking aggregated files in a switched file system
WO2002056181A2 (en) 2001-01-11 2002-07-18 Force Communications Inc Z File switch and switched file system
US7003564B2 (en) 2001-01-17 2006-02-21 Hewlett-Packard Development Company, L.P. Method and apparatus for customizably calculating and displaying health of a computer network
US20020099842A1 (en) 2001-01-19 2002-07-25 Chuck Jennings System and method for routing media
US7035212B1 (en) 2001-01-25 2006-04-25 Optim Networks Method and apparatus for end to end forwarding architecture
US6990547B2 (en) 2001-01-29 2006-01-24 Adaptec, Inc. Replacing file system processors by hot swapping
US6990667B2 (en) 2001-01-29 2006-01-24 Adaptec, Inc. Server-independent object positioning for load balancing drives and servers
US20020162118A1 (en) 2001-01-30 2002-10-31 Levy Kenneth L. Efficient interactive TV
US20020103823A1 (en) 2001-02-01 2002-08-01 International Business Machines Corporation Method and system for extending the performance of a web crawler
US20020178410A1 (en) 2001-02-12 2002-11-28 Haitsma Jaap Andre Generating and matching hashes of multimedia content
US20020156905A1 (en) 2001-02-21 2002-10-24 Boris Weissman System for logging on to servers through a portal computer
US6469983B2 (en) 2001-02-26 2002-10-22 Maple Optical Systems, Inc. Data packet transmission scheduling using a partitioned heap
US6999912B2 (en) 2001-03-13 2006-02-14 Microsoft Corporation Provisioning computing services via an on-line networked computing environment
US20020133330A1 (en) 2001-03-13 2002-09-19 Microsoft Corporation Provisioning computing services via an on-line networked computing environment
US6775679B2 (en) 2001-03-20 2004-08-10 Emc Corporation Building a meta file system from file system cells
US7415608B2 (en) 2001-03-21 2008-08-19 Microsoft Corporation On-disk file format for a serverless distributed file system
US7401220B2 (en) 2001-03-21 2008-07-15 Microsoft Corporation On-disk file format for a serverless distributed file system
US20100306169A1 (en) 2001-03-26 2010-12-02 Webs.com Apparatus, Method and System For Improving Application Performance Across a Communication Network
US6990114B1 (en) 2001-03-26 2006-01-24 Advanced Micro Devices, Inc. System and method for deciding outgoing priority for data frames
US20020143909A1 (en) 2001-03-27 2002-10-03 International Business Machines Corporation Apparatus and method for managing multiple user identities on a networked computer system
US7006981B2 (en) 2001-04-04 2006-02-28 Profitlogic, Inc. Assortment decisions
US20020147630A1 (en) 2001-04-04 2002-10-10 Rose Dawn M. Assortment decisions
US20020150253A1 (en) 2001-04-12 2002-10-17 Brezak John E. Methods and arrangements for protecting information in forwarded authentication messages
US6996841B2 (en) 2001-04-19 2006-02-07 Microsoft Corporation Negotiating secure connections through a proxy server
US6839761B2 (en) 2001-04-19 2005-01-04 Microsoft Corporation Methods and systems for authentication through multiple proxy servers that require different authentication data
US20020161911A1 (en) 2001-04-19 2002-10-31 Thomas Pinckney Systems and methods for efficient memory allocation for streaming of multimedia files
US6553352B2 (en) 2001-05-04 2003-04-22 Demand Tec Inc. Interface for merchandise price optimization
US7065482B2 (en) 2001-05-17 2006-06-20 International Business Machines Corporation Internet traffic analysis tool
US20020174216A1 (en) 2001-05-17 2002-11-21 International Business Machines Corporation Internet traffic analysis tool
US20030034905A1 (en) 2001-05-17 2003-02-20 Cyber Operations, Llc System and method for encoding and decoding data files
US20020188667A1 (en) 2001-05-25 2002-12-12 Ilya Kirnos Management and synchronization application for network file system
US7711771B2 (en) 2001-05-25 2010-05-04 Oracle International Corporation Management and synchronization application for network file system
US20050160243A1 (en) 2001-06-01 2005-07-21 Lubbers Clark E. Point in time storage copy
US20030028514A1 (en) 2001-06-05 2003-02-06 Lord Stephen Philip Extended attribute caching in clustered filesystem
US20020194342A1 (en) 2001-06-18 2002-12-19 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
US20060031374A1 (en) 2001-06-18 2006-02-09 Transtech Networks Usa, Inc. Packet switch and method thereof dependent on application content
US20030009429A1 (en) 2001-06-21 2003-01-09 Jameson Kevin Wade Collection installable knowledge
US7020644B2 (en) 2001-06-21 2006-03-28 Kevin Wade Jameson Collection installable knowledge
US20020198956A1 (en) 2001-06-25 2002-12-26 International Business Machines Corporation Method and apparatus for managing a cache
US20030009528A1 (en) 2001-07-08 2003-01-09 Imran Sharif System and method for using an internet appliance to send/receive digital content files as E-mail attachments
US20030018450A1 (en) 2001-07-16 2003-01-23 Stephen Carley System and method for providing composite variance analysis for network operation
US20040138858A1 (en) 2001-07-16 2004-07-15 Cable & Wireless Internet Services, Inc. System and method for providing composite variance analysis for network operation
US20030018585A1 (en) 2001-07-21 2003-01-23 International Business Machines Corporation Method and system for the communication of assured reputation information
US7146524B2 (en) 2001-08-03 2006-12-05 Isilon Systems, Inc. Systems and methods for providing a distributed file system incorporating a virtual hot spare
US20030033308A1 (en) 2001-08-03 2003-02-13 Patel Sujal M. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US7685126B2 (en) 2001-08-03 2010-03-23 Isilon Systems, Inc. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US6728704B2 (en) 2001-08-27 2004-04-27 Verity, Inc. Method and apparatus for merging result lists from multiple search engines
US20060259320A1 (en) 2001-08-30 2006-11-16 Accenture Global Services Gmbh Transitive trust network
US20030051045A1 (en) 2001-09-07 2003-03-13 Connor Patrick L. Methods and apparatus for reducing frame overhead on local area networks
US20040236798A1 (en) 2001-09-11 2004-11-25 Sudhir Srinivasan Migration of control in a distributed segmented file system
US20030055723A1 (en) 2001-09-20 2003-03-20 Paul English Vendor comparison, advertising and switching
US7039061B2 (en) 2001-09-25 2006-05-02 Intel Corporation Methods and apparatus for retaining packet order in systems utilizing multiple transmit queues
US6985936B2 (en) 2001-09-27 2006-01-10 International Business Machines Corporation Addressing the name space mismatch between content servers and content caching systems
US7020669B2 (en) 2001-09-27 2006-03-28 Emc Corporation Apparatus, method and system for writing data to network accessible file system while minimizing risk of cache data loss/ data corruption
US20030061240A1 (en) 2001-09-27 2003-03-27 Emc Corporation Apparatus, method and system for writing data to network accessible file system while minimizing risk of cache data loss/ data corruption
US20030065956A1 (en) 2001-09-28 2003-04-03 Abhijit Belapurkar Challenge-response data communication protocol
US7051112B2 (en) 2001-10-02 2006-05-23 Tropic Networks Inc. System and method for distribution of software
US6904040B2 (en) 2001-10-05 2005-06-07 International Business Machines Corporaiton Packet preprocessing interface for multiprocessor network handler
US20030189936A1 (en) 2001-10-18 2003-10-09 Terrell William C. Router with routing processors and methods for virtualization
US6928518B2 (en) 2001-11-01 2005-08-09 Sun Microsystems, Inc. Disk drive employing adaptive flushing of a write cache
US20080141246A1 (en) 2001-11-07 2008-06-12 Norbert Kuck Process attachable virtual machines
US7152184B2 (en) 2001-11-22 2006-12-19 Kabushiki Kaisha Toshiba Storage device, backup method and computer program code of this storage device
US20030105846A1 (en) 2001-11-30 2003-06-05 Koninklijke Philips Electronics N.V. Enhanched UDDI with service push model
US20030149781A1 (en) 2001-12-04 2003-08-07 Peter Yared Distributed network identity
US7610390B2 (en) 2001-12-04 2009-10-27 Sun Microsystems, Inc. Distributed network identity
US6782450B2 (en) 2001-12-06 2004-08-24 Raidcore, Inc. File mode RAID subsystem
US7054998B2 (en) 2001-12-06 2006-05-30 Broadcom Company File mode RAID subsystem
US20050021615A1 (en) 2001-12-06 2005-01-27 Raidcore, Inc. File mode RAID subsystem
US20030108000A1 (en) 2001-12-07 2003-06-12 Telefonaktiebolaget Lm Ericsson (Pub1) Service access system and method in a telecommunications network
US20030108002A1 (en) 2001-12-07 2003-06-12 Adam Chaney System and method for establishing a conference call
US7173929B1 (en) 2001-12-10 2007-02-06 Incipient, Inc. Fast path for performing data operations
US20070016754A1 (en) 2001-12-10 2007-01-18 Incipient, Inc. Fast path for performing data operations
US6986015B2 (en) 2001-12-10 2006-01-10 Incipient, Inc. Fast path caching
US6973549B1 (en) 2001-12-10 2005-12-06 Incipient, Inc. Locking technique for control and synchronization
US7280536B2 (en) 2001-12-10 2007-10-09 Incipient, Inc. Fast path for performing data operations
US20030140210A1 (en) 2001-12-10 2003-07-24 Richard Testardi Dynamic and variable length extents
US6959373B2 (en) 2001-12-10 2005-10-25 Incipient, Inc. Dynamic and variable length extents
US7013379B1 (en) 2001-12-10 2006-03-14 Incipient, Inc. I/O primitives
US20030212954A1 (en) 2001-12-17 2003-11-13 Patrudu Pilla Gurumurty Conceptual process redactor
US20030191812A1 (en) 2001-12-19 2003-10-09 International Business Machines Corporation Method and system for caching role-specific fragments
US20060123062A1 (en) 2001-12-19 2006-06-08 Emc Corporation Virtual file system
US7024427B2 (en) 2001-12-19 2006-04-04 Emc Corporation Virtual file system
US20030115218A1 (en) 2001-12-19 2003-06-19 Bobbitt Jared E. Virtual file system
US6775673B2 (en) 2001-12-19 2004-08-10 Hewlett-Packard Development Company, L.P. Logical volume-level migration in a partition-based distributed file system
US20030115439A1 (en) 2001-12-19 2003-06-19 Hewlett Packard Company Updating references to a migrated object in a partition-based distributed file system
US6775672B2 (en) 2001-12-19 2004-08-10 Hewlett-Packard Development Company, L.P. Updating references to a migrated object in a partition-based distributed file system
US20030139934A1 (en) 2001-12-20 2003-07-24 Intel Corporation Requesting and providing services via a registry
US20030130945A1 (en) 2002-01-08 2003-07-10 Bottomline Technologies (De) Inc. Electronic transaction processing server with trend based automated transaction evaluation
US20040215665A1 (en) 2002-01-09 2004-10-28 Edgar David A. System, method, and computer program product for providing accelerated and secure wireless data transmission over the internet
US20030128708A1 (en) 2002-01-10 2003-07-10 Rumiko Inoue Communication apparatus and relay apparatus for performing packet priority control
US20070038994A1 (en) 2002-01-11 2007-02-15 Akamai Technologies, Inc. Java application framework for use in a content delivery network (CDN)
US20030179755A1 (en) 2002-01-18 2003-09-25 Fraser Alexander Gibson System and method for handling prioritized data in a network
US20030159072A1 (en) 2002-02-04 2003-08-21 Atreus Systems Corp. Single sign-on for multiple network -based services
US7228359B1 (en) 2002-02-12 2007-06-05 Cisco Technology, Inc. Methods and apparatus for providing domain name service based on a client identifier
US20030156586A1 (en) 2002-02-19 2003-08-21 Broadcom Corporation Method and apparatus for flexible frame processing and classification engine
US20060106882A1 (en) 2002-03-07 2006-05-18 Microsoft Corporation File Availability in Distributed File Storage Systems
US7299250B2 (en) 2002-03-07 2007-11-20 Microsoft Corporation File availability in distributed file storage systems
US20030171978A1 (en) 2002-03-11 2003-09-11 Jenkins Margalyn Toi Efficient retail item assortment
US20030177388A1 (en) 2002-03-15 2003-09-18 International Business Machines Corporation Authenticated identity translation within a multiple computing unit environment
US20030177364A1 (en) 2002-03-15 2003-09-18 Walsh Robert E. Method for authenticating users
US20060112151A1 (en) 2002-03-19 2006-05-25 Manley Stephen L System and method for storage of snapshot metadata in a remote file
US7010553B2 (en) 2002-03-19 2006-03-07 Network Appliance, Inc. System and method for redirecting access to a remote mirrored snapshot
US7818299B1 (en) 2002-03-19 2010-10-19 Netapp, Inc. System and method for determining changes in two snapshots and for transmitting changes to a destination snapshot
US7644109B2 (en) 2002-03-19 2010-01-05 Netapp, Inc. System and method for storage of snapshot metadata in a remote file
US6934706B1 (en) 2002-03-22 2005-08-23 International Business Machines Corporation Centralized mapping of security credentials for database access operations
US6868439B2 (en) 2002-04-04 2005-03-15 Hewlett-Packard Development Company, L.P. System and method for supervising use of shared storage by multiple caching servers physically connected through a switching router to said shared storage via a robust high speed connection
US20030195962A1 (en) 2002-04-10 2003-10-16 Satoshi Kikuchi Load balancing of servers
US20030195813A1 (en) 2002-04-11 2003-10-16 Kim Pallister System and method for automated auctioning of web services
US20070112775A1 (en) 2002-04-17 2007-05-17 Ackerman David M Method for user biometric artifical authentication
US7191163B2 (en) 2002-04-19 2007-03-13 Computer Associates Think, Inc. System and method for providing inferencing services
US20040030627A1 (en) 2002-04-19 2004-02-12 Computer Associates Think, Inc. Web services broker
US20040015347A1 (en) 2002-04-22 2004-01-22 Akio Kikuchi Method of producing voice data method of playing back voice data, method of playing back speeded-up voice data, storage medium, method of assisting memorization, method of assisting learning a language, and computer program
US7330486B2 (en) 2002-04-27 2008-02-12 Samsung Electronics Co., Ltd. Internet protocol based communication system and method for setting host address and selecting source address therein
US20030204635A1 (en) 2002-04-27 2003-10-30 Eun-Sook Ko Internet protocol based communication system and method for setting host address and selecting source address therein
US20040006575A1 (en) 2002-04-29 2004-01-08 Visharam Mohammed Zubair Method and apparatus for supporting advanced coding formats in media files
US7640347B1 (en) 2002-05-02 2009-12-29 F5 Networks, Inc. Method and system for inserting POST data into the GET request to apply normal caching rules
US7089491B2 (en) 2002-05-03 2006-08-08 Microsoft Corporation System and method for enhancing XML schemas
US20030220835A1 (en) 2002-05-23 2003-11-27 Barnes Melvin L. System, method, and computer program product for providing location based services and mobile e-commerce
US20040098383A1 (en) 2002-05-31 2004-05-20 Nicholas Tabellion Method and system for intelligent storage management
US7243094B2 (en) 2002-05-31 2007-07-10 Softek Storage Solutions Corporation Method and system for intelligent storage management
US7161904B2 (en) 2002-06-04 2007-01-09 Fortinet, Inc. System and method for hierarchical metering in a virtual router based network switch
US20030229665A1 (en) 2002-06-10 2003-12-11 International Business Machines Corporation Systems, methods and computer programs for implementing and accessing web services
US7373438B1 (en) 2002-06-13 2008-05-13 Network Appliance, Inc. System and method for reprioritizing high-latency input/output operations
US20040015783A1 (en) 2002-06-20 2004-01-22 Canon Kabushiki Kaisha Methods for interactively defining transforms and for generating queries by manipulating existing query data
US20030236995A1 (en) 2002-06-21 2003-12-25 Fretwell Lyman Jefferson Method and apparatus for facilitating detection of network intrusion
US20040006591A1 (en) 2002-07-05 2004-01-08 Fujitsu Limited Information sharing method, information sharing device, and information sharing computer product
US7587471B2 (en) 2002-07-15 2009-09-08 Hitachi, Ltd. System and method for virtualizing network storages into a single file system view
US20040010654A1 (en) 2002-07-15 2004-01-15 Yoshiko Yasuda System and method for virtualizing network storages into a single file system view
US20040017825A1 (en) 2002-07-26 2004-01-29 Kenneth Stanwood Scheduling method and system for communication systems that offer multiple classes of service
US20040025013A1 (en) 2002-07-30 2004-02-05 Imagictv Inc. Secure multicast flow
US7263610B2 (en) 2002-07-30 2007-08-28 Imagictv, Inc. Secure multicast flow
US7120728B2 (en) 2002-07-31 2006-10-10 Brocade Communications Systems, Inc. Hardware-based translating virtualization switch
US20040028063A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Host bus adaptor-based virtualization switch
US20040028043A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Method and apparatus for virtualizing storage devices inside a storage area network fabric
US20040030857A1 (en) 2002-07-31 2004-02-12 Brocade Communications Systems, Inc. Hardware-based translating virtualization switch
US7269168B2 (en) 2002-07-31 2007-09-11 Brocade Communications Systems, Inc. Host bus adaptor-based virtualization switch
US7725763B2 (en) 2002-08-02 2010-05-25 International Business Machines Corporation Functional continuity by replicating a software application in a multi-computer architecture
US20060242179A1 (en) 2002-08-09 2006-10-26 Chen Raymond C System and method for restoring a virtual disk from a snapshot
US20040030740A1 (en) 2002-08-09 2004-02-12 Stelting Stephen A. Method and system for automating generation of web services from existing service components
US7743035B2 (en) 2002-08-09 2010-06-22 Netapp, Inc. System and method for restoring a virtual disk from a snapshot
US20040043758A1 (en) 2002-08-29 2004-03-04 Nokia Corporation System and method for providing context sensitive recommendations to digital services
US20040044705A1 (en) 2002-08-30 2004-03-04 Alacritus, Inc. Optimized disk repository for the storage and retrieval of mostly sequential data
US7343398B1 (en) 2002-09-04 2008-03-11 Packeteer, Inc. Methods, apparatuses and systems for transparently intermediating network traffic over connection-based authentication protocols
US7743031B1 (en) 2002-09-06 2010-06-22 3Par, Inc. Time and space efficient technique for creating virtual volume copies
US7120746B2 (en) 2002-09-09 2006-10-10 International Business Machines Corporation Technique for data transfer
US20040093361A1 (en) 2002-09-10 2004-05-13 Therrien David G. Method and apparatus for storage system to provide distributed data storage and protection
US6847970B2 (en) 2002-09-11 2005-01-25 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US7171469B2 (en) 2002-09-16 2007-01-30 Network Appliance, Inc. Apparatus and method for storing data in a proxy cache in a network
US20040054748A1 (en) 2002-09-16 2004-03-18 Emmanuel Ackaouy Apparatus and method for processing data in a network
US20040054777A1 (en) 2002-09-16 2004-03-18 Emmanuel Ackaouy Apparatus and method for a proxy cache
US20040064544A1 (en) 2002-09-26 2004-04-01 International Business Machines Corporation Coverage analysis of program code that accesses a database
US20040064554A1 (en) 2002-09-26 2004-04-01 Kuno Harumi Anne Network service system and mechanism for searching service registries
US20060112367A1 (en) 2002-10-24 2006-05-25 Robert Harris Method and system for ranking services in a web services architecture
US20040148380A1 (en) 2002-10-28 2004-07-29 Richard Meyer Method and system for dynamic expansion and contraction of nodes in a storage area network
US7752294B2 (en) 2002-10-28 2010-07-06 Netapp, Inc. Method and system for dynamic expansion and contraction of nodes in a storage area network
US7076689B2 (en) 2002-10-29 2006-07-11 Brocade Communication Systems, Inc. Use of unique XID range among multiple control processors
US7023974B1 (en) 2002-10-31 2006-04-04 America Online, Inc. Compression of electronic communications
US7055010B2 (en) 2002-11-06 2006-05-30 Synology Inc. Snapshot facility allowing preservation of chronological views on block drives
US20040093474A1 (en) 2002-11-06 2004-05-13 Alvis Lin Snapshot facility allowing preservation of chronological views on block drives
US20040139355A1 (en) 2002-11-07 2004-07-15 Axel David J. Method and system of accessing a plurality of network elements
US20040098595A1 (en) 2002-11-14 2004-05-20 International Business Machines Corporation Integrating legacy application/data access with single sign-on in a distributed computing environment
US7937421B2 (en) 2002-11-14 2011-05-03 Emc Corporation Systems and methods for restriping files in a distributed file system
US20040153479A1 (en) 2002-11-14 2004-08-05 Mikesell Paul A. Systems and methods for restriping files in a distributed file system
US7475241B2 (en) 2002-11-22 2009-01-06 Cisco Technology, Inc. Methods and apparatus for dynamic session key generation and rekeying in mobile IP
US20060074922A1 (en) 2002-11-25 2006-04-06 Kozo Nishimura File management device, file management method, file management program and recording medium
US6961815B2 (en) 2002-12-05 2005-11-01 International Business Machines Corporation Multiple disk data storage system for reducing power consumption
US7409440B1 (en) 2002-12-12 2008-08-05 F5 Net Works, Inc. User defined data items
US8024443B1 (en) 2002-12-12 2011-09-20 F5 Networks, Inc. Methods for applying a user defined operation on data relating to a network and devices thereof
US7296263B1 (en) 2002-12-12 2007-11-13 F5 Networks, Inc. Method and system for performing operations on data using XML streams
US20040123277A1 (en) 2002-12-18 2004-06-24 Schrader Stuart Lyle Method, system and computer product for parsing binary data
US20040133605A1 (en) 2002-12-20 2004-07-08 Chang Hyun Sung System and method for authoring multimedia contents description metadata
US20040122926A1 (en) 2002-12-23 2004-06-24 Microsoft Corporation, Redmond, Washington. Reputation system for web services
US20040133606A1 (en) 2003-01-02 2004-07-08 Z-Force Communications, Inc. Directory aggregation for files distributed over a plurality of servers in a switched file system
WO2004061605A2 (en) 2003-01-02 2004-07-22 Attune Systems, Inc. Medata based file switch and switched file system
AU2003300350A1 (en) 2003-01-02 2004-07-29 Attune Systems, Inc. Metadata based file switch and switched file system
CA2512312A1 (en) 2003-01-02 2004-07-22 Attune Systems, Inc. Metadata based file switch and switched file system
US7877511B1 (en) 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
US7373345B2 (en) 2003-02-21 2008-05-13 Caringo, Inc. Additional hash functions in content-based addressing
US20050175013A1 (en) 2003-02-24 2005-08-11 Jean-Francois Le Pennec Method for transmitting high-priority packets in an IP transmission network
US7324533B1 (en) 2003-02-25 2008-01-29 Cisco Technology, Inc. Using modem profiles to improve connectivity, connect timing, and compression performance on a modem relay (MR) gateway
US7257633B2 (en) 2003-03-03 2007-08-14 Sun Microsystems, Inc. Dynamic allocation of a pool of threads
US20040177165A1 (en) 2003-03-03 2004-09-09 Masputra Cahya Adi Dynamic allocation of a pool of threads
US7143146B2 (en) 2003-03-13 2006-11-28 Hitachi, Ltd. Method for accessing distributed file system
US20040181605A1 (en) 2003-03-13 2004-09-16 Hitachi, Ltd. Method for accessing distributed file system
US7237076B2 (en) 2003-03-18 2007-06-26 Hitachi, Ltd. Method of maintaining a plurality of snapshots, server apparatus and storage apparatus
US20040199547A1 (en) 2003-04-07 2004-10-07 Marco Winter Database model for hierarchical data formats
US7269582B2 (en) 2003-04-07 2007-09-11 Thomson Licensing Database model for hierarchical data formats
US7457982B2 (en) 2003-04-11 2008-11-25 Network Appliance, Inc. Writable virtual disk of read-only snapshot file objects
US20060179261A1 (en) 2003-04-11 2006-08-10 Vijayan Rajan Writable read-only snapshots
US8069225B2 (en) 2003-04-14 2011-11-29 Riverbed Technology, Inc. Transparent client-server transaction accelerator
US20070130255A1 (en) 2003-04-17 2007-06-07 Lionel Wolovitz Data access, replication or communication system comprising a distributed software application
US7346664B2 (en) 2003-04-24 2008-03-18 Neopath Networks, Inc. Transparent file migration using namespace replication
US7072917B2 (en) 2003-04-24 2006-07-04 Neopath Networks, Inc. Extended storage capacity for a network file server
US20040213156A1 (en) 2003-04-25 2004-10-28 Alcatel Ip Networks, Inc. Assigning packet queue priority
US7958222B1 (en) 2003-05-06 2011-06-07 F5 Networks, Inc. Method and system for accessing network services
US7822839B1 (en) 2003-05-06 2010-10-26 F5 Networks, Inc. Method and system for accessing network services
US7308475B1 (en) 2003-05-06 2007-12-11 F5 Networks, Inc. Method and system for accessing network services
US7133967B2 (en) 2003-05-09 2006-11-07 International Business Machines Corporation Storage system, controller, control method and program product therefor
US20040236826A1 (en) 2003-05-19 2004-11-25 Michael Harville Combination case for service location management of media services
US20050021703A1 (en) 2003-06-04 2005-01-27 Cherry Darrel D. Systems and methods for automatically configuring a client for remote use of a network-based service
US20040250032A1 (en) 2003-06-06 2004-12-09 Minwen Ji State machine and system for data redundancy
US7653699B1 (en) 2003-06-12 2010-01-26 Symantec Operating Corporation System and method for partitioning a file system for enhanced availability and scalability
US7373520B1 (en) 2003-06-18 2008-05-13 Symantec Operating Corporation Method for computing data signatures
US20050027862A1 (en) 2003-07-18 2005-02-03 Nguyen Tien Le System and methods of cooperatively load-balancing clustered servers
US20050027841A1 (en) 2003-08-01 2005-02-03 Rolfe Edward G. Programmable remote device management system for locally or remotely controlling and/or configuring a communication network switch
US7953701B2 (en) 2003-08-08 2011-05-31 Hitachi, Ltd. Method of controlling total disk usage amount in virtualized and unified network storage system
US20050117589A1 (en) 2003-08-13 2005-06-02 Cesar Douady Method and device for managing priority during the transmission of a message
US20060209669A1 (en) 2003-08-20 2006-09-21 Matsushita Electric Industrial Co., Ltd. Radio communication apparatus and subcarrier assignment method
US20090265396A1 (en) 2003-08-26 2009-10-22 Tamir Ram Method, system, and program for personal data management using content-based replication
US20050050107A1 (en) 2003-09-03 2005-03-03 Mane Virendra M. Using a file for associating the file with a tree quota in a file server
US7849112B2 (en) 2003-09-03 2010-12-07 Emc Corporation Using a file handle for associating the file with a tree quota in a file server
US20050071589A1 (en) 2003-09-29 2005-03-31 International Business Machines Corporation Appliance for asynchronous data storage mirroring
US20080010372A1 (en) 2003-10-01 2008-01-10 Robert Khedouri Audio visual player apparatus and system and method of content distribution using the same
US7984108B2 (en) 2003-10-08 2011-07-19 Unisys Corporation Computer system para-virtualization using a hypervisor that is implemented in a partition of the host system
US20070061441A1 (en) 2003-10-08 2007-03-15 Landis John A Para-virtualized computer system with I/0 server partitions that map physical host hardware for access by guest partitions
US20050091214A1 (en) 2003-10-24 2005-04-28 Mircrosoft Corporation Internal object protection from application programs
US7155466B2 (en) 2003-10-27 2006-12-26 Archivas, Inc. Policy-based management of a redundant array of independent nodes
US8271620B2 (en) 2003-11-13 2012-09-18 Lantronix, Inc. Communication protocol converter and method of protocol conversion
US7440982B2 (en) 2003-11-13 2008-10-21 Commvault Systems, Inc. System and method for stored data archive verification
US20050108575A1 (en) 2003-11-18 2005-05-19 Yung Chong M. Apparatus, system, and method for faciliating authenticated communication between authentication realms
US20090300161A1 (en) 2003-11-20 2009-12-03 F5 Networks, Inc. Method and system for using feedback in accessing network services
US20050114701A1 (en) 2003-11-21 2005-05-26 International Business Machines Corporation Federated identity management within a distributed portal server
US7243089B2 (en) 2003-11-25 2007-07-10 International Business Machines Corporation System, method, and service for federating and optionally migrating a local file system into a distributed file system while preserving local access to existing data
US20050114291A1 (en) 2003-11-25 2005-05-26 International Business Machines Corporation System, method, and service for federating and optionally migrating a local file system into a distributed file system while preserving local access to existing data
US20060010502A1 (en) 2003-11-26 2006-01-12 Hitachi, Ltd. Method and apparatus for setting access restriction information
US20070168320A1 (en) 2003-11-26 2007-07-19 Dhrubajyoti Borthakur System and method for detecting file content similarity within a file system
US7234074B2 (en) 2003-12-17 2007-06-19 International Business Machines Corporation Multiple disk data storage system for reducing power consumption
US20050160161A1 (en) 2003-12-29 2005-07-21 Nokia, Inc. System and method for managing a proxy request over a secure network using inherited security attributes
US7293133B1 (en) 2003-12-31 2007-11-06 Veritas Operating Corporation Performing operations without requiring split mirrors in a multi-class file system
US20050165656A1 (en) 2004-01-27 2005-07-28 Robert Frederick Providing a marketplace for web services
US7292541B1 (en) 2004-01-28 2007-11-06 Novell, Inc. Methods and systems for unnumbered network link discovery
US20050193245A1 (en) 2004-02-04 2005-09-01 Hayden John M. Internet protocol based disaster recovery of a server
US7383463B2 (en) 2004-02-04 2008-06-03 Emc Corporation Internet protocol based disaster recovery of a server
US20050174944A1 (en) 2004-02-10 2005-08-11 Adc Broadband Access Systems, Inc. Bandwidth regulation
US20050240664A1 (en) 2004-02-13 2005-10-27 Hon Hai Precision Industry Co., Ltd. System and method for configuring and managing a network device
US20050198234A1 (en) 2004-02-20 2005-09-08 Gteko, Ltd. System and unified setting interface for configuring network manageable devices
US7624109B2 (en) 2004-02-27 2009-11-24 Texas Memory Systems, Inc. Distributed asynchronous ordered replication
US20050198501A1 (en) 2004-03-02 2005-09-08 Dmitry Andreev System and method of providing credentials in a network
US8484348B2 (en) 2004-03-05 2013-07-09 Rockstar Consortium Us Lp Method and apparatus for facilitating fulfillment of web-service requests on a communication network
US20050234928A1 (en) 2004-03-23 2005-10-20 Grand Central Communications, Inc. Synchronous interface to asynchronous processes
US20050213587A1 (en) 2004-03-26 2005-09-29 Samsung Electronics Co., Ltd. Apparatus and method for scheduling packets in a wireless communication system
US7477796B2 (en) 2004-04-09 2009-01-13 Nokia Corporation Method for preparing compressed image data file, image data compression device, and photographic device
US20060271598A1 (en) 2004-04-23 2006-11-30 Wong Thomas K Customizing a namespace in a decentralized storage environment
US7194579B2 (en) 2004-04-26 2007-03-20 Sun Microsystems, Inc. Sparse multi-component files
US20060230014A1 (en) * 2004-04-26 2006-10-12 Storewiz Inc. Method and system for compression of files for storage and operation on compressed files
US20050256806A1 (en) 2004-05-12 2005-11-17 Alan Tien Method and system to facilitate securely processing a payment for an online transaction
US20050273456A1 (en) 2004-05-21 2005-12-08 Bea Systems, Inc. System and method for application server with overload protection
US20090313503A1 (en) 2004-06-01 2009-12-17 Rajeev Atluri Systems and methods of event driven recovery management
US20060047785A1 (en) 2004-06-18 2006-03-02 Hon Hai Precision Industry Co., Ltd. System and method for configuring and managing communication devices
US20050289111A1 (en) 2004-06-25 2005-12-29 Tribble Guy L Method and apparatus for processing metadata
US20050289109A1 (en) 2004-06-25 2005-12-29 Yan Arrouye Methods and systems for managing data
US7437358B2 (en) 2004-06-25 2008-10-14 Apple Inc. Methods and systems for managing data
US20060031778A1 (en) 2004-07-01 2006-02-09 Microsoft Corporation Computing platform for loading resources both synchronously and asynchronously
US7197615B2 (en) 2004-07-07 2007-03-27 Hitachi, Ltd. Remote copy system maintaining consistency
US7519813B1 (en) 2004-08-02 2009-04-14 Network Appliance, Inc. System and method for a sidecar authentication mechanism
US20060045089A1 (en) 2004-08-27 2006-03-02 International Business Machines Corporation Method and apparatus for providing network virtualization
US7953085B2 (en) 2004-08-30 2011-05-31 International Business Machines Corporation Third party, broadcast, multicast and conditional RDMA operations
US20060045096A1 (en) 2004-09-01 2006-03-02 International Business Machines Corporation Method, system, and computer product for controlling input message priority
US7340571B2 (en) 2004-09-03 2008-03-04 Hitachi, Ltd. Storage system and data management device for storage system
US7284150B2 (en) 2004-09-22 2007-10-16 International Business Machines Corporation System and method for reliably storing data and providing efficient incremental backup and asynchronous mirroring by preferentially handling new data
US7861085B1 (en) 2004-09-29 2010-12-28 Rockwell Automation Technologies, Inc. Systems and methods providing distributed management of electronic signatures in industrial automation systems
US20060075475A1 (en) 2004-10-01 2006-04-06 Grand Central Communications, Inc. Application identity design
US7574433B2 (en) 2004-10-08 2009-08-11 Paterra, Inc. Classification-expanded indexing and retrieval of classified documents
US7698458B1 (en) 2004-10-29 2010-04-13 Akamai Technologies, Inc. Load balancing network traffic using race methods
US20060100752A1 (en) 2004-11-11 2006-05-11 In-Jun Kim Automatic operation system and method for automating satellite control operation and satellite ground control system using the same
US20060112399A1 (en) 2004-11-18 2006-05-25 Lessly Roger T Automated binding for object oriented programming user interface components
US7610307B2 (en) 2004-11-30 2009-10-27 Microsoft Corporation Method and system of detecting file system namespace changes and restoring consistency
US20060123210A1 (en) 2004-12-06 2006-06-08 St. Bernard Software, Inc. Method for logically consistent backup of open computer files
US20060130133A1 (en) 2004-12-14 2006-06-15 International Business Machines Corporation Automated generation of configuration elements of an information technology system
US20060133374A1 (en) 2004-12-22 2006-06-22 Nec Corporation Packet exchange device and packet exchange method
US7831639B1 (en) 2004-12-22 2010-11-09 Symantec Operating Corporation System and method for providing data protection by using sparse files to represent images of data stored in block devices
US20060140193A1 (en) 2004-12-29 2006-06-29 Nokia Corporation Optimization of a TCP connection
US7415488B1 (en) 2004-12-31 2008-08-19 Symantec Operating Corporation System and method for redundant storage consistency recovery
US20060153201A1 (en) 2005-01-12 2006-07-13 Thomson Licensing Method for assigning a priority to a data transfer in a network, and network node using the method
US20110087696A1 (en) 2005-01-20 2011-04-14 F5 Networks, Inc. Scalable system for partitioning and accessing metadata over multiple servers
US7885970B2 (en) 2005-01-20 2011-02-08 F5 Networks, Inc. Scalable system for partitioning and accessing metadata over multiple servers
US20060167838A1 (en) 2005-01-21 2006-07-27 Z-Force Communications, Inc. File-based hybrid file storage scheme supporting multiple file switches
US7958347B1 (en) 2005-02-04 2011-06-07 F5 Networks, Inc. Methods and apparatus for implementing authentication
US20060206547A1 (en) * 2005-02-08 2006-09-14 Raghavendra Kulkarni Storing and retrieving computer data files using an encrypted network drive file system
US7913053B1 (en) 2005-02-15 2011-03-22 Symantec Operating Corporation System and method for archival of messages in size-limited containers and separate archival of attachments in content addressable storage
US20100205206A1 (en) 2005-02-18 2010-08-12 The Macgregor Group, Inc. System and method for displaying data on a thin client
US20060190496A1 (en) 2005-02-21 2006-08-24 Canon Kabushiki Kaisha Data transmission device and method for controlling the same and image reading apparatus using the same
US7689596B2 (en) 2005-02-21 2010-03-30 Canon Kabushiki Kaisha Data transmission device and method for controlling the same and image reading apparatus using the same
US7809691B1 (en) 2005-02-22 2010-10-05 Symantec Operating Corporation System and method of applying incremental changes prior to initialization of a point-in-time copy
WO2006091040A1 (en) 2005-02-24 2006-08-31 Lg Electronics Inc. Layer structure of network control protocol and interface method
US20060200470A1 (en) 2005-03-03 2006-09-07 Z-Force Communications, Inc. System and method for managing small-size files in an aggregated file system
US20060212746A1 (en) 2005-03-21 2006-09-21 Augustine Amegadzie Selection of migration methods including partial read restore in distributed storage management
US8055724B2 (en) 2005-03-21 2011-11-08 Emc Corporation Selection of migration methods including partial read restore in distributed storage management
US20060218135A1 (en) 2005-03-28 2006-09-28 Network Appliance, Inc. Method and apparatus for generating and describing block-level difference information about two snapshots
US20060224687A1 (en) 2005-03-31 2006-10-05 Popkin Laird A Method and apparatus for offline cooperative file distribution using cache nodes
US20060224636A1 (en) 2005-04-05 2006-10-05 Microsoft Corporation Page recovery using volume snapshots and logs
US20060230265A1 (en) 2005-04-08 2006-10-12 Ravi Krishna Cookie-based acceleration of an authentication protocol
US20060229861A1 (en) 2005-04-12 2006-10-12 Fujitsu Limited Multi-core model simulator
US20060235998A1 (en) 2005-04-19 2006-10-19 International Business Machines Corporation Off-loading data formatting to a communicatively coupled client
US20060282442A1 (en) 2005-04-27 2006-12-14 Canon Kabushiki Kaisha Method of learning associations between documents and data sets
US20060270341A1 (en) 2005-05-31 2006-11-30 Samsung Electronics Co., Ltd. Scheduling method and system using relay station in radio communication system
US20060268692A1 (en) 2005-05-31 2006-11-30 Bellsouth Intellectual Property Corp. Transmission of electronic packets of information of varying priorities over network transports while accounting for transmission delays
US20060277225A1 (en) 2005-06-07 2006-12-07 Mark Timothy W Converting file system metadata structure while the file system remains available
US7467158B2 (en) 2005-06-10 2008-12-16 Microsoft Corporation Object virtualization
US20060282461A1 (en) 2005-06-10 2006-12-14 Microsoft Corporation Object virtualization
US20060282471A1 (en) 2005-06-13 2006-12-14 Mark Timothy W Error checking file system metadata while the file system remains available
US20060294164A1 (en) 2005-06-23 2006-12-28 Emc Corporation Methods and apparatus for managing the storage of content in a file system
US7805470B2 (en) 2005-06-23 2010-09-28 Emc Corporation Methods and apparatus for managing the storage of content in a file system
US20070024919A1 (en) 2005-06-29 2007-02-01 Wong Chi M Parallel filesystem traversal for transparent mirroring of directories and files
US20070005807A1 (en) 2005-06-29 2007-01-04 Symbian Software Limited Delta code messaging
US20070019636A1 (en) 2005-06-30 2007-01-25 Victor Lau Multi-threaded transmit transport engine for storage devices
US20070016613A1 (en) 2005-07-15 2007-01-18 Stefano Foresti System and method for data transport
US20080209073A1 (en) 2005-07-22 2008-08-28 International Business Machines Corporation Adaptive Session Compression Management Method, Compression Manager and Session Management
US7599941B2 (en) 2005-07-25 2009-10-06 Parascale, Inc. Transparent redirection and load-balancing in a storage network
US7571168B2 (en) 2005-07-25 2009-08-04 Parascale, Inc. Asynchronous file replication and migration in a storage network
US20070027935A1 (en) 2005-07-28 2007-02-01 Haselton William R Backing up source files in their native file formats to a target storage
US20070028068A1 (en) 2005-07-29 2007-02-01 International Business Machines Corporation System and method for managing resources in a distributed storage system
US7694082B2 (en) 2005-07-29 2010-04-06 International Business Machines Corporation Computer program and method for managing resources in a distributed storage system
US20070027929A1 (en) 2005-08-01 2007-02-01 Whelan Gary J System, method, and/or computer program product for a file system interface
US20070067771A1 (en) 2005-09-21 2007-03-22 Yoram Kulbak Real-time threading service for partitioned multiprocessor systems
US20070136308A1 (en) 2005-09-30 2007-06-14 Panagiotis Tsirigotis Accumulating access frequency and file attributes for supporting policy based storage management
US20070088702A1 (en) 2005-10-03 2007-04-19 Fridella Stephen A Intelligent network client for multi-protocol namespace redirection
US20070139227A1 (en) * 2005-10-22 2007-06-21 Sytex, Inc. Methods, systems and computer-readable media for compressing data
US20070124502A1 (en) 2005-11-28 2007-05-31 Huawei Technologies Co., Ltd. Script language based network device configuration management system and method
US20070124415A1 (en) 2005-11-29 2007-05-31 Etai Lev-Ran Method and apparatus for reducing network traffic over low bandwidth links
US20070147246A1 (en) 2005-12-22 2007-06-28 International Business Machines Corporation Method and device for configuring a network device
US20070180314A1 (en) 2006-01-06 2007-08-02 Toru Kawashima Computer system management method, management server, computer system, and program
US20070162891A1 (en) 2006-01-12 2007-07-12 International Business Machines Corporation Graphical aid for generating object setup scripts
US20080270578A1 (en) 2006-01-13 2008-10-30 Huawei Technologies Co., Ltd. Method, Device And Data Download System For Controlling Effectiveness Of A Download Transaction
US20070168525A1 (en) 2006-01-18 2007-07-19 Deleon Baltazar Iii Method for improved virtual adapter performance using multiple virtual interrupts
US7734603B1 (en) 2006-01-26 2010-06-08 Netapp, Inc. Content addressable storage array element
US20070192543A1 (en) 2006-02-13 2007-08-16 Uday Naik Techniques to manage a flow cache
US7555608B2 (en) 2006-02-13 2009-06-30 Intel Corporation Techniques to manage a flow cache
US20070239944A1 (en) 2006-02-17 2007-10-11 Emulex Design & Manufacturing Corporation Apparatus for performing storage virtualization
US20070208748A1 (en) 2006-02-22 2007-09-06 Microsoft Corporation Reliable, efficient peer-to-peer storage
US20070209075A1 (en) 2006-03-04 2007-09-06 Coffman Thayne R Enabling network intrusion detection by representing network activity in graphical form utilizing distributed data sensors to detect and transmit activity data
US8417746B1 (en) 2006-04-03 2013-04-09 F5 Networks, Inc. File system management with enhanced searchability
US7639883B2 (en) 2006-04-18 2009-12-29 Nokia Corporation Method, device, mobile terminal and computer program product for providing variable compression of data files
US20080208933A1 (en) 2006-04-20 2008-08-28 Microsoft Corporation Multi-client cluster-based backup and restore
US7900002B2 (en) 2006-04-20 2011-03-01 Microsoft Corporation Multi-client cluster-based backup and restore
US20070260830A1 (en) 2006-05-08 2007-11-08 Sorin Faibish Distributed maintenance of snapshot copies by a primary processor managing metadata and a secondary processor providing read-write access to a production dataset
US20100017423A1 (en) * 2006-05-31 2010-01-21 Storwize Ltd. Method and system for transformation of logical data objects for storage
US8498951B1 (en) 2006-06-22 2013-07-30 Google Inc. Approximate hashing functions for finding similar content
US7853958B2 (en) 2006-06-28 2010-12-14 Intel Corporation Virtual machine monitor management from a management service processor in the host processing platform
US20080004022A1 (en) 2006-06-28 2008-01-03 Telefonaktiebolaget L M Ericsson (Publ) Transmission Parameter Negotiation after Packet-Switched Handover
US7684423B2 (en) 2006-06-30 2010-03-23 Sun Microsystems, Inc. System and method for virtual network interface cards based on internet protocol addresses
US20080022059A1 (en) 2006-07-21 2008-01-24 Zimmerer Peter K Sequencing transactions and operations
US20080046432A1 (en) 2006-08-18 2008-02-21 Anderson Robert J Systems and methods for a snapshot of data
US7680836B2 (en) 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7974478B2 (en) * 2006-08-24 2011-07-05 Dell Products L.P. Methods and apparatus for reducing storage size
US20080070575A1 (en) 2006-09-15 2008-03-20 Holger Claussen Method of administering call handover between cells in a communications system
US7685177B1 (en) 2006-10-03 2010-03-23 Emc Corporation Detecting and managing orphan files between primary and secondary data stores
US7984500B1 (en) 2006-10-05 2011-07-19 Amazon Technologies, Inc. Detecting fraudulent activity by analysis of information requests
US8635194B2 (en) * 2006-10-19 2014-01-21 Oracle International Corporation System and method for data compression
US8064342B2 (en) 2006-10-27 2011-11-22 Verizon Patent And Licensing Inc. Load balancing session initiation protocol (SIP) servers
US20080104347A1 (en) 2006-10-30 2008-05-01 Takashige Iwamura Information system and data transfer method of information system
US20080104443A1 (en) 2006-10-30 2008-05-01 Hiroaki Akutsu Information system, data transfer method and data protection method
US7739540B2 (en) 2006-10-30 2010-06-15 Hitachi, Ltd. Information system, data transfer method and data protection method
US20080120592A1 (en) 2006-10-31 2008-05-22 Tanguay Donald O Middleware framework
US20080114718A1 (en) 2006-11-09 2008-05-15 Mark John Anderson Apparatus and method for database execution detail repository
US8103622B1 (en) 2006-12-22 2012-01-24 Network Appliance, Inc. Rate of change monitoring for a volume storing application data in a fractionally reserved data storage system
US20100017643A1 (en) 2006-12-28 2010-01-21 Hitachi, Ltd. Cluster system and failover method for cluster system
US20100250497A1 (en) 2007-01-05 2010-09-30 Redlich Ron M Electromagnetic pulse (EMP) hardened information infrastructure with extractor, cloud dispersal, secure storage, content analysis and classification and method therefor
US8046547B1 (en) 2007-01-30 2011-10-25 American Megatrends, Inc. Storage system snapshots for continuous file protection
US20080189468A1 (en) 2007-02-02 2008-08-07 Vmware, Inc. High Availability Virtual Machine Cluster
US7443321B1 (en) * 2007-02-13 2008-10-28 Packeteer, Inc. Compression of stream data using a hierarchically-indexed database
US20080200207A1 (en) 2007-02-20 2008-08-21 Microsoft Corporation Contextual Auto-Replication in Short Range Wireless Networks
US20080208917A1 (en) 2007-02-22 2008-08-28 Network Appliance, Inc. Apparatus and a method to make data sets conform to data management policies
US20080215836A1 (en) 2007-03-01 2008-09-04 Hitachi, Ltd. Method of managing time-based differential snapshot
US7908245B2 (en) 2007-03-09 2011-03-15 Fujitsu Limited Database management method and database management apparatus
US20080243769A1 (en) 2007-03-30 2008-10-02 Symantec Corporation System and method for exporting data directly from deduplication storage to non-deduplication storage
US20090077097A1 (en) 2007-04-16 2009-03-19 Attune Systems, Inc. File Aggregation in a Switched File System
WO2008130983A1 (en) 2007-04-16 2008-10-30 Attune Systems, Inc. File aggregation in a switched file system
US20080263401A1 (en) 2007-04-19 2008-10-23 Harley Andrew Stenzel Computer application performance optimization system
US20080281944A1 (en) 2007-05-07 2008-11-13 Vorne Industries, Inc. Method and system for extending the capabilities of embedded devices through network clients
US20080282047A1 (en) 2007-05-08 2008-11-13 Hitachi, Ltd. Methods and apparatus to backup and restore data for virtualized storage area
US20080281908A1 (en) 2007-05-08 2008-11-13 Riverbed Technology, Inc. Hybrid segment-oriented file server and wan accelerator
US20080294446A1 (en) * 2007-05-22 2008-11-27 Linfeng Guo Layer based scalable multimedia datastream compression
US20090094252A1 (en) 2007-05-25 2009-04-09 Attune Systems, Inc. Remote File Virtualization in a Switched File System
WO2008147973A2 (en) 2007-05-25 2008-12-04 Attune Systems, Inc. Remote file virtualization in a switched file system
US7895653B2 (en) 2007-05-31 2011-02-22 International Business Machines Corporation Internet robot detection for network distributable markup
US20090007162A1 (en) 2007-06-29 2009-01-01 Microsoft Corporation Flexible namespace prioritization
US20090013138A1 (en) 2007-07-05 2009-01-08 Gosukonda Naga Sudhakar Backup archive management
US20100030777A1 (en) 2007-07-06 2010-02-04 Rajendra Bhagwatisingh Panwar Method for taking automated inventory of assets and recognition of the same asset on multiple scans
US20090019535A1 (en) 2007-07-10 2009-01-15 Ragingwire Enterprise Solutions, Inc. Method and remote system for creating a customized server infrastructure in real time
US20090037975A1 (en) 2007-07-30 2009-02-05 Ishikawa Mark M System and Method for Authenticating Content
US20090037500A1 (en) * 2007-07-31 2009-02-05 Kirshenbaum Evan R Storing nodes representing respective chunks of files in a data store
US20090041230A1 (en) 2007-08-08 2009-02-12 Palm, Inc. Mobile Client Device Driven Data Backup
US20090055507A1 (en) 2007-08-20 2009-02-26 Takashi Oeda Storage and server provisioning for virtualized and geographically dispersed data centers
US20110119234A1 (en) 2007-08-21 2011-05-19 Schack Darren P Systems and methods for adaptive copy on write
US20090055607A1 (en) 2007-08-21 2009-02-26 Schack Darren P Systems and methods for adaptive copy on write
US20100228814A1 (en) 2007-08-31 2010-09-09 Lava Two ,LLC Forward path multi-media management system with end user feedback to distributed content sources
US20110188415A1 (en) 2007-08-31 2011-08-04 Lava Two, Llc Forward path multi-media management system with end user feedback to central content sources
US8037528B2 (en) 2007-09-17 2011-10-11 Cisco Technology, Inc. Enhanced server to client session inspection
US7822939B1 (en) 2007-09-25 2010-10-26 Emc Corporation Data de-duplication using thin provisioning
US8155128B2 (en) 2007-09-26 2012-04-10 Alcatel Lucent Method and apparatus for establishing and managing diameter associations
US20090080440A1 (en) 2007-09-26 2009-03-26 Avneesh Singh Balyan Method and Apparatus for Establishing and Managing Diameter Associations
US20090089344A1 (en) 2007-09-28 2009-04-02 Emc Corporation Network accessed storage files system query/set proxy service for a storage virtualization system
US7870154B2 (en) 2007-09-28 2011-01-11 Hitachi, Ltd. Method and apparatus for NAS/CAS unified storage system
US9143451B2 (en) 2007-10-01 2015-09-22 F5 Networks, Inc. Application layer network traffic prioritization
US20090089487A1 (en) 2007-10-01 2009-04-02 Samsung Electronics Co., Ltd. Multiport semiconductor memory device having protocol-defined area and method of accessing the same
US20090132616A1 (en) 2007-10-02 2009-05-21 Richard Winter Archival backup integration
US20090094311A1 (en) 2007-10-04 2009-04-09 Yahoo! Inc. System and Method for Detecting Internet Bots
US20110072321A1 (en) 2007-10-09 2011-03-24 Cleversafe, Inc. Optimistic data writing in a dispersed storage network
US20100064001A1 (en) 2007-10-10 2010-03-11 Power Takeoff, L.P. Distributed Processing
US20090097480A1 (en) 2007-10-10 2009-04-16 Sun Microsystems, Inc. Parallelizing the tcp behavior of a network connection
US20110093471A1 (en) 2007-10-17 2011-04-21 Brian Brockway Legal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20090106413A1 (en) 2007-10-19 2009-04-23 Juha Salo Method and apparatus for detecting click fraud
US20090106263A1 (en) 2007-10-20 2009-04-23 Khalid Atm Shafiqul Systems and methods for folder redirection
US20090138314A1 (en) 2007-11-05 2009-05-28 Michael Bruce Method and system for locating a workforce
US8838817B1 (en) 2007-11-07 2014-09-16 Netapp, Inc. Application-controlled network packet classification
US20090125955A1 (en) 2007-11-08 2009-05-14 At&T Bls Intellectual Property, Inc Methods, computer program products, and virtual servers for a virtual collaborative environment
US20090210431A1 (en) 2007-11-12 2009-08-20 Attune Systems, Inc. Load Sharing Cluster File Systems
US20090254592A1 (en) 2007-11-12 2009-10-08 Attune Systems, Inc. Non-Disruptive File Migration
US20090204705A1 (en) 2007-11-12 2009-08-13 Attune Systems, Inc. On Demand File Virtualization for Server Configuration Management with Limited Interruption
US8117244B2 (en) 2007-11-12 2012-02-14 F5 Networks, Inc. Non-disruptive file migration
US20090204649A1 (en) 2007-11-12 2009-08-13 Attune Systems, Inc. File Deduplication Using Storage Tiers
US20090204650A1 (en) 2007-11-15 2009-08-13 Attune Systems, Inc. File Deduplication using Copy-on-Write Storage Tiers
US8161353B2 (en) * 2007-12-06 2012-04-17 Fusion-Io, Inc. Apparatus, system, and method for validating that a correct data segment is read from a data storage device
US8151082B2 (en) * 2007-12-06 2012-04-03 Fusion-Io, Inc. Apparatus, system, and method for converting a storage request into an append data storage command
US7904466B1 (en) 2007-12-21 2011-03-08 Netapp, Inc. Presenting differences in a file system
US20090161542A1 (en) 2007-12-21 2009-06-25 Kah Kin Ho Resource availability information sharing (rais) protocol
US20090187915A1 (en) 2008-01-17 2009-07-23 Sun Microsystems, Inc. Scheduling threads on processors
US20090210875A1 (en) 2008-02-20 2009-08-20 Bolles Benton R Method and System for Implementing a Virtual Storage Pool in a Virtual Environment
US20090217163A1 (en) 2008-02-25 2009-08-27 Jon Jaroker System and Method for Deploying and Maintaining Software Applications
US7886218B2 (en) 2008-02-27 2011-02-08 Aptimize Limited Methods and devices for post processing rendered web pages and handling requests of post processed web pages
US20090217386A1 (en) 2008-02-27 2009-08-27 James Paul Schneider Stateless challenge-response broadcast protocol
NZ566291A (en) 2008-02-27 2008-12-24 Actionthis Ltd Methods and devices for post processing rendered web pages and handling requests of post processed web pages
US20090240899A1 (en) 2008-03-21 2009-09-24 Hitachi Ltd. Storage device and method of controlling same
US20090241176A1 (en) 2008-03-21 2009-09-24 Microsoft Corporation Load balancing in server computer systems
US7903554B1 (en) 2008-04-04 2011-03-08 Force 10 Networks, Inc. Leaking component link traffic engineering information
US20090265467A1 (en) 2008-04-17 2009-10-22 Radware, Ltd. Method and System for Load Balancing over a Cluster of Authentication, Authorization and Accounting (AAA) Servers
US8271751B2 (en) 2008-04-24 2012-09-18 Echostar Technologies L.L.C. Systems and methods for reliably managing files in a computer system
US20090292957A1 (en) 2008-05-21 2009-11-26 International Business Machines Corporation System for repeated unmount attempts of distributed file systems
US20090289828A1 (en) 2008-05-22 2009-11-26 John Alfred Hinchey Wireless transferable control system
US20090319600A1 (en) 2008-06-18 2009-12-24 Boaz Sedan Optimizing program requests over a wide area network
US20090316708A1 (en) 2008-06-24 2009-12-24 Microsoft Corporation Techniques to manage a relay server and a network address translator
US20100042743A1 (en) 2008-08-13 2010-02-18 Sk Telecom. Co., Ltd Contents delivery system and method using page redirection, and gslb switch thereof
US8209403B2 (en) 2008-08-18 2012-06-26 F5 Networks, Inc. Upgrading network traffic management devices while maintaining availability
US20100061232A1 (en) 2008-09-05 2010-03-11 Wei Hua Zhou Load balancing mechanism for dynamic serving functional elements selection
US20100070476A1 (en) 2008-09-16 2010-03-18 O'keefe Matthew T Remote backup and restore system and method
US20100082542A1 (en) 2008-09-30 2010-04-01 Yahoo! Inc. Comparison of online advertising data consistency
US20100093318A1 (en) 2008-10-10 2010-04-15 Zhongwen Zhu Methods and systems for license distribution for telecom applications
US20100122248A1 (en) 2008-11-11 2010-05-13 Netapp Cloning virtual machines
US8171124B2 (en) 2008-11-25 2012-05-01 Citrix Systems, Inc. Systems and methods for GSLB remote service monitoring
US20100131654A1 (en) 2008-11-25 2010-05-27 Microsoft Corporation Platform for enabling terminal services virtualization
US20100179984A1 (en) 2009-01-13 2010-07-15 Viasat, Inc. Return-link optimization for file-sharing traffic
US20100199042A1 (en) 2009-01-30 2010-08-05 Twinstrata, Inc System and method for secure and reliable multi-cloud data replication
US8112392B1 (en) 2009-02-13 2012-02-07 Symantec Corporation Methods and systems for creating snapshots of virtualized applications
US8015157B2 (en) 2009-02-18 2011-09-06 Hitachi, Ltd. File sharing system, file server, and method for managing files
US20100211547A1 (en) 2009-02-18 2010-08-19 Hitachi, Ltd. File sharing system, file server, and method for managing files
US20100228819A1 (en) 2009-03-05 2010-09-09 Yottaa Inc System and method for performance acceleration, data protection, disaster recovery and on-demand scaling of computer applications
US20100325634A1 (en) 2009-03-17 2010-12-23 Hitachi, Ltd. Method of Deciding Migration Method of Virtual Server and Management Server Thereof
US20100242092A1 (en) 2009-03-20 2010-09-23 James Harris Systems and methods for selecting an authentication virtual server from a plurality of virtual servers
US20100274772A1 (en) 2009-04-23 2010-10-28 Allen Samuels Compressed data objects referenced via address references and compression references
US8645337B2 (en) * 2009-04-30 2014-02-04 Oracle International Corporation Storing compression units in relational tables
US20100325257A1 (en) 2009-06-22 2010-12-23 Deepak Goel Systems and methods for providing link management in a multi-core system
US20120195273A1 (en) 2009-08-17 2012-08-02 Ntt Docomo, Inc. Mobile communication method and mobile station
US20110055921A1 (en) 2009-09-03 2011-03-03 Juniper Networks, Inc. Protecting against distributed network flood attacks
US8326798B1 (en) 2009-09-14 2012-12-04 Network Appliance, Inc. File system agnostic replication
US20110066736A1 (en) 2009-09-16 2011-03-17 International Business Machines Corporation Method and system for establishing connections between nodes in a communication network
US20110075667A1 (en) 2009-09-30 2011-03-31 Alcatel-Lucent Usa Inc. Layer 2 seamless site extension of enterprises in cloud computing
US20110083185A1 (en) 2009-10-07 2011-04-07 At&T Intellectual Property I, L.P. Method and System for Improving Website Security
US8620879B2 (en) 2009-10-13 2013-12-31 Google Inc. Cloud based file storage service
US20110099420A1 (en) 2009-10-26 2011-04-28 Macdonald Mcalister Grant Alexander Failover and recovery for replicated data instances
US8074107B2 (en) 2009-10-26 2011-12-06 Amazon Technologies, Inc. Failover and recovery for replicated data instances
US8595547B1 (en) 2009-10-26 2013-11-26 Amazon Technologies, Inc. Failover and recovery for replicated data instances
US20110099146A1 (en) 2009-10-26 2011-04-28 Mcalister Grant Alexander Macdonald Monitoring of replicated data instances
US8676753B2 (en) 2009-10-26 2014-03-18 Amazon Technologies, Inc. Monitoring of replicated data instances
US20110098087A1 (en) 2009-10-28 2011-04-28 Google Inc. Mobile Computing Device Dock
US20110107112A1 (en) * 2009-10-30 2011-05-05 Cleversafe, Inc. Distributed storage network and method for encrypting and decrypting data using hash functions
US8351600B2 (en) * 2009-10-30 2013-01-08 Cleversafe, Inc. Distributed storage network and method for encrypting and decrypting data using hash functions
US20110113095A1 (en) 2009-11-10 2011-05-12 Hamid Hatami-Hanza System and Method For Value Significance Evaluation of Ontological Subjects of Networks and The Applications Thereof
US20120257506A1 (en) 2009-12-22 2012-10-11 Cuneyt Bazlamacci Systolic array architecture for fast ip lookup
US20110153985A1 (en) 2009-12-23 2011-06-23 Ashoke Saha Systems and methods for queue level ssl card mapping to multi-core packet engine
US20110185082A1 (en) 2009-12-29 2011-07-28 Tervela, Inc. Systems and methods for network virtualization
US8576283B1 (en) 2010-01-05 2013-11-05 Target Brands, Inc. Hash-based chain of custody preservation
US20110213911A1 (en) 2010-02-26 2011-09-01 Izik Eidus Mechanism for Dynamic Placement of Virtual Machines During Live Migration Based on Memory
US8468542B2 (en) 2010-03-04 2013-06-18 Microsoft Corporation Virtual environment for server applications, such as web applications
US8306948B2 (en) 2010-05-03 2012-11-06 Panzura, Inc. Global deduplication file system
US20110296411A1 (en) 2010-05-25 2011-12-01 Transoft Kernel Bus System to Build Virtual Machine Monitor and the Performance Service Framework and Method Therefor
US20110320882A1 (en) 2010-06-29 2011-12-29 International Business Machines Corporation Accelerated virtual environments deployment troubleshooting based on two level file system signature
US20130058255A1 (en) 2010-07-06 2013-03-07 Martin Casado Managed switch architectures: software managed switches, hardware managed switches, and heterogeneous managed switches
US20130058229A1 (en) 2010-07-06 2013-03-07 Martin Casado Method and apparatus for robust packet distribution among hierarchical managed switching elements
US8959215B2 (en) 2010-07-06 2015-02-17 Nicira, Inc. Network virtualization
US20130058252A1 (en) 2010-07-06 2013-03-07 Martin Casado Mesh architectures for managed switching elements
US20120042115A1 (en) 2010-08-11 2012-02-16 Lsi Corporation Apparatus and methods for look-ahead virtual volume meta-data processing in a storage controller
US8572007B1 (en) 2010-10-29 2013-10-29 Symantec Corporation Systems and methods for classifying unknown files/spam based on a user actions, a file's prevalence within a user community, and a predetermined prevalence threshold
US20120117028A1 (en) 2010-11-08 2012-05-10 Stephen Gold Load balancing backup jobs in a virtualized storage system having a plurality of physical nodes
US20120144229A1 (en) 2010-12-03 2012-06-07 Lsi Corporation Virtualized cluster communication system
US20120150805A1 (en) 2010-12-08 2012-06-14 Ibm Corporation Efficient Backup and Restore of a Cluster Aware Virtual Input/Output Server (VIOS) Within a VIOS Cluster
US20120150699A1 (en) 2010-12-10 2012-06-14 Roland Trapp Inventory verification using inventory snapshots
US20120254293A1 (en) 2011-04-04 2012-10-04 Cambrai Solutions Inc. Application server for provisioning a controlled communciations system in a cloud-based environment
US20120258766A1 (en) 2011-04-05 2012-10-11 Samsung Electronics Co. Ltd. Method and apparatus for controlling inter-plmn handover to csg cell
US8745338B1 (en) * 2011-05-02 2014-06-03 Netapp, Inc. Overwriting part of compressed data without decompressing on-disk compressed data
US8879431B2 (en) 2011-05-16 2014-11-04 F5 Networks, Inc. Method for load balancing of requests' processing of diameter servers
US8601000B1 (en) 2011-06-27 2013-12-03 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US8745266B2 (en) 2011-06-30 2014-06-03 Citrix Systems, Inc. Transparent layer 2 redirection of request to single sign in service based on applying policy to content of request
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
US20130007239A1 (en) 2011-06-30 2013-01-03 Mugdha Agarwal Systems and methods for transparent layer 2 redirection to any service
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
US20130182713A1 (en) 2012-01-18 2013-07-18 LineRate Systems, Inc. State management using a large hash table
US20130238472A1 (en) 2012-03-06 2013-09-12 Jerry Fan Systems and Methods for Billing Content Providers for Designated Content Delivered Over a Data Network
US20150058595A1 (en) 2013-08-26 2015-02-26 Oracle International Corporation Systems and Methods for Implementing Dynamically Configurable Perfect Hash Tables

Non-Patent Citations (167)

* Cited by examiner, † Cited by third party
Title
"3-DNS® Reference Guide version 4.5," Sep. 2002, pp. 2-1-2-28, 3-1-3-12, 5-1-5-24, F5 etworks, Inc., Seattle, Washington.
"A Storage Architecture Guide," Second Edition, 2001, Auspex Systems, Inc., www.auspex.com, last accessed on Dec. 30, 2002.
"BIG-IP® Reference Guide version 4.5," Sep. 2002, pp. 11-1-11-32, F5 Networks, Inc., Seattle Washington.
"CSA Persistent File System Technology," A White Paper, Jan. 1, 1999, p. 1-3, http://www.cosoa.com/white_papers/pfs.php, Colorado Software Architecture, Inc.
"CSA Persistent File System Technology," A White Paper, Jan. 1, 1999, pp. 1-3, http://www.cosoa.com/white_papers/pfs.php, Colorado Software Architecture, Inc.
"Diameter MBLB Support Phase 2: Generic Message Based Load Balancing (GMBLB)", last accessed Mar. 29, 2010, pp. 1-10, (http://peterpan.f5net.com/twiki/bin/view/TMOS/TMOSDiameterMBLB).
"Distributed File System: A Logical View of Physical Storage: White Paper," 1999, Microsoft Corp., www.microsoft.com, <http://www.eu.microsoft.com/TechNet/prodtechnol/windows2000serv/maint-ain/DFSnt95>, pp. 1-26, last accessed on Dec. 20, 2002.
"Market Research & Releases, Solstice Diameter Requirements", last accessed Mar. 29, 2010, (http://mainstreet/sites/PD/Teams/ProdMgmt/MarketResearch/Unisversal).
"NERSC Tutorials: I/O on the Cray T3E, ‘Chapter 8, Disk Striping’," National Energy Research Scientific Computing Center (NERSC), http://hpcfnersc.gov, last accessed on Dec. 27, 2002, 9 pages.
"NERSC Tutorials: I/O on the Cray T3E, ‘Chapter 8, Disk Striping’," National Energy Research Scientific Computing Center (NERSC), http://hpcfnersc.gov, last accessed on Dec. 27, 2002.
"Respond to server depending on TCP::client_port", DevCentral Forums iRules, pp. 1-6, last accessed Mar. 26, 2010, (http://devcentral.f5.com/Default/aspx?tabid=53&forumid=5&tpage=l&v).
"Routing Global Internet Users to the Appropriate Data Center and Applications Using F5's 3-DNS Controller," Aug. 2001, pp. 1-4, F5 Networks, Inc., Seattle, Washington, http://www.f5.com/f5products/3dns/relatedMaterials/3DNSRouting.html.
"Scaling Next Generation Web Infrastructure with Content-Intelligent Switching: White Paper," Apr. 2000, p. 1-9 Alteon Web Systems, Inc.
"Scaling Next Generation Web Infrastructure with Content-Intelligent Switching: White Paper," Apr. 2000, pp. 1-9, Alteon Web Systems, Inc.
"The AFS File System in Distributed Computing Environment," www.transarc.ibm.com/Library/whitepapers/AFS/afsoverview.html, last accessed on Dec. 20, 2002.
"UDDI Overview", Sep. 6, 2000, pp. 1-21, uddi.org, (http://www.uddi.org/).
"UDDI Technical White Paper," Sep. 6, 2000, pp. 1-12, uddi-org, (http://www.uddi.org/).
"UDDI Version 3.0.1" UDDI Spec Technical Committee Specification, Oct. 14, 2003, pp. 1-383, uddi.org, (http://www.uddi.org/).
"Using F5's 3-DNS Controller to Provide High Availability Between Two or More Data Centers," F5 Networks, Inc., Aug. 2001, pp. 1-3, F5 Networks, Inc., Seattle, Washington, http://www.f5.com/f5products/3dns/related/Materials/UsingF5.html.
"Veritas SANPoint Foundation Suite(tm) and SANPoint Foundation Suite(tm) HA: New Veritas Volume Management and File System Technology for Cluster Environments," Sep. 2001, Veritas Software Corp.
"Veritas SANPoint Foundation Suite(tm) and SANPoint Foundation Suite(tm) HA:New Veritas volume Management and File System Technology for Cluster Environments," Sep. 2001, 26 pages, Veritas Software Corp.
"Windows Clustering Technologies—An Overview," Nov. 2001, 31 pages, Microsoft Corp., www.microsoft.com, last accessed on Dec. 30, 2002.
"Windows Clustering Technologies—An Overview," Nov. 2001, Microsoft Corp., www.microsoft.com, last accessed on Dec. 30, 2002.
Aguilera et al., "Improving recoverability in multi-tier storage systems," International Conference on Dependable Systems and Networks (DSN-2007), Jun. 2007, 10 pages, Edinburgh, Scotland.
Aguilera, Marcos K. et al., "Improving recoverability in multi-tier storage systems," International Conference on Dependable Systems and Networks (DSN-2007), Jun. 2007, 10 pages, Edinburgh, Scotland.
Anderson et al., "Interposed Request Routing for Scalable Network Storage," ACM Transactions on Computer Systems 20(1): (Feb. 2002), pp. 1-24.
Anderson et al., "Serverless Network File System," in the 15th Symposium on Operating Systems Principles, Dec. 1995, 40 pages, Association for Computing Machinery, Inc.
Anderson et al., "Serverless Network File System," in the 15th Symposium on Operating Systems Principles, Dec. 1995, Association for Computing Machinery, Inc.
Anderson, Darrell C. et al., "Interposed Request Routing for Scalable Network Storage," ACM Transactions on Computer Systems 20(1): (Feb. 2002), pp. 1-24.
Anonymous, "How DFS Works: Remote File Systems," Distributed File System (DFS) Mar. 2003, 54 pages, Technical Reference retrieved from the Internet on Feb. 13, 2009, URL<http://technetmicrosoft.com/en-us/library/cc782417(WS.10,printer).aspx>.
Anonymous, "How DFS Works: Remote File Systems," Distributed File System (DFS) Technical Reference, retrieved from the Internet on Feb. 13, 2009: URL<:http://technetmicrosoft.com/en-us/library/cc782417WS.10,printer).aspx> (Mar. 2003).
Apple, Inc., "Mac OS X Tiger Keynote Intro. Part 2," Jun. 2004, www.youtube.com <http://www.youtube.com/watch?v=zSBJwEmRJbY>, 1 page.
Apple, Inc., "Mac OS X Tiger Keynote Intro. Part 2," Jun. 2004, www.youtube.com <http://www.youtube.com/watch?v=zSBJwEmRJbY>, p. 1.
Apple, Inc., "Tiger Developer Overview Series: Working with Spotlight," Nov. 23, 2004, www.apple.com using www.archive.org <http://web.archive.org/web/20041123005335/developer.apple.com/macosx/tiger/spo tlight.html>, pp. 1-6.
Baer, T., et al., "The elements of Web services" ADTmag.com, Dec. 1, 2002, pp. 1-6, (http://www.adtmag.com).
Basney et al., "Credential Wallets: A Classification of Credential Repositories Highlighting MyProxy," Sep. 19-21, 2003, pp. 1-20, 31st Research Conference on Communication, Information and Internet Policy (TPRC 2003), Arlington, Virginia.
Basney et al., "Credential Wallets: A Classification of Credential Repositories Highlighting MyProxy," TPRC 2003, Sep. 19-21, 2003, pp. 1-20.
Bill Schilit, "Bootstrapping Location-Enhanced Wen Services," Dec. 4, 2003, University of Washington, Seattle, Washington, http://www.cs.washington.edu/news/colloq.info.html.
Blue Coat, "Technology Primer: CIFS Protocol Optimization," Blue Coat Systems Inc., 2007, pp. 1-3, (http://www.bluecoat.com).
Botzum, Keys, "Single Sign on—A Contrarian View," Aug. 6, 2001, pp. 1-8, Open Group Website, http://www.opengroup.org/security/topics.htm.
Botzum, Keys, "Single Sign On—A Contrarian View," Open Group Website, <http://www.opengroup.org/security/topics.htm>, Aug. 6, 2001, pp. 1-8.
Brent Sleeper, "The Evolution of UDDI: UDDI.org White Paper," Jul. 19, 2002, pp. 1-15, The Stencil Group, Inc., San Francisco, California, http://www.uddi.org/pubs/the_evolution_of_uddi_20020719.pdf.
Brent Sleeper, "Why UDDI Will Succeed, Quietly: Two Factors Push Web Services Forward," Apr. 2001, pp. 1-7, The Stencil Group, Inc., San Francisco, California, http://www.stencilgroup.com/ideas_scope_200104uddi.pdf.
Cabrera et al., "Swift: A Storage Architecture for Large Objects," In Proceedings of the—Eleventh IEEE Symposium on Mass Storage Systems, Oct. 1991, pp. 123-128.
Cabrera et al., "Swift: Using Distributed Disk Striping to Provide High I/O Data Rates," Fall 1991, pp. 405-436, vol. 4, No. 4, Computing Systems.
Cabrera et al., "Using Data Striping in a Local Area Network," 1992, 22 pages, Technical report No. UCSC-CRL-92-09 of the Computer & Information Sciences Department of University of California at Santa Cruz.
Cabrera et al., "Using Data Striping in a Local Area Network," 1992, technical report No. UCSC-CRL-92-09 of the Computer & Information Sciences Department of University of California at Santa Cruz.
Callaghan et al., "NFS Version 3 Protocol Specifications" (RFC 1813), Jun. 1995, 127 pages, The Internet Engineering Task Force (IETN), www.ietf.org, last accessed on Dec. 30, 2002.
Callaghan et al., "NFS Version 3 Protocol Specifications" (RFC 1813), Jun. 1995, The Internet Engineering Task Force (IETN), www.ietf.org, last accessed on Dec. 30, 2002.
Carns et al., "PVFS: A Parallel File System for Linux Clusters," in Proceedings of the Extreme Linux Track: 4th Annual Linux Showcase and Conference, Oct. 2000, pp. 317-327, Atlanta, Georgia, USENIX Association.
Cavale, M. R., "Introducing Microsoft Cluster Service (MSCS) in the Windows Server 2003", Microsoft Corporation, Nov. 2002.
Cavale, M. R., "Introducing Microsoft Cluster Service (MSCS) in the Windows Server 2003", Nov. 2002, 10 pages, Microsoft Corporation.
Dawn Kawamoto, "Amazon Files for Web Services Patent," CNET News.com, Jul. 28, 2005, pp. 1-2, http://www.news.com.
English Translation of Notification of Reason(s) for Refusal for JP 2002-556371 (Dispatch Date: Jan. 22, 2007).
F5 Networks Inc., "Case Information Log for ‘Issues with BoNY upgrade to 4.3’", as early as Feb. 2008.
F5 Networks Inc., "Deploying the BIG-IP LTM for Diameter Traffic Management," F5® Deployment Guide, Publication date Sep. 2010, Version 1.2, pp. 1-19.
F5 Networks Inc., "F5 Diameter RM", Powerpoint document, Jul. 16, 2009, pp. 1-7.
F5 Networks Inc., "F5 WANJet CIFS Acceleration", White Paper, F5 Networks Inc., Mar. 2006, pp. 1-5, Seattle, Washington.
F5 Networks Inc., "Routing Global Internet Users to the Appropriate Data Center and Applications Using F5's 3-DNS Controller", F5 Networks Inc., Aug. 2001, pp. 1-4, Seattle, Washington, (http://www.f5.com/f5producs/3dns/relatedMaterials/UsingF5.html).
F5 Networks Inc., "Using F5's-DNS Controller To Provide High Availability Between Two or More Data Centers", F5 Networks Inc., Aug. 2001, pp. 1-4, Seattle, Washington, (http://www.f5.com/f5products/3dns/relatedMaterials/3DNSRouting.html).
Fajardo V., "Open Diameter Software Architecture," Jun. 25, 2004, pp. 1-6, Version 1.0.7.
Fan et al., "Summary Cache: A Scalable Wide-Area Protocol", Computer Communications Review, Association Machinery, New York, USA, Oct. 1998, pp. 254-265, vol. 28, Web Cache Sharing for Computing No. 4.
Fan et al., "Summary Cache: A Scalable Wide-Area Protocol", Computer Communications Review, Association Machinery, New York, USA, Oct. 1998, vol. 28, Web Cache Sharing for Computing No. 4, pp. 254-265.
Farley, M., "Building Storage Networks," Jan. 2000, McGraw Hill, ISBN 0072120509.
Farley, M., "Enterprise Storage Forum," Jan. 2000, 2 pages, Book Review-Building Storage Networks, 2nd Edition, http://www.enterprisestorageforum.com/sans/features/print/0,,10556_1441201.00. html, Enterprise Storage Forum Staff, last accessed Dec. 20, 2002.
Frank Sommers, "What's New in UDDI 3.0—Part 1," Jan. 27, 2003, pp. 1-5, Web Services.Org, http://www.webservices.org/index/php/article/articleview/871/1/24.
Frank Sommers, "What's New in UDDI 3.0—Part 2," Feb. 3, 2003, pp. 1-7, Web Services.Org, http://www.webservices.org/index.php/article/articleview/881/1/24/.
Frank Sommers, "What's New in UDDI 3.0—Part 3," Feb. 2, 2003, pp. 1-4, WebServices.Org, http://www.webservices.org/index/php/article/articleview/894/1/24/.
Gibson et al., "File Server Scaling with Network-Attached Secure Disks," in Proceedings of the ACM International Conference on Measurement and Modeling of Computer Systems (Sigmetrics '97), Association for Computing Machinery, Inc., Jun. 15-18, 1997, 13 pages.
Gibson et al., "File Server Scaling with Network-Attached Secure Disks," in Proceedings of the ACM International Conference on Measurement and Modeling of Computer Systems (Sigmetrics '97), Association for Computing Machinery, Inc., Jun. 15-18, 1997.
Gibson et al., "NASD Scalable Storage Systems," Jun. 1999, 6 pages, USENIX99, Extreme Linux Workshop, Monterey, California.
Gibson et al., "NASD Scalable Storage Systems," Jun. 1999, USENIX99, Extreme Linux Workshop, Monterey, California.
Gupta et al., "Algorithms for Packet Classification", Computer Systems Laboratory, Stanford University, CA, Mar./Apr. 2001, pp. 1-29.
Harrison, C., May 19, 2008 response to Communication pursuant to Article 96(2) EPC dated Nov. 9, 2007 in corresponding European patent application No. 02718824.2.
Hartman, J., "The Zebra Striped Network File System," 1994, Ph.D. dissertation submitted in the Graduate Division of the University of California at Berkeley.
Haskin et al., "The Tiger Shark File System," 1996, in proceedings of IEEE, Spring COMPCON, Santa Clara, CA, www.research.ibm.com, last accessed on Dec. 30, 2002.
Heinz G., "Priorities in Stream Transmission Control Protocol (SCTP) Multistreaming", Thesis submitted to the Faculty of the University of Delaware, Spring 2003, pp. 1-35.
Heinz II G., "Priorities in Stream Transmission Control Protocol (SCTP) Multistreaming", Thesis submitted to the Faculty of the University of Delaware, Spring 2003, pp. 1-35.
Hu, J., Final Office action dated Sep. 21, 2007 for related U.S. Appl. No. 10/336,784.
Hu, J., Office action dated Feb. 6, 2007 for related U.S. Appl. No. 10/336,784.
Hwang et al., "Designing SSI Clusters with Hierarchical Checkpointing and Single 1/0 Space," IEEE Concurrency, Jan.-Mar. 1999, pp. 60-69.
Ilvesmaki M., et al., "On the capabilities of application level traffic measurements to differentiate and classify Internet traffic", Presented in SPIE's International Symposium ITcom, Aug. 19-21, 2001, pp. 1-11, Denver, Colorado.
International Search Report for International Patent Application No. PCT /US02/00720, Jul. 8, 2004.
International Search Report for International Patent Application No. PCT/US02/00720, dated Mar. 19, 2005.
International Search Report for International Patent Application No. PCT/US2008/060449 (Apr. 9, 2008).
International Search Report for International Patent Application No. PCT/US2008/060449 (dated Apr. 9, 2008).
International Search Report for International Patent Application No. PCT/US2008/064677 (dated Sep. 6, 2009).
International Search Report for International Patent Application No. PCT/US2008/064677 (Sep. 6, 2009).
International Search Report for International Patent Application No. PCT/US2008/083117 (dated Jun. 23, 2009).
International Search Report for International Patent Application No. PCT/US2008/083117 (Jun. 23, 2009).
International Search Report from International Application No. PCT/US03/41202, dated Sep. 15, 2005.
International Search Report from International Application No. PCT/US03/41202, mailed Sep. 15, 2005.
Internet Protocol,"DARPA Internet Program Protocol Specification", (RFC:791), Information Sciences Institute, University of Southern California, Sep. 1981, pp. 1-49.
Karamanolis, C. et al., "An Architecture for Scalable and Manageable File Services," HPL-2001-173, Jul. 26, 2001. p. 1-114.
Karamanolis, C. et al., "An Architecture for Scalable and Manageable File Services," HPL-2001-173, Jul. 26, 2001. pp. 1-114.
Katsurashima, W. et al., "NAS Switch: A Novel CIFS Server Virtualization, Proceedings," 20th IEEE/11th NASA Goddard Conference on Mass Storage Systems and Technologies, 2003 (MSST 2003), Apr. 2003.
Kawamoto, D., "Amazon files for Web services patent", CNET News.com, Jul. 28, 2005, pp. 1-2, (http://news.com).
Kimball, C.E. et al., "Automated Client-Side Integration of Distributed Application Servers," 13th LISA Conf., 1999, pp. 275-282 of the Proceedings.
Klayman, J., Jul. 18, 2007 e-mail to Japanese associate including instructions for response to office action dated Jan. 22, 2007 in corresponding Japanese patent application No. 2002-556371.
Klayman, J., Nov. 13, 2008 e-mail to Japanese associate including instructions for response to office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371.
Klayman, J., Response filed by Japanese associate to office action dated Jan. 22, 2007 in corresponding Japanese patent application No. 2002-556371.
Kohl et al., "The Kerberos Network Authentication Service (V5)," RFC 1510, Sep. 1993, 105 pages, http://www.ietf.org/ rfc/rfc1510.txt?number=1510.
Kohl et al., "The Kerberos Network Authentication Service (V5)," RFC 1510, Sep. 1993. (http://www.ietf.org/rfc/rfc1510.txt?number=1510).
Korkuzas, V., Communication pursuant to Article 96(2) EPC dated Sep. 11, 2007 in corresponding European patent application No. 02718824.2-2201, 3 pages.
Korkuzas, V., Communication pursuant to Article 96(2) EPC dated Sep. 11, 2007 in corresponding European patent application No. 02718824.2-2201.
LaMonica M., "Infravio spiffs up Web services registry idea", CNET News.com, May 11, 2004, pp. 1-2, last accessed Sep. 20, 2004, (http://www.news.com).
Lelil, S., "Storage Technology News: AutoVirt adds tool to help data migration projects," Feb. 25, 2011, last accessed Mar. 17, 2011, <http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci1527986,00.html>.
Lelil, S., "Storage Technology News: AutoVirt adds tool to help data migration projects," Feb. 25, 2011, last accessed Mar. 17, 2011, 3 pages, <http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci1527986,00.html>.
Long et al., "Swift/RAID: A distributed RAID System", Computing Systems, Summer 1994, 20 pages, vol. 7.
Long et al., "Swift/RAID: A distributed RAID System", Computing Systems, Summer 1994, vol. 7, pp. 333-359.
Mac Vittie, L., "Message-Based Load Balancing: Using F5 solutions to address the challenges of scaling Diameter, RADIUS, and message-oriented protocols", F5 Technical Brief, 2005, pp. 1-9, F5 Networks Inc., Seattle, Washington.
Modiano E., "Scheduling Algorithms for Message Transmission Over a Satellite Broadcast System," MIT Lincoln Laboratory Advanced Network Group, Nov. 1997, pp. 1-7.
Modiano E., "Scheduling Algorithms for Message Transmission Over a Sattellite Broadcast System," MIT Lincoln Laboratory Advanced Network Group, Nov. 1997, pp. 1-7.
Nichols K., et al., "Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers", (RFC:2474) Network Working Group, Dec. 1998, pp. 1-19, (http://www.ietf.org/rfc/rfc2474.txt).
Noghani et al., "A Novel Approach to Reduce Latency on the Internet: ‘Component-Based Download’," Proceedings of the Computing, Las Vegas, NV, Jun. 2000, pp. 1-6 on the Internet: Intl Conf. on Internet.
Norton et al., "CIFS Protocol Version CIFS-Spec 0.9," 2001, 125 pages, Storage Networking Industry Association (SNIA), www.snia.org, last accessed on Mar. 26, 2001.
Norton et al., "CIFS Protocol Version CIFS-Spec 0.9," 2001, Storage Networking Industry Association (SNIA), www.snia.org, last accessed on Mar. 26, 2001.
Novotny et al., "An Online Credential Repository for the Grid: MyProxy," 2001, pp. 1-8.
Ott D., et al., "A Mechanism for TCP-Friendly Transport-level Protocol Coordination", USENIX Annual Technical Conference, 2002, University of North Carolina at Chapel Hill, pp. 1-12.
Ott D., et al., "A Mechanism for TCP-Friendly Transport-level Protocol Coordination", USENIX Annual Technical Conference, Jun. 10, 2002, University of North Carolina at Chapel Hill, pp. 1-12.
Padmanabhan V., et al., "Using Predictive Prefetching to Improve World Wide Web Latency", SIGCOM, 1996, pp. 1-15.
Pashalidis et al., "A Taxonomy of Single Sign-On Systems," 2003, pp. 1-16, Royal Holloway, University of London, Egham Surray, TW20, 0EX, United Kingdom.
Pashalidis et al., "Impostor: A Single Sign-On System for Use from Untrusted Devices," Global Telecommunications Conference, 2004, GLOBECOM '04, IEEE, Issue Date: Nov. 29,-Dec. 3, 2004, 5 pages, Royal Holloway, University of London.
Patterson et al., "A case for redundant arrays of inexpensive disks (RAID)", Chicago, Illinois, Jun. 1-3, 1998, in Proceedings of ACM SIGMOD conference on the Management of Data, pp. 109-116, Association for Computing Machinery, Inc., www.acm.org, last accessed on Dec. 20, 2002.
Patterson et al., "A case for redundant arrays of inexpensive disks (RAID)", Chicago, Illinois, Jun. 1-3, 1998, pp. 109-116, in Proceedings of ACM SIGMOD conference on the Management of Data, Association for Computing Machinery, Inc., www.acm.org, last accessed on Dec. 20, 2002.
Pearson, P.K., "Fast Hashing of Variable-Length Text Strings," Comm. of the ACM, Jun. 1990, pp. 1-4, vol. 33, No. 6.
Pearson, P.K., "Fast Hashing of Variable-Length Text Strings," Comm. of the ACM, Jun. 1990, pp. 677-680, vol. 33, No. 6.
Peterson, M., "Introducing Storage Area Networks," Feb. 1998, 6 pages, InfoStor, www.infostor.com, last accessed on Dec. 20, 2002.
Peterson, M., "Introducing Storage Area Networks," Feb. 1998, InfoStor, www.infostor.com, last accessed on Dec. 20, 2002.
Preslan et al., "Scalability and Failure Recovery in a Linux Cluster File System," in Proceedings of the 4th Annual Linux Showcase & Conference, Atlanta, Georgia, Oct. 10-14, 2000, pp. 169-180 of the Proceedings, www.usenix.org, last accessed on Dec. 20, 2002.
Preslan et al., "Scalability and Failure Recovery in a Linux Cluster File System," in Proceedings of the 4th Annual Linux Showcase & Conference, Atlanta, Georgia, Oct. 10-14, 2000, pp. 169-180 of the Proceedings, www.usenix.org/publications/library/proceedings/als2000/full_papers- /preslan/presl, last accessed on Dec. 20, 2002.
Response filed Jul. 6, 2007 to Office action dated Feb. 6, 2007 for related U.S. Appl. No. 10/336,784, 24 pages.
Response filed Jul. 6, 2007 to Office action dated Feb. 6, 2007 for related U.S. Appl. No. 10/336,784.
Response filed Mar. 20, 2008 to Final Office action dated Sep. 21, 2007 for related U.S. Appl. No. 10/336,784, 22 pages.
Response filed Mar. 20, 2008 to Final Office action dated Sep. 21, 2007 for related U.S. Appl. No. 10/336,784.
Rich Seeley, "Can Infravio technology revive UDDI?," Application Development Trends, Oct. 22, 2003, p. 1, Application Development Trends, Framingham, MA, http://www.admag.com.
Rodriguez et al., "Parallel-access for mirror sites in the Internet," InfoCom 2000. Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Proceedings. IEEE Tel Aviv, Israel Mar. 26-30, 2000, Piscataway, NJ, USA, IEEE, US, Mar. 26, 2000 (Mar. 26, 2000), pp. 864-873, XP010376176 ISBN: 0-7803-5880-5 p. 867, col. 2, last paragraph—p. 868, col. 1, paragraph 1.
Rodriguez et al., "Parallel-access for mirror sites in the Internet," InfoCom 2000. Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Proceedings. IEEE Tel Aviv, Israel Mar. 26-30, 2000, Piscataway, NJ, USA, IEEE, US, Mar. 26, 2000, pp. 864-873, XP010376176 ISBN: 0-7803-5880-5 p. 867, col. 2, last paragraph—p. 868, col. 1, paragraph 1.
RODRIGUEZ P., KIRPAL A., BIERSACK E.W.: "Parallel-access for mirror sites in the Internet", INFOCOM 2000. NINETEENTH ANNUAL JOINT CONFERENCE OF THE IEEE COMPUTER AND COMMUNICATIONS SOCIETIES. PROCEEDINGS. IEEE TEL AVIV, ISRAEL 26-30 MARCH 2000, PISCATAWAY, NJ, USA,IEEE, US, vol. 2, 26 March 2000 (2000-03-26) - 30 March 2000 (2000-03-30), US, pages 864 - 873, XP010376176, ISBN: 978-0-7803-5880-5, DOI: 10.1109/INFCOM.2000.832261
Rosen E., et al., "MPLS Label Stack Encoding", (RFC:3032) Network Working Group, Jan. 2001, pp. 1-22, (http://www.ietf.org/rfc/rfc3032.txt).
Rsync, "Welcome to the Rsync Web Pages," Retrieved from the Internet URL: http://samba.anu.edu.ut.rsync/. (Retrieved on Dec. 18, 2009 ), 5 pages.
RSYNC, "Welcome to the RSYNC Web Pages," Retrieved from the Internet URL: http://samba.anu.edu.ut.rsync/. (Retrieved on Dec. 18, 2009).
Savage, et al., "AFRAID—A Frequently Redundant Array of Independent Disks," Jan. 22-26, 1996, pp. 1-13, USENIX Technical Conference, San Diego, California.
Shohoud, Y., "Building XML Web Services with VB .NET and VB 6", Addison Wesley, 2002, pp. 1-14.
Soltis et al., "The Design and Performance of a Shared Disk File System for IRIX," Mar. 23-26, 1998, pp. 1-17, Sixth NASA Goddard Space Flight Center Conference on Mass Storage and Technologies in cooperation with the Fifteenth IEEE Symposium on Mass Storage Systems, University of Minnesota.
Soltis et al., "The Global File System," Sep. 17-19, 1996, 24 pages, in Proceedings of the Fifth NASA Goddard Space Flight Center Conference on Mass Storage Systems and Technologies, College Park, Maryland.
Soltis et al., "The Global File System," Sep. 17-19, 1996, in Proceedings of the Fifth NASA Goddard Space Flight Center Conference on Mass Storage Systems and Technologies, College Park, Maryland.
Sorenson, K.M., "Installation and Administration: Kimberlite Cluster Version 1.1.0, Rev. Dec. 2000," 137 pages, Mission Critical Linux, http://oss.missioncriticallinux.com/kimberlite/kimberlite.pdf.
Sorenson, K.M., "Installation and Administration: Kimberlite Cluster Version 1.1.0, Rev. Dec. 2000," Mission Critical Linux, http://oss.missioncriticallinux.corn/kimberlite/kimberlite.pdf.
Stakutis, C., "Benefits of SAN-based file system sharing," Jul. 2000, pp. 1-4, InfoStor, www.infostor.com, last accessed on Dec. 30, 2002, Penn Well Corporation.
Stakutis, C., "Benefits of SAN-based file system sharing," Jul. 2000, pp. 1-4, InfoStor, www.infostor.com, last accessed on Dec. 30, 2002.
Thekkath et al., "Frangipani: A Scalable Distributed File System," in Proceedings of the 16th ACM Symposium on Operating Systems Principles, Oct. 1997, pp. 1-14, Association for Computing Machinery, Inc.
Tulloch, Mitch, "Microsoft Encyclopedia of Security," 2003, pp. 218, 300-301, Microsoft Press, Redmond, Washington.
Uesugi, H., English translation of office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371, 2 pages.
Uesugi, H., English translation of office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371.
Uesugi, H., Jul. 15, 2008 letter from Japanese associate reporting office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371, 2 pages.
Uesugi, H., Nov. 26, 2008 amendment filed by Japanese associate in response to office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371, 5 pages.
Uesugi, H., Nov. 26, 2008 amendment filed by Japanese associate in response to office action dated May 26, 2008 in corresponding Japanese patent application No. 2002-556371.
Wang B., "Priority and Realtime Data Transfer Over the Best-Effort Internet", Dissertation Abstract, Sep. 2005, ScholarWorks@UMASS.
Wikipedia, "Diameter (protocol)", pp. 1-11, last accessed Oct. 27, 2010, (http://en.wikipedia.org/wiki/Diameter_(protocol)).
Wilkes, J., et al., "The HP AutoRAID Hierarchical Storage System," Feb. 1996, 29 pages, vol. 14, No. 1, ACM Transactions on Computer Systems.
Wilkes, J., et al., "The HP AutoRAID Hierarchical Storage System," Feb. 1996, vol. 14, No. 1, ACM Transactions on Computer Systems.
Woo T.Y.C., "A Modular Approach to Packet Classification: Algorithms and Results", Nineteenth Annual Conference of the IEEE Computer and Communications Societies 3(3):1213-22, Mar. 26-30, 2000, abstract only, (http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=832499).
Woo T.Y.C., "A Modular Approach to Packet Classification: Algorithms and Results", Nineteenth Annual Conference of the IEEE Computer and Communications Societies 3(3):1213-22, Mar. 26-30, 2000, abstract only, (http://ieeexploreleee.org/xpl/freeabs_all.jsp?arnumber=832499).
Yasser Shohoud, "Building XML Wen Services with VB .NET and VB 6," 2002, pp. 1-14, Addison Wesley, Boston, Massachusetts.
Zayas, E., "AFS-3 Programmer's Reference: Architectural Overview," Sep. 2, 1991, 37 pages, Version 1.0 (doc. No. FS-00-D160) Transarc Corporation.
Zayas, E., "AFS-3 Programmer's Reference: Architectural Overview," Transarc Corp., version 1.0 of Sep. 2, 1991, doc. No. FS-00-D160.

Also Published As

Publication number Publication date
US9020912B1 (en) 2015-04-28

Similar Documents

Publication Publication Date Title
USRE48725E1 (en) Methods for accessing data in a compressed file system and devices thereof
US11194719B2 (en) Cache optimization
US10951739B2 (en) Data differencing across peers in an overlay network
US9984093B2 (en) Technique selection in a deduplication aware client environment
US8954492B1 (en) Methods for inlining content externally referenced in a web page prior to providing the web page to a requestor and devices thereof
US20180357217A1 (en) Chunk compression in a deduplication aware client environment
EP2853074B1 (en) Methods for optimizing service of content requests and devices thereof
JP2013534007A (en) Data storage and data transmission optimization
US11797488B2 (en) Methods for managing storage in a distributed de-duplication system and devices thereof
GB2510192A (en) Intermediate proxy server caching buffer searched with key (URI hash)
EP3707610B1 (en) Redundant data storage using different compression processes
US20240015135A1 (en) Domain management and synchronization system
US9838259B1 (en) Methods for managing client defined response requirements in DNS query and devices thereof
US9609079B1 (en) Methods for improved cache maintenance and devices thereof
JP2009116496A (en) Directory server device, directory server program, directory service system, and directory service management method
CN116389576A (en) Fragment caching method, system, electronic equipment and storage medium
EP2795864B1 (en) Host/path-based data differencing in an overlay network using a compression and differencing engine

Legal Events

Date Code Title Description
MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8