CA2257309C - Internet file system - Google Patents

Internet file system Download PDF

Info

Publication number
CA2257309C
CA2257309C CA002257309A CA2257309A CA2257309C CA 2257309 C CA2257309 C CA 2257309C CA 002257309 A CA002257309 A CA 002257309A CA 2257309 A CA2257309 A CA 2257309A CA 2257309 C CA2257309 C CA 2257309C
Authority
CA
Canada
Prior art keywords
file
internet resource
access server
shared library
internet
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.)
Expired - Lifetime
Application number
CA002257309A
Other languages
French (fr)
Other versions
CA2257309A1 (en
Inventor
Chung-Hwa Herman Rao
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.)
Dropbox Inc
Original Assignee
AT&T Corp
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 AT&T Corp filed Critical AT&T Corp
Publication of CA2257309A1 publication Critical patent/CA2257309A1/en
Application granted granted Critical
Publication of CA2257309C publication Critical patent/CA2257309C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/30Managing network names, e.g. use of aliases or nicknames
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/30Types of network names
    • H04L2101/365Application layer names, e.g. buddy names, unstructured names chosen by a user or home appliance name
    • 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/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Abstract

A method and a system in which a computing system transparently accesses resources connected to the Internet. A memory of the computing system contains an operating system, a cache associated with the operating system, a shared library and an access server. The shared library is responsive to a system call for a file by determining whether a path name for the file is located under a personal name space in the memory and by issuing a request for retrieving the file from an Internet resource based on the path name located under the personal name space when the file is not stored in the cache and has a path name located under the personal name space. An access server, in response to the request from the shared library, selects an appropriate access protocol for retrieving the file from the Internet resource and retrieves the file from the Internet resource. The shared library then issues the system call to the operating system when the access server retrieves the file. The access server restores the file to the Internet resource when the application closes the file.

Description

INTERNET FILE SYSTEM
BACKGROUND OF THE INVENTION
1. Field of the Invention The present invention relates to the field of computing. More particularly, the present invention relates to a method and a system for accessing resources that are available over the Internet.
2. Description of the Related Art As more resources become available over the Internet, it is becoming increasingly difficult to locate, manage and integrate resources such as Web pages, Gopher information, Network News, released documents and technical reports, public domain software, and collaborative sources and drafts.
Resources connected to the Internet are accessed using a naming scheme that is defined by the Uniform Resource Locator (URL) protocol, which has become a de facto standard. Internet resources are also accessed using other standard access protocols, such as the File Transfer Protocol (FTP) for file servers, the Hypertext Transport Protocol (HTTP) for web servers, the gopher protocol (GOPHER) for gopher servers, the Network News Transfer Protocol (NNTP) for news servers, and the Remote Shell (RSH) for file servers. Each of these particular access protocols define access mechanisms for retrieving resources from servers that are connected to the Internet. Internet browsers, such as Mosaic' and Netscape~, have been introduced for conveniently searching networks and retrieving information, but while perfectly adequate for searching and retrieving resources, such conventional browsers are limited and do not lend themselves for integration into larger toolsets.
Several systems have been developed for making access to files over the Internet easier and more efficient. For example, the Andrew File System~ provides a wide area file service by extending the scope of file systems from a Local Area Network (LAN) to the Internet. However, the Andrew File System~ uses its own protocol, not the standard Internet protocols previously mentioned and, consequently, requires an Andrew file server.
Another system that has been developed for accessing files over the Internet is the Bell Laboratory Plan 9~ which permits mounting of Internet file servers to local name spaces by introducing a new operating system. Plan supports a per-process name space and a message-oriented file system protocol so that a file system-like interface is implemented. While different access protocols are accommodated, the Plan 9 operating system is not transparent to existing application tools and kernels and the applications running on the kernels require modification for use with Plan 9.

The Alex File System~ provides transparent read access to Internet resources by being built on top of the existing Network File System (NFS), with an Alex~ server being added as a Virtual File System (VFS) interface. Hosts on a LAN use the NFS protocol for sending calls to the Alex~
server. The calls pass through an NFS client on a kernel that is local to the NFS server kernel on which the Alex server is running. The calls are then upcalled from the NFS server kernel to the Alex~ server. Nevertheless, the NFS protocol causes the Alex~ system to be limited because, while the NFS
protocol implements file services, no information has been provided regarding a process initiating a request, which is important for implementing an authenticated access. Consequently, the Alex~ system only supports limited file-oriented file access, such as an anonymous FTP access.
The Jade File System~ provides a uniform way for naming and accessing files in an Internet environment using a new personal name server that integrates a heterogeneous collection of underlying existing file systems that may not be modified because of autonomy. A private name space can be defined by each user that supports two features: multiple file systems are allowed to be mounted under one directory, and one logical name space is permitted for mounting other logical name spaces. However the Jade File System~ does not use URL naming. Instead, a separate name server is provided for a path name. Further, individual access servers must be mounted and the program running on the host must be recompiled before a user can access a file system.
The Multiple Dimensional File System~ (n-DFS) is a logical file system that allows new services to be added to underlying file systems without requiring applications or the operating system kernel to be modified.
The n-DFS is layered on top of existing physical file systems, but does not provide convenient Internet access using existing protocols.
What is needed is an Internet file system that transparently uses existing protocols in connection with existing operating system kernels, applications and file servers for accessing Internet resources.
SUMMARY OF THE INVENTION
The present invention provides an Internet file system that transparently uses existing protocols in connection with existing operating system kernels, applications and file servers for accessing Internet resources.
Consequently, an application programmer can use the same system calls to handle files, whether stored locally or at Internet resources. The advantages of the present invention are provided by a method and a system in which a computing system having a processor and a memory transparently accesses resources connected to the Internet. The memory of the computing system contains an operating system, a cache associated with the operating system, a shared library and an access server. The shared library is responsive to a system call for a file by determining whether a path name for the file is located under a personal name space in the memory and by issuing a request for retrieving the file from an Internet resource based on the path name located under the personal name space when the file is not stored in the cache and has a path name located under the personal name space. In response to the request from the shared library, the access server selects an appropriate access protocol for retrieving the file from the Internet resource and retrieves the file from the Internet resource. The shared library then issues the system call to the operating system when the access server retrieves the f 1e. The access server restores the file to the Internet resource when the application closes the file.
In accordance with one aspect of the present invention there is provided a computing system comprising: a processor; and memory coupled to the processor, the memory including, an application, an operating system; a cache associated with the operating system; and a logical layer between the application and the operating system, the logical layer including an access server and a shared library which has an integrated personal name space, the integrated personal name space having a personal path name prefix; the shared library (a) intercepting a system call from the application to the operating system for a file, (b) determining whether a path name for the file is located under a personal name space in the memory based on a presence of the personal path name prefix in the path name, and (c) issuing a request for retrieving the file from an Internet resource when the path name is located under the personal name space and when the file is not stored in the cache;
the access server, responsive to the request from the shared library, retrieving the file from the Internet resource and mounting the retrieved file in the cache under the personal path name prefix; and the shared library issuing the system call to the operating system when the access server retrieves the file from the Internet resource.
In accordance with another aspect of the present invention there is provided a method for accessing resources connected to the Internet, the method comprising the steps of receiving a system call for a file at a shared library; determining whether the file is cached locally; determining whether a path name for the file is located under a personal name space based on a presence of the personal path name prefix in the path name, the personal name space being integrated into the shared library; retrieving the file from an Internet resource based on the path name located under the personal name space when the file is not stored in the cache and has a path name located under the personal name space; issuing the system call to an operating system of a computing system when the file is retrieved from the Internet resource;
and mounting the retrieved file in the cache under the personal path name prefix.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example and not limitation in the accompanying figures in which like reference numerals -5 a-indicate similar elements and in which:
Figure 1 is a block diagram of the architecture of a system according to the present invention;
Figure 2 is a block diagram of a system having an architecture that supports coherent sharing for different applications according to the present invention;
Figure 3 illustrates the concept of a personal name space (PNS) according to the present invention;
Figure 4 shows a diagram illustrating the mounting of remote file systems according to the present invention;
Figure 5 shows a flow diagram of a validation process according to the present invention; and -Sb-Figure 6 shows a flow diagram of the details of a step of the validation process of Figure 5.
DETAILED DESCRIPTION
The present invention relates to an Internet File System (IFS) that allows users to manage Internet files in a Personal Name Space (PNS) by transparently integrating existing protocols, while requiring no modif cation of software or change in management of remote servers. The present invention introduces a logical layer between an operating system and applications running on the operating system that presents the applications with exactly the same system call interface that the underlying operating system provides. The logical layer of the present invention runs in the same address space as the application without requiring operating system modifications.
According to the invention, each user selects Internet files for access by organizing the files within a PNS and thereby avoids the complexity of maintaining a system-wide global name space. According to the present invention, a PNS is private and remains undefined to all other users. Only the owner the PNS has access to the PNS. A PNS can be "mounted" or attached to a shared name space or to another name space that supports URL naming.
Internet files can be accessed directly using the URL names of the files as pathnames. For example, a home page identified by http://www.att.com/research.html is named -/IFS/http:/www.att.com/research.html, where -/IFS is the mount point on a SUBSTITUTE SHEET (RULE 26~

WO 97!46956 PCT/US97109295 local file system for a PNS. Additionally, a PNS supports mount operations that attach name spaces of Internet file servers to nodes of the PNS using access protocols, such as File Transport Protocol (FTP). Thus, a PNS allows a file system to name and access files, and to perform mounting operations that support location-independent naming.
Figure 1 is a block diagram of the architecture of a system according to the present invention. System 10 includes a processor 11 coupled to a memory 12. Memory 12 includes memory space for storing an operating system kernel 13, a cache 14 for kernel 13, at least one application 15, such as a browser, a shared library 16 and an access server 17. Processor 1 l and memory 12 can be physically located within a single device or can be configured as a plurality of processors and memory devices that are distributed using well-known LAN techniques. A plurality of applications can also be run by system 10 using well-known techniques.
When application 15 sends a request or system call to kernel 13 for opening, reading, writing, closing, etc., a file, for example, the request is received by a logical layer 22 that includes shared library 16 and access server 17. Preferably, shared library 15 presents applications with a complete POSIX
system interface. Shared library 16 is linked by application 15 and runs in the address space of application 15. All of the necessary functionality for handling system calls is provided by shared library 16. According to the invention, shared library 16 includes a capability for handling a PNS, that is, shared library 16 is capable of determining whether the pathname for a file specified in SUBSTITLfTE SHEET (RULE 26~

a system call is located under a PNS for a user of the application. The determination is made by examining the mount point (the iroot). If the specified file is located under a PNS, shared library 16 determines whether the requested file is an Internet file or is stored locally. If the file is an Internet file, shared library 16 communicates the request from the application 15 to access server I7 through an interprocess communication (IPC) in a well-known manner. For computing systems that provide dynamic shared libraries, application 15 may invoke shared library 16 by simply redefining a library search path to include shared library 16. For computing systems without dynamic shared libraries, applications must be relinked with shared library 16.
Access server I7 selects the appropriate access protocol for the specified file, connects to remote server 19 via the Internet 18, and obtains the specified file which is stored in memory 20 from remote server i9. Access server 17 is capable of performing an authenticated access of an Internet server "on behalf of a user who is running application 15. That is, access server 17 can access remote file servers using the user's password information. To do this, shared library 16 is capable of authenticating itself to access server 17.
Once the specified file is obtained, access server 17 caches the file locally in cache 14. Access server 17 contains a plurality of agents, with each agent implementing a particular access protocol. Figure 1 shows exemplary agents 17a, 176 and 17c. Agents may contact remote servers directly or through proxy servers, such as proxy server 21. Access server I7 performs three basic functions of mounting a remote file system on a local _g_ SUBSTITUTE SHEET (RULE 26) name space, retrieving a remote file and restoring a file to its primary server.
The functions of retrieving and restoring are mapped to corresponding commands supported by specific protocols, while the function of mounting is a local operation.
Access server 17 maintains a mounting database for each PNS defined within system 10. Information required for accessing an Internet file, such as the access protocol, the host, authentication information, remote path information, etc., are stored in the database. Each entry for a PNS also includes the mount point for the PNS. Access server 17 refers to the mounting information in the mounting database for locating, retrieving and storing the file in cache 14 of the operating system kernel 13. Access server 17 sends an IPC message to shared library 16 when the specified file has been cached.
Shared library 16 then retrieves the specified file from cache 14. When the file is closed by application 15, access server 17 restores the file back to remote server 19. When the specified file is a local file, that is, stored locally elsewhere within system 10, shared library 16 directly accesses the file.
Preferably, an Internet file is cached in its entirety on the local file system when it is opened because remote file servers are contacted only for system file "opens" and "closes" and not for individual reads and writes. In this manner, the total network overhead incurred by transmitting a file is lower when the entire file is retrieved rather than as a series of system requests and responses for individual pages. Since accesses to files over the Internet are expensive in terms of overall system resource consumption, when a cached _9_ copy of a file is accessed, the present invention determines whether the data of the cached copy are consistent with master copy data stored in the remote server.
While a single access server 17 is shown in layer 22 in Figure 1, a plurality of access servers can be used. For example, a basic configuration of the present invention can include an access server 17 for each system user and a system wide name server for locating each user's access server.
Alternatively, groups of users can share a particular access server 17. The present invention also allows file servers located on the Internet to be mounted as user-level implementations, as shown in Figure 2, rather than as a kernel implementation as in conventional systems. In Figure 2, each shared library 16 that is associated with a process 23 directly accesses access server 17, rather than the application being processed through an associated kernel, the NFS protocol (not shown) and an access server (not shown), as is presently done in the prior art.
Figure 3 illustrates the concept of a PNS within a local file system 30.
A first PNS 31 is shown mounted to local file system 30 at /home/bob/IFS and owned by the user Bob. A second PNS 32 is shown mounted at /home/stephanie/tmp/IFS and owned by the user Stephanie. A PNS is defined by the directory pair (MountPoint, CacheDirectory), where MountPoint is a local pathname in the file system to which PNS is mounted or attached, and CacheDirectory is a local directory in which remote files and directories are cached. Essentially, MountPoint indicates where the maunt is pointing. In Figure 3, the mount point for PNS 31 is /home/bob/IFS and the mount point for PNS 32 is /home/stephanie/IFS. Cachedirectory is needed in a file system structure as a place to put a cache file. To simplify the task of maintaining multiple PNSs, the present invention uses a single directory called an IRoot for a MountPoint and a CacheDirectory. An IRoot is a mount point for a PNS and a physical directory on the local file system where remote files and directories are cached. That is, an IRoot includes the mount point and the cache directory. A user defines a PNS by specifying the IRoot using the command iroot:
$ iroot pathname As shown in Figure 3, the IRoot for PNS 31 is defined to be /home/bob/IFS, while the IRoot for PNS 32 is defined to be /home/stephanie/tmp/IFS. PNSs 31 and 32 are each mounted on local name space 30. Files and directories located under PNS 31 (/home/bob/IFS) are accessible only to the particular user defining PNS 31. To other users, such as the user who defined PNS I2, the files and directories under /home/bob/IFS are undefined.
The Universal Resource Locator (URL) naming scheme is embedded within the system of the present invention. The URL naming scheme has the form:
protocol://user:passwordQa host:port/path where "protocol" is the access protocol, "user" is an optional user name, "password" is an optional password, "host" is the fully qualified domain name of a network host or its IP address, "port" is an optional port number to which SUBSTft1)TE SHEET (RULE 26~

i to connect to, and "path" is the path used by the remote server for accessing the desired resource. The access protocol not only provides the key to accessing Internet resources located on remote servers, but also hides the heterogeneity of a system on which the accessed server is located. That is, once an access protocol becomes available, it is possible to access resources provided by a server using the protocol without regard to the machine type or the operating system of the server. Consequently, the present invention supports a heterogeneous collection of access protocols.
Table I shows exemplary pathnames and corresponding URL
names with " - IFS" designating the IRoot that includes the mount point and cache directory.

SUBSTITUTE SHEET (RULE 2~

TABLE I
IFS Pathname URL Name -/IFS/ftp:/ftp.ai.mit.edu/pub/READMEFTP:/ftp.ai.mit.edu/pub/README

-- /IFS/rsh:/ldng/src rsh://king/src -/IFS/http:/research.att.com/people/list.htmlhttp://research.att.com/people/lis t.html -/IFS/nntp:/ulysses/comp.os.research/5364nntp:I/ulysseslcomp.os.research/5364 - /IFS/gopher:lcsie.nctu.edu.tw gopher://csie.nctu.edu.tw -IFS/ftp:ljohn:xxx~agryphon/home/johnftp://john:xxxQgryphonlhome/john -/IFS/http:/jade:8000/projectlDAF.htm1http://jade:8000/projectlDAF.html -/IFS/http/192.127.159.32:8000/IFS.htmlhttp://192.127.159.32:8000/IFS.html The following exemplary pseudo code opens a home page using the system call openQ, reads a file located at a URL name using the system call read, processes the contents of the file as raw data, and closes the file using the system call closeQ:
fd = open("--/IFS/http:/research.att.com/books.html", 0 RDONLY);
while ((num = read(fd, buf, nbyte)) > 0) /* process data in buf */
close(fd) SUBSTIIUTE SHEET (RULE 26~

WO 97!46956 PCT/LTS97/09295 The present invention also provides that an Internet resource can be located, managed and interacted with using existing commands and tools.
For example, the command line $ !s -/IFSlnntp:/ulysses/comp.os.research/*
lists articles in the news group "comp.os.research" that are stored on the News server "ulysses." Additionally, the command line $ grep thread -/IFS/nntp:/ulysses/comp.os.research/*
searches for the keyword "thread" in the News group "comp. os. research" .
Mounting allows shortcuts to be created when naming files by providing indirect naming and also maintains authentication information for contacting remote servers. Additionally, mounting allows a proxy server to be specified through which the present invention accesses a desired file server.
Both PNSs and mount points within a PNS are defined on a per-user basis.
According to the invention, a mount operation allows a user to attach a name space, such as PNS, to another name space. The mount operation can attache a PNS on top of a global name space, and can attach a remote file system to a PNS .
A mount point is specified by the command mount:
$ mount URLName MountPoint [ProxyServer:Port]
(ValidPeriod]
where "URLName" is the URL name of a file/directory accessible over the Internet, "MountPoint" is the defined mountpoint in a PNS (for example, IFS in SUBSTITUTE SHEET (RULE 2~

Figure 3), "ProxyServer" is an optional proxy server parameter, and "Port" is an optional parameter specifying the tcp port of the proxy server.
When the ProxyServer and Port parameters are specified, the present invention accesses the specified remote server through the specified proxy server. The parameter ValidPeriod (in seconds) specifies a time period during which cached files under the mount point are considered to be valid.
Specifically, when a file is accessed, the cached file can be used when its age is still within the specified ValidPeriod. If ValidPeriod time has expired, the file must be obtained from the network. The URLName may contain a user name and a password, and when present, the present invention authenticates access to the remote server on behalf of the user using the password. If the value of password is "-", the mount command preferably requires the user to enter the password at the next prompt.
Figure 4 illustrates how remote file systems are mounted according to the present invention. In Figure 4, remote file systems that use different protocols are mounted to the IRoot /home/bob/IFS (PNS 31 in Figure 3). File server 40 at gryphon.att.com is mounted to /home/bob/IFS as follows:
$ mount ftp://bob:-Qgryphon.att.com.home/bob /home/bob/IFS/research Password: ******
This command mounts the directory bob, located in the file server 40 on gryphon.att.com, on PNS 31 at the node -/home/bob/IFS/research using the ftp protocol. In this example, the command mount prompts Bob to enter a SUBSTITUTE SHEET (RULE 26~

password because "-" has been specified in the password field. Whenever the user Bob access files under /home/bob/IFS/research, the present invention retrieves the corresponding files from gryphon.att.com on behalf of Bob, using Bob's entered log-in and password. Another example of the mount command is:
$ mount rsh://king/home/rao/project/home/bob/IFS/project For this example, the directory project, located in the file server 41 at king, on PNS 31 at the node ~ /homelbob/IFS/project via the rsh protocol, which provides authenticated accesses. Users specify user names and passwords inside URLName. The system takes authentication information from the rhosts file in the user's home directory. This avoids passing password information through the network.
In the following example of the mounting command, a mount point is created using an anonymous ftp access:
$ mount ftp://tsx-1 1.mit.edu/pub/linux/home/bob/IFS/src/linux radish:8000 where the proxy server on radish on the port 8000 is used for accessing tsx-1 l.mit.edu. The remote directory linux in the file server 42 on tsx-1 l.mit.edu for this example is mounted on the node linux in PNS 31.
The present invention provides two methods for controlling cache validation processes. First, an attribute ValidPeriod, assigned using mount commands, is associated with each directory. Each directory inherits ValidPeriod from its parent directory. A cached copy of a file under a created directory is treated as valid, without checking its primary copies, if the copy was retrieved during ValidPeriod. For example, if ValidPeriod for a cached file is set to be 7200 seconds, the cached copy is considered as valid for seconds. When VaiidPeriod is ~-1", the cached copy is always considered valid. When ValidPeriod is "0", the cached copy is always invalid.
ValidPeriod can be changed dynamically like many other attributes associated with directories.
For the second validation control method, a per-process mask, referred to as VaIidMask, is provided for overwriting the ValidPeriod of a directory. A child process inherits ValidMask from its parent process and a built-in shell command vmask is used for defining and updating the process ValidMask. The per-process ValidMask has higher priorities than the per-directory ValidPeriod. That is, when dealing with a particular type of file, the valid time is determined according to the mounting, i.e., the file desired to be accessed. When considering the purpose for using the file, the valid time is the time of the process according to the application, i.e., the time the application uses the file. Thus, with ValidPeriod, cache validation processes can be controlled according to types of Internet files, such as co-authored papers versus Network News, whereas, ValidMask allows overwriting ValidPeriod on the process level in special circumstances, such as refreshing cache 14.
Figure 5 shows a flow diagram for a validation process 50 according to the present invention. At step 51, it is determined whether the requested information is in the cache. If the requested information is in the SUBSTITUTE SHEET (RULE 26~

cache, flow continues to step 52 where it is determined whether the cache is valid under ValidPeriod or ValidMask. If so, flow continues to step 53 where the information in the cache is retrieved for the system call. If the information is not in the cache (step 51) or the cache is not valid {step 52), flow continues to step 54 where a message is sent from the shared library to the access server.
Flow continues to step 55, where the Internet is accessed, the information is retrieved and then is stored in the cache.
Figure 6 shows a flow diagram 60 of the details of step 52 of process 50 shown in Figure 5. At step 52A, it is determined when the cache was last updated. Then, at step 52B, the Iast update time is compared with ValidPeriod or ValidIviask for determining whether the cached copy is valid.
The present invention identifies itself to a server for authenticating the user. Consequently, shared library 16 and access server 17 are preferably configured inside system 10 as a separate entity. In this way, shared library 16 is aware of the identity of a user. Access server I7 obtains information from shared library 16 for informing servers connected to the Internet because access server 17 is not configured for determining the identity of the user making a system call request. Consequently, shared library 16 identifies itself to access server 17 before the access server can perform user authentication.
The present invention also supports both anonymous and authenticated accesses to Internet servers directly or via proxy servers.
According to the invention, users can authenticate themselves to remote servers SUBSTITUTE SHEET (RULE 26) using a proper login name and password information for accessing files. An authenticated access includes a handshaking process in which shared library 16 first communicates with access server 17 that a request is to be authenticated.
Access server 17 then communicates to shared library 16 that a file is to be created for obtaining a time stamp. Shared library 16 identifies the file to access server 17 once the file has bean created. Access server 17 then accesses the file created by shared library 16 for confirming the information.
While the present invention has been described in connection with the illustrated embodiments, it will be appreciated and understood that modifications may be made without departing from the true spirit and scope of the invention.

SUBSTITUTE SHEET (RULE 26~

Claims (13)

Claims:
1. A computing system comprising:
a processor; and memory coupled to the processor, the memory including, an application;
an operating system;
a cache associated with the operating system; and a logical layer between the application and the operating system, the logical layer including an access server and a shared library which has an integrated personal name space, the integrated personal name space having a personal path name prefix;
the shared library (a) intercepting a system call from the application to the operating system for a file, (b) determining whether a path name for the file is located under a personal name space in the memory based on a presence of the personal path name prefix in the path name, and (c) issuing a request for retrieving the file from an Internet resource when the path name is located under the personal name space and when the file is not stored in the cache;
the access server, responsive to the request from the shared library, retrieving the file from the Internet resource and mounting the retrieved file in the cache under the personal path name prefix; and the shared library issuing the system call to the operating system when the access server retrieves the file from the Internet resource.
2. The computing system according to claim 1, wherein the access server includes a plurality of agents, each agent implementing a predetermined Internet access protocol, and wherein the access server selects an appropriate access protocol for retrieving the file from the Internet resource.
3. The computing system according to claim 2, wherein the shared library and the access server operate transparently in response to the system call.
4. The computing system according to claim 3, wherein the shared library receives the system call from an application running in the memory.
5. The computing system according to claim 4, wherein the access server restores the file to the Internet resource when the application closes the file.
6. The computing system according to claim 4, wherein the access server access the file from the Internet resource using a user's password information.
7. The computing system according to claim 6, wherein the shared library authenticates itself to the access server when the access server accesses the file from the Internet resource using the user's password information.
8. The computing system according to claim 2, wherein the access server retrieves the file from the Internet resource by directly contacting a remote server associated the Internet resource.
9. The computing system according to claim 2, wherein the access server retrieves the file from the Internet resource by contacting a remote server associated with the Internet resource through a proxy server.
10. A method for accessing resources connected to the Internet, the method comprising the steps of:
receiving a system call for a file at a shared library;
determining whether the file is cached locally;
determining whether a path name for the file is located under a personal name space based on a presence of the personal path name prefix in the path name, the personal name space being integrated into the shared library;
retrieving the file from an Internet resource based on the path name located under the personal name space when the file is not stored in the cache and has a path name located under the personal name space;
issuing the system call to an operating system of a computing system when the file is retrieved from the Internet resource; and mounting the retrieved file in the cache under the personal path name prefix.
11. The method according to claim 10, further comprising the step of restoring the file to the Internet resource when the file is closed.
12. The method according to claim 11, wherein the step of retrieving the file from the Internet resource includes the step of accessing the file from the Internet resource using a user's password information.
13. The method according to claim 10, further comprising the step of determining whether the file is valid when the file is cached locally based on a last time that the file was cached and a valid file cache time.
CA002257309A 1996-06-07 1997-06-06 Internet file system Expired - Lifetime CA2257309C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US1930396P 1996-06-07 1996-06-07
US60/019,303 1996-06-07
PCT/US1997/009295 WO1997046956A1 (en) 1996-06-07 1997-06-06 Internet file system

Publications (2)

Publication Number Publication Date
CA2257309A1 CA2257309A1 (en) 1997-12-11
CA2257309C true CA2257309C (en) 2002-06-11

Family

ID=21792486

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002257309A Expired - Lifetime CA2257309C (en) 1996-06-07 1997-06-06 Internet file system

Country Status (6)

Country Link
US (1) US6078929A (en)
EP (1) EP0944873B1 (en)
JP (2) JP2000512044A (en)
CA (1) CA2257309C (en)
GB (1) GB9826731D0 (en)
WO (1) WO1997046956A1 (en)

Families Citing this family (172)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6678724B2 (en) * 1997-03-12 2004-01-13 Microsoft Corporation Common namespace for internet and local filesystem objects
JP2002528819A (en) 1998-10-28 2002-09-03 バーティカルワン コーポレイション Automatic aggregation device and method, device and method for delivering electronic personal information or data, and transaction involving electronic personal information or data
AT412131B (en) * 1998-11-24 2004-09-27 Automationx Software For Ind A AUTOMATION SYSTEM FOR SOLVING A PROCESS TECHNICAL TASK AND METHOD FOR THIS
US7085997B1 (en) 1998-12-08 2006-08-01 Yodlee.Com Network-based bookmark management and web-summary system
US7672879B1 (en) 1998-12-08 2010-03-02 Yodlee.Com, Inc. Interactive activity interface for managing personal data and performing transactions over a data packet network
US6802042B2 (en) * 1999-06-01 2004-10-05 Yodlee.Com, Inc. Method and apparatus for providing calculated and solution-oriented personalized summary-reports to a user through a single user-interface
US8069407B1 (en) 1998-12-08 2011-11-29 Yodlee.Com, Inc. Method and apparatus for detecting changes in websites and reporting results to web developers for navigation template repair purposes
US6922708B1 (en) 1999-02-18 2005-07-26 Oracle International Corporation File system that supports transactions
US6804718B1 (en) 1999-03-18 2004-10-12 Kent Ridge Digital Labs Computing system and method for migrating a mobile computing environment
SG104254A1 (en) * 1999-03-18 2004-06-21 Kent Ridge Digital Labs A computing system and method for migrating a mobile computing environment
WO2000058863A1 (en) 1999-03-31 2000-10-05 Verizon Laboratories Inc. Techniques for performing a data query in a computer system
US8572069B2 (en) 1999-03-31 2013-10-29 Apple Inc. Semi-automatic index term augmentation in document retrieval
US8275661B1 (en) 1999-03-31 2012-09-25 Verizon Corporate Services Group Inc. Targeted banner advertisements
US6513062B1 (en) 1999-05-25 2003-01-28 Grischa Corporation Method, apparatus, and computer program product for efficient server response generation using intermediate state caching
US7752535B2 (en) 1999-06-01 2010-07-06 Yodlec.com, Inc. Categorization of summarized information
US7143356B1 (en) 1999-06-02 2006-11-28 International Business Machines Corporation Communication link system based on user indicator
WO2000073919A1 (en) * 1999-06-02 2000-12-07 International Business Machines Corporation Visual indicator of network user status based on user indicator
US7100116B1 (en) 1999-06-02 2006-08-29 International Business Machines Corporation Visual indicator of network user status based on user indicator
US7103846B1 (en) 1999-06-02 2006-09-05 International Business Machines Corporation Collaborative application with indicator of concurrent users
US6629127B1 (en) * 1999-07-26 2003-09-30 Microsoft Corporation Methods and systems for processing HTTP requests
US6718363B1 (en) * 1999-07-30 2004-04-06 Verizon Laboratories, Inc. Page aggregation for web sites
WO2001009776A1 (en) * 1999-08-02 2001-02-08 Tae Gyu Lee Remote saving method of the search information on the internet
WO2001011486A2 (en) * 1999-08-05 2001-02-15 Oracle Corporation Internet file system
US7418435B1 (en) 1999-08-05 2008-08-26 Oracle International Corporation Multi-model access to data
US6549916B1 (en) 1999-08-05 2003-04-15 Oracle Corporation Event notification system tied to a file system
US7280995B1 (en) 1999-08-05 2007-10-09 Oracle International Corporation On-the-fly format conversion
US6594675B1 (en) * 1999-08-26 2003-07-15 International Business Machines Corporation Method, system for using file name to access application program where a logical file system processes pathname to determine whether the request is a file on storage device or operation for application program
US6895591B1 (en) * 1999-10-18 2005-05-17 Unisys Corporation Virtual file system and method
US20100185614A1 (en) 1999-11-04 2010-07-22 O'brien Brett Shared Internet storage resource, user interface system, and method
US6351776B1 (en) 1999-11-04 2002-02-26 Xdrive, Inc. Shared internet storage resource, user interface system, and method
US6976258B1 (en) 1999-11-30 2005-12-13 Ensim Corporation Providing quality of service guarantees to virtual hosts
AU3436401A (en) * 1999-12-23 2001-07-03 Permitsnow, Inc. A system and method for inter-enterprise workflow and document management
US6718372B1 (en) * 2000-01-07 2004-04-06 Emc Corporation Methods and apparatus for providing access by a first computing system to data stored in a shared storage device managed by a second computing system
US7343421B1 (en) 2000-02-14 2008-03-11 Digital Asset Enterprises Llc Restricting communication of selected processes to a set of specific network addresses
US6948003B1 (en) 2000-03-15 2005-09-20 Ensim Corporation Enabling a service provider to provide intranet services
US6912525B1 (en) * 2000-05-08 2005-06-28 Verizon Laboratories, Inc. Techniques for web site integration
US6985937B1 (en) 2000-05-11 2006-01-10 Ensim Corporation Dynamically modifying the resources of a virtual server
US6907421B1 (en) 2000-05-16 2005-06-14 Ensim Corporation Regulating file access rates according to file type
US20040073617A1 (en) 2000-06-19 2004-04-15 Milliken Walter Clark Hash-based systems and methods for detecting and preventing transmission of unwanted e-mail
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
US7143024B1 (en) 2000-07-07 2006-11-28 Ensim Corporation Associating identifiers with virtual processes
US7245291B2 (en) 2000-07-11 2007-07-17 Imran Sharif System and method for internet appliance data entry and navigation
US20030115167A1 (en) * 2000-07-11 2003-06-19 Imran Sharif Web browser implemented in an Internet appliance
US6980313B2 (en) * 2000-07-11 2005-12-27 Imran Sharif Fax-compatible internet appliance
US20020078445A1 (en) * 2000-07-11 2002-06-20 Imran Sharif Internet appliance for interactive audio/video display using a remote control unit for user input
US6909691B1 (en) 2000-08-07 2005-06-21 Ensim Corporation Fairly partitioning resources while limiting the maximum fair share
US6842770B1 (en) * 2000-08-18 2005-01-11 Apple Computer, Inc. Method and system for seamlessly accessing remotely stored files
US7058648B1 (en) 2000-12-01 2006-06-06 Oracle International Corporation Hierarchy-based secured document repository
US7219354B1 (en) 2000-12-22 2007-05-15 Ensim Corporation Virtualizing super-user privileges for multiple virtual processes
US7383288B2 (en) 2001-01-11 2008-06-03 Attune Systems, Inc. Metadata based file switch and 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
US8195760B2 (en) 2001-01-11 2012-06-05 F5 Networks, Inc. File aggregation in a switched file system
US7562110B2 (en) * 2001-01-11 2009-07-14 F5 Networks, Inc. File switch and 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
US8239354B2 (en) 2005-03-03 2012-08-07 F5 Networks, Inc. System and method for managing small-size files in an aggregated 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
US7209973B2 (en) 2001-04-09 2007-04-24 Swsoft Holdings, Ltd. Distributed network data storage system and method
US7185013B2 (en) * 2001-04-12 2007-02-27 International Business Machines Corporation Method for constructing and caching a chain of file identifiers and enabling inheritance of resource properties in file systems
US7194513B2 (en) * 2001-07-08 2007-03-20 Imran Sharif System and method for using an internet appliance to send/receive digital content files as E-mail attachments
US7093002B2 (en) * 2001-12-06 2006-08-15 Mcafee, Inc. Handling of malware scanning of files stored within a file storage device of a computer network
US7150042B2 (en) * 2001-12-06 2006-12-12 Mcafee, Inc. Techniques for performing malware scanning of files stored within a file storage device of a computer network
US7171396B2 (en) * 2002-04-04 2007-01-30 Hewlett-Packard Development Company, L.P. Method and program product for specifying the different data access route for the first data set includes storing an indication of the different access for the first data set providing alternative data access routes to a data storage
US6836775B2 (en) * 2002-04-24 2004-12-28 International Business Machines Corporation Method, apparatus and computer program product for file system referrals
US7546364B2 (en) * 2002-05-16 2009-06-09 Emc Corporation Replication of remote copy data for internet protocol (IP) transmission
US8417678B2 (en) * 2002-07-30 2013-04-09 Storediq, Inc. System, method and apparatus for enterprise policy management
US7801894B1 (en) 2004-10-28 2010-09-21 Stored IQ Method and apparatus for harvesting file system metadata
US8612404B2 (en) * 2002-07-30 2013-12-17 Stored Iq, Inc. Harvesting file system metsdata
WO2004012379A2 (en) * 2002-07-30 2004-02-05 Deepfile Corporation Method and apparatus for managing file systems and file-based data storage
US6934822B2 (en) * 2002-08-06 2005-08-23 Emc Corporation Organization of multiple snapshot copies in a data storage system
US6957362B2 (en) * 2002-08-06 2005-10-18 Emc Corporation Instantaneous restoration of a production copy from a snapshot copy in a data storage system
US6792518B2 (en) 2002-08-06 2004-09-14 Emc Corporation Data storage system having mata bit maps for indicating whether data blocks are invalid in snapshot copies
US7469418B1 (en) 2002-10-01 2008-12-23 Mirage Networks, Inc. Deterring network incursion
US8819285B1 (en) 2002-10-01 2014-08-26 Trustwave Holdings, Inc. System and method for managing network communications
US7506360B1 (en) 2002-10-01 2009-03-17 Mirage Networks, Inc. Tracking communication for determining device states
US7464143B2 (en) * 2002-10-25 2008-12-09 Intraware, Inc. Digital object delivery and management system with dynamically created temporary FTP access codes
US7877511B1 (en) 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
JP4260116B2 (en) * 2003-05-22 2009-04-30 富士通株式会社 Secure virtual private network
US7398304B2 (en) * 2003-06-23 2008-07-08 Microsoft Corporation General dependency model for invalidating cache entries
US7877426B2 (en) * 2003-07-17 2011-01-25 International Business Machines Corporation Performance-enhancing system and method of accessing file system objects
US8694510B2 (en) 2003-09-04 2014-04-08 Oracle International Corporation Indexing XML documents efficiently
US7263534B1 (en) 2003-10-21 2007-08-28 Adobe Systems Incorporated Automatic set up for editing a web site
US7941748B1 (en) 2003-10-21 2011-05-10 Adobe Systems Incorporated Systems and methods for web site editing interfaces
US7809858B1 (en) * 2003-10-21 2010-10-05 Adobe Systems Incorporated Cross-protocol URL mapping
US7921360B1 (en) 2003-10-21 2011-04-05 Adobe Systems Incorporated Content-restricted editing
US7367508B2 (en) * 2004-09-24 2008-05-06 Microsoft Corporation System and method for tracking URL usage
US8510331B1 (en) 2004-10-28 2013-08-13 Storediq, Inc. System and method for a desktop agent for use in managing file systems
US7844582B1 (en) 2004-10-28 2010-11-30 Stored IQ System and method for involving users in object management
US7921076B2 (en) 2004-12-15 2011-04-05 Oracle International Corporation Performing an action in response to a file system event
US8131766B2 (en) 2004-12-15 2012-03-06 Oracle International Corporation Comprehensive framework to integrate business logic into a repository
US7716260B2 (en) 2004-12-16 2010-05-11 Oracle International Corporation Techniques for transaction semantics for a database server performing file operations
US7548918B2 (en) 2004-12-16 2009-06-16 Oracle International Corporation Techniques for maintaining consistency for different requestors of files in a database management system
US7904570B1 (en) 2004-12-21 2011-03-08 Adobe Systems Incorporated Configurable file placement
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
US8290901B2 (en) * 2005-03-07 2012-10-16 Novell, Inc. Techniques for remote resource mounting
US8055724B2 (en) * 2005-03-21 2011-11-08 Emc Corporation Selection of migration methods including partial read restore in distributed storage management
US7546431B2 (en) * 2005-03-21 2009-06-09 Emc Corporation Distributed open writable snapshot copy facility using file migration policies
US7536391B2 (en) * 2005-05-20 2009-05-19 Microsoft Corporation System and method for URL virtualization and mapping
US7809675B2 (en) 2005-06-29 2010-10-05 Oracle International Corporation Sharing state information among a plurality of file operation servers
US8224837B2 (en) 2005-06-29 2012-07-17 Oracle International Corporation Method and mechanism for supporting virtual content in performing file operations at a RDBMS
US8356053B2 (en) 2005-10-20 2013-01-15 Oracle International Corporation Managing relationships between resources stored within a repository
US8949455B2 (en) 2005-11-21 2015-02-03 Oracle International Corporation Path-caching mechanism to improve performance of path-related operations in a repository
US9189291B2 (en) * 2005-12-12 2015-11-17 International Business Machines Corporation Sharing a kernel of an operating system among logical partitions
US8170985B2 (en) * 2006-01-31 2012-05-01 Emc Corporation Primary stub file retention and secondary retention coordination in a hierarchical storage system
US8417746B1 (en) 2006-04-03 2013-04-09 F5 Networks, Inc. File system management with enhanced searchability
US20070255677A1 (en) * 2006-04-28 2007-11-01 Sun Microsystems, Inc. Method and apparatus for browsing search results via a virtual file system
US20080005111A1 (en) * 2006-05-08 2008-01-03 Microsoft Corporation Atomic transaction file manager
US7546432B2 (en) * 2006-05-09 2009-06-09 Emc Corporation Pass-through write policies of files in distributed storage management
US9201703B2 (en) * 2006-06-07 2015-12-01 International Business Machines Corporation Sharing kernel services among kernels
US7606752B2 (en) 2006-09-07 2009-10-20 Yodlee Inc. Host exchange in bill paying services
US7827177B2 (en) 2006-10-16 2010-11-02 Oracle International Corporation Managing compound XML documents in a repository
US9183321B2 (en) 2006-10-16 2015-11-10 Oracle International Corporation Managing compound XML documents in a repository
US7996421B2 (en) * 2007-01-03 2011-08-09 International Business Machines Corporation Method, computer program product, and system for coordinating access to locally and remotely exported file systems
US7986867B2 (en) * 2007-01-26 2011-07-26 Myspace, Inc. Video downloading and scrubbing system and method
US8218830B2 (en) * 2007-01-29 2012-07-10 Myspace Llc Image editing system and method
US20080235302A1 (en) * 2007-03-19 2008-09-25 Childress Rhonda L Transparent allocation of a unique per user/tmp fs
US9110920B1 (en) 2007-05-03 2015-08-18 Emc Corporation CIFS access to NFS files and directories by translating NFS file handles into pseudo-pathnames
US8682916B2 (en) * 2007-05-25 2014-03-25 F5 Networks, Inc. Remote file virtualization in a switched file system
CN101316226B (en) * 2007-06-01 2011-11-02 阿里巴巴集团控股有限公司 Method, device and system for acquiring resources
US7958200B2 (en) * 2007-08-14 2011-06-07 International Business Machines Corporation Methods, computer program products, and apparatuses for providing remote client access to exported file systems
JP4907482B2 (en) * 2007-09-27 2012-03-28 株式会社日立製作所 Computer system and file management method
US20090204705A1 (en) * 2007-11-12 2009-08-13 Attune Systems, Inc. On Demand File Virtualization for Server Configuration Management with Limited Interruption
US8180747B2 (en) 2007-11-12 2012-05-15 F5 Networks, Inc. Load sharing cluster file systems
US8548953B2 (en) * 2007-11-12 2013-10-01 F5 Networks, Inc. File deduplication using storage tiers
US8117244B2 (en) 2007-11-12 2012-02-14 F5 Networks, Inc. Non-disruptive file migration
US20090204650A1 (en) * 2007-11-15 2009-08-13 Attune Systems, Inc. File Deduplication using Copy-on-Write Storage Tiers
US8352785B1 (en) 2007-12-13 2013-01-08 F5 Networks, Inc. Methods for generating a unified virtual snapshot and systems thereof
US8261334B2 (en) 2008-04-25 2012-09-04 Yodlee Inc. System for performing web authentication of a user by proxy
US8549582B1 (en) 2008-07-11 2013-10-01 F5 Networks, Inc. Methods for handling a multi-protocol content name and systems thereof
US7958112B2 (en) * 2008-08-08 2011-06-07 Oracle International Corporation Interleaving query transformations for XML indexes
US8555359B2 (en) 2009-02-26 2013-10-08 Yodlee, Inc. System and methods for automatically accessing a web site on behalf of a client
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
EP2519910A4 (en) * 2009-12-31 2016-10-19 Redigi Inc Methods and apparatus for sharing, transferring and removing previously owned digital media
US9195500B1 (en) 2010-02-09 2015-11-24 F5 Networks, Inc. Methods for seamless storage importing and devices thereof
US8204860B1 (en) 2010-02-09 2012-06-19 F5 Networks, Inc. Methods and systems for snapshot reconstitution
US8347100B1 (en) 2010-07-14 2013-01-01 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US9286298B1 (en) 2010-10-14 2016-03-15 F5 Networks, Inc. Methods for enhancing management of backup data sets and devices thereof
US8495108B2 (en) 2010-11-30 2013-07-23 International Business Machines Corporation Virtual node subpool management
EP2678798A1 (en) 2011-02-27 2014-01-01 Redigi Inc. Methods and apparatus for sharing, transferring and removing previously owned digital media
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
JP2013058101A (en) * 2011-09-08 2013-03-28 Interlink:Kk Cloud computing system
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
EP2812833A1 (en) * 2012-02-06 2014-12-17 Redigi Inc. Digital data commerce system and methods with digital media object to cloud redirection
US9020912B1 (en) 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system 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
US20150229723A1 (en) * 2014-02-09 2015-08-13 OpenForest BV Method for Personalization and Utilization of a Series of Connected Devices
US9595023B1 (en) 2014-05-21 2017-03-14 Plaid Technologies, Inc. System and method for facilitating programmatic verification of transactions
US9449346B1 (en) 2014-05-21 2016-09-20 Plaid Technologies, Inc. System and method for programmatically accessing financial data
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US10104059B2 (en) 2015-09-08 2018-10-16 Plaid Technologies, Inc. Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts
US10726491B1 (en) 2015-12-28 2020-07-28 Plaid Inc. Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases
US10984468B1 (en) 2016-01-06 2021-04-20 Plaid Inc. Systems and methods for estimating past and prospective attribute values associated with a user account
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US10412198B1 (en) 2016-10-27 2019-09-10 F5 Networks, Inc. Methods for improved transmission control protocol (TCP) performance visibility and devices thereof
EP3340072B1 (en) * 2016-12-23 2021-02-17 Solute GmbH Method for performing an automatic request for data and program product
US10567492B1 (en) 2017-05-11 2020-02-18 F5 Networks, Inc. Methods for load balancing in a federated identity environment and devices thereof
US11468085B2 (en) 2017-07-22 2022-10-11 Plaid Inc. Browser-based aggregation
US10878421B2 (en) 2017-07-22 2020-12-29 Plaid Inc. Data verified deposits
US11223689B1 (en) 2018-01-05 2022-01-11 F5 Networks, Inc. Methods for multipath transmission control protocol (MPTCP) based session migration and devices thereof
US10833943B1 (en) 2018-03-01 2020-11-10 F5 Networks, Inc. Methods for service chaining and devices thereof
US10783012B2 (en) 2018-04-20 2020-09-22 CopyBucket, Inc. Systems and methods for efficient inter-device data exchange
US11316862B1 (en) 2018-09-14 2022-04-26 Plaid Inc. Secure authorization of access to user accounts by one or more authorization mechanisms
US11887069B2 (en) 2020-05-05 2024-01-30 Plaid Inc. Secure updating of allocations to user accounts
US11327960B1 (en) 2020-10-16 2022-05-10 Plaid Inc. Systems and methods for data parsing

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5553235A (en) * 1992-10-23 1996-09-03 International Business Machines Corporation System and method for maintaining performance data in a data processing system
US5572709A (en) * 1993-06-18 1996-11-05 Lucent Technologies Inc. Using dynamically-linked libraries to add side effects to operations
US5530852A (en) * 1994-12-20 1996-06-25 Sun Microsystems, Inc. Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics
US5696898A (en) * 1995-06-06 1997-12-09 Lucent Technologies Inc. System and method for database access control
US5572643A (en) * 1995-10-19 1996-11-05 Judson; David H. Web browser with dynamic display of information objects during linking
US5715453A (en) * 1996-05-31 1998-02-03 International Business Machines Corporation Web server mechanism for processing function calls for dynamic data queries in a web page

Also Published As

Publication number Publication date
WO1997046956A1 (en) 1997-12-11
JP2007115244A (en) 2007-05-10
JP4060874B2 (en) 2008-03-12
EP0944873B1 (en) 2007-08-22
GB9826731D0 (en) 1999-01-27
EP0944873A1 (en) 1999-09-29
JP2000512044A (en) 2000-09-12
US6078929A (en) 2000-06-20
CA2257309A1 (en) 1997-12-11

Similar Documents

Publication Publication Date Title
CA2257309C (en) Internet file system
JP3967806B2 (en) Computerized method and resource nomination mechanism for nominating a resource location
EP1086426B1 (en) Scalable proxy servers with plug in filters
US7281139B2 (en) Authenticating legacy service via web technology
US5634122A (en) System and method for multi-level token management for distributed file systems
US6324581B1 (en) 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
US5878218A (en) Method and system for creating and utilizing common caches for internetworks
US6973455B1 (en) File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US7120631B1 (en) File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
JP4979683B2 (en) Method and system for permissions with group membership in a distributed directory
US20030018740A1 (en) Contents sharing system and software program executed by devices of the system
Kaminsky et al. Decentralized user authentication in a global file system
KR20000028677A (en) method, apparatus and program storage device for a client and adaptive synchronization and transformation server
RU2453916C1 (en) Information resource search method using readdressing
AU2008222906A1 (en) Internet lookup engine
GB2405239A (en) License control for web applications
US8914347B2 (en) Extensible search engine
JP2002342144A (en) File sharing system, program and file transferring method
Rao et al. An Overview of the Internet File System
MXPA98010324A (en) Inter archive system
ord Neuman Scale in distributed systems
WO2003042874A9 (en) Systems and methods for indexing data in a network environment
KR20020011621A (en) System for Common Ownership and Access for Storage area Using Computers Connected to the Internet
Gozani et al. GAFFES: The Design of a Globally Distributed File System
KR0139720B1 (en) How to link the next generation intelligent network SCF / SDF with X.500 directory system

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20170606