US20050251808A1 - Methods and systems of managing concurrent access to multiple resources - Google Patents

Methods and systems of managing concurrent access to multiple resources Download PDF

Info

Publication number
US20050251808A1
US20050251808A1 US11/097,409 US9740905A US2005251808A1 US 20050251808 A1 US20050251808 A1 US 20050251808A1 US 9740905 A US9740905 A US 9740905A US 2005251808 A1 US2005251808 A1 US 2005251808A1
Authority
US
United States
Prior art keywords
virtual machine
resource
access
principal
call
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.)
Abandoned
Application number
US11/097,409
Inventor
Abolade Gbadegesin
David Thaler
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft 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 Microsoft Corp filed Critical Microsoft Corp
Priority to US11/097,409 priority Critical patent/US20050251808A1/en
Publication of US20050251808A1 publication Critical patent/US20050251808A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0254Stateful filtering
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]

Definitions

  • This invention is related in general to the art of managing access to multiple resources, and, more particularly, to a method of managing concurrent access to multiple resources.
  • FIG. 1 shows a typical setup of a computer 100 connected to a private corporate network 141 via an Ethernet card 111 and to the public Internet 161 via a modem 112 .
  • An application 120 running on the computer has access to the two networks. This setup may give rise to security issues. For example, when the application concurrently accesses the two networks, the user of the application may inadvertently broadcast secure information from the private corporate network to the public Internet by mistakenly hitting a key that initiates such a broadcast.
  • a remote computer also connected to the Internet can access the application 120 through computer 100 's Internet connection and, from there, access the private corporate network 141 .
  • the application 120 has concurrent access to the two networks, it presents a security “hole” exploitable by remote computers.
  • a typical operating system allows for the establishment of an insecure channel linking private and public network connections that may result in an unprivileged application accessing confidential information maintained in the private network.
  • it is difficult to enforce a policy forbidding an application from accessing public networks like the Internet while the application is connected to a private network.
  • Such a policy can be defeated by a user using a phone line to connect to the Internet, which circumvents a firewall regulating access to the private network.
  • remote users of a private network may have no practical recourse but to use a public network like the Internet to create a Virtual Private Network (VPN) connection to the private network.
  • VPN Virtual Private Network
  • the VPN connection to the private network simultaneously connects the computer to both the secured private network and the unsecured public Internet.
  • a remote computer also connected to the Internet can access the computer via the Internet and then access the private network via the VPN connection.
  • an application concurrently accessing two networks creates a security breach point.
  • the computer may have access to resources other than the networks, for example, a local file system or a network printer.
  • resources other than the networks for example, a local file system or a network printer.
  • similar security problems may be caused by concurrent access.
  • a user's local files may be compromised by the user mistakenly printing the files on the network printer.
  • the computer provides access to five resources, represented by R1 140 , R2 113 , R3 114 , R4 115 , and R5 160 , wherein R1 is the connection to the private network, and R5 is the connection to the Internet.
  • R1 is the connection to the private network
  • R5 is the connection to the Internet.
  • the possible dangers of concurrently accessing pairs of the resources are reflected in the entries in Table 1.
  • TABLE 1 R1-R5 Resources 1-5 R1 R2 R3 R4 R5 R1 — safe safe danger danger R2 — safe danger danger R3 — danger danger R4 — safe R5 — According to Table 1, any combination of R1, R2, and R3 is safe, and the combination of R4 and R5 is safe. Other combinations are dangerous. Similar to the case of the application concurrently accessing the private network and the Internet, for example, it is dangerous for the application to concurrently access R3 and R4.
  • the present invention is directed to a method and system for managing concurrent access to multiple resources.
  • Resources are assigned to sets in such a way that it is safe to concurrently access any combination of resources in a resource set, and two resource sets are disjoint.
  • For each resource set a virtual machine is defined and associated with the resource set.
  • Each running application instance is assigned to a virtual machine.
  • the permissions of the principal that is running (or “owns”) the application instance (hereafter, a “principal” refers to an entity, for example, a user or a system process, that may be given permission to perform certain operations) are compared against access control lists (ACLs).
  • ACLs access control lists
  • a management facility in response to a request from an application instance to either access or generate a resource in a resource set other than the resource set associated with the virtual machine to which the application instance is assigned, a management facility consults the access control lists to determine whether the application instance's principal has permission to perform the requested operation. If the principal has permission, the management facility enables the access. Else, the management facility rejects the request.
  • the request is fulfilled by generating a new instance of the application in association with the virtual machine of the requested resource, creating that virtual machine or the new resource if appropriate.
  • the request is fulfilled by moving the instance of the application from the virtual machine to which it was originally assigned to a destination virtual machine associated with the requested resource.
  • the moving of the instance of the application may involve creating a new instance of the application in the destination virtual machine, removing the instance of the application from its original virtual machine, and dropping the connection of the instance of the application on the original virtual machine to the resource set associated with the original virtual machine.
  • a computer connects to a private network and to the Internet.
  • Two virtual machines are launched, each of which is associated with one network connection.
  • Application instances are assigned to the virtual machines. Depending upon the permissions associated with their principals, some application instances may concurrently access the Internet and the private network, whereas other application instances may not concurrently access both networks.
  • FIG. 1 illustrates a typical prior art setup of a computer connected to a private corporate network via an Ethernet card and to the public Internet via a modem;
  • FIG. 2 illustrates methods of managing access to multiple resources according to the invention
  • FIG. 3 is a structural diagram illustrating components of a computer employing the invention
  • FIG. 4 is a flow chart of the steps executed in managing access to an existing resource
  • FIG. 5 is a flow chart of the steps executed in creating a resource
  • FIG. 6 illustrates components of a management facility for managing access to multiple resources according to the invention
  • FIG. 7 a , FIG. 7 b , and FIG. 7 c are structural schematics illustrating an exemplary environment employing the invention for managing access to multiple networks.
  • FIG. 8 is a simplified schematic illustrating a computing device architecture employed by a computing device upon which an embodiment of the invention may be executed.
  • the present invention is directed to a method and system for managing concurrent access to multiple resources.
  • the term “resource” used in this invention can mean, for example, but is not limited to, a connection to a network, a connection to a printer, a local file system, a section of shared memory, or a software object.
  • Application instances are assigned to virtual machines, each of which is associated with a set of resources. Access control lists specify, for each principal, whether application instances owned by the principal can perform various resource-access operations. Specifically, an application instance is termed “unprivileged” if, by reason of its principal's permissions, it may never concurrently access resources in more than one virtual machine. A “privileged” application instance, on the other hand, may or may not be allowed such concurrent access, depending on circumstances such as the nature of the requested resources.
  • program modules include routines, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • program includes one or more program modules.
  • the invention may be implemented on a variety of machines, including personal computers, cell phones, hand-held devices, multi-processor systems, microprocessor-based programmable consumer electronics, minicomputers, mainframe computers, and the like.
  • the invention may also be implemented in a distributed system, where tasks are performed by components that are linked through a communications network.
  • cooperating modules may be sited in both local and remote locations.
  • Table 2 groups the resources with respect to the security access consequences listed in Table 1. TABLE 2 Resource Set A Resource Set B R1 R4 R2 R5 R3 In Table 2, resources R1, R2, and R3 are grouped into resource set A because concurrent access to any combination of the three resources is safe. Resources R4 and R5 are grouped into resource set B because concurrent access to these two resources is safe.
  • resource sets A and B in Table 2 are defined according to pair-wise combinations of resources, this is not an absolute requirement. Rather, a resource set is defined, particularly in a complex situation, to avoid dangerous combinations of any number of resources, as appropriate to the situation.
  • a computer 200 provides access to resource sets A 240 and B 260 .
  • Resource set A includes resources R1, R2, and R3, while resource set B includes resources R4 and R5.
  • An unprivileged application A 221 and a privileged application B 222 are associated with resource set A, and an unprivileged application C 223 is associated with resource set B.
  • These associations may be defined according to the application user's preferences or may be defined by default when the applications are initialized.
  • Each resource set is accompanied by an access control list.
  • the per-resource-set access control lists define, for each principal, whether the principal has permission to access or create a resource in the set.
  • An additional, system-wide, access control list defines, for each principal, whether the principal has permission to concurrently access resources in more than one resource set and to create new resource sets.
  • the unprivileged applications A and C may not concurrently access resources in separate resource sets, whereas privileged application B may or may not be allowed to do so, as determined by comparing the permissions of application B's principal with the access control lists.
  • privileged application B has access to resource R2 in resource set A and requests concurrent access to resource R4 in resource set B.
  • the system first determines whether application B's principal has permission to access R4. If so, the system then determines whether application B's principal has permission to concurrently access R2 and R4. If so, the concurrent access is enabled. Otherwise, the access request is rejected. If application B requests the creation of a new resource in resource set B, the system determines whether application B's principal has such permission. If so, the request is granted. Unprivileged application A may not concurrently access resources in separate resource sets even though application A's principal may have permission to access the resources individually. Similarly, application A's principal might have permission to create a new resource in resource set A (depending, as usual, on the access control lists associated with resource set A), while application A may not create a new resource in resource set B.
  • FIG. 3 illustrates components of a computer system employing one embodiment of the invention.
  • a computer 300 originally comprises two resource sets, resource set A 340 and resource set B 360 .
  • the computer has two virtual machines, each of which is associated with one resource set.
  • virtual machine A (VMA) 311 and virtual machine B (VMB) 312 are associated with resource set A 340 and resource set B 360 , respectively.
  • Unprivileged application A 321 and privileged application B 322 are assigned to VMA and are running on a desktop A 331 operated by VMA.
  • a desktop represents a visual workspace that is accessed through a graphical user interface.
  • Unprivileged application C 323 is assigned to VMB and is running on a desktop B 332 operated by VMB.
  • a desktop for each of the virtual machines, this is not an absolute requirement.
  • Other embodiments with a virtual machine lacking a desktop or having more than one desktop are not intended to be excluded by FIG. 3 from the scope of the invention described herein.
  • a management facility 380 is supplied.
  • the management facility may be an operating system of the computer or a program module.
  • the management facility is adapted for managing the virtual machines connections to the resources in the resource sets in such a way that applications assigned to a virtual machine may access resources.
  • the management facility 380 operates, in part, by comparing the permissions given to principals with various access control lists.
  • An exemplary access control list A accompanying resource set A may specify: a) that applications run by users A, B, and C may access resource set A; b) that user A may access resources R1 and R2 in resource set A, user B may access resources R2 and R3, and user C may access resource R1; and c) that all three users may create new resources in resource set A.
  • An exemplary access control list B accompanying resource set B may specify: a) that only users B and C may access resource set B; b) that users B and C may access all resources in resource set B; and c) that no user may create a resource in resource set B.
  • the management facility also maintains a record of: a) assignment relationships between virtual machines and application instances; and b) association relationships between resource sets and virtual machines.
  • the management facility 380 preferably denies the request.
  • the management facility may “move” the requesting application from its original virtual machine to the virtual machine associated with the newly requested resource, at the same time severing the application's connection to any resources in the original virtual machine.
  • the management facility may create a new instance of the requesting application in the virtual machine of the requested resource. In all of these possibilities, the management facility honors the access control lists' rules against concurrent access because no one instance of an application has concurrent access to the newly requested resources and to the resources in the application's original virtual machine.
  • FIG. 4 illustrates this procedure. It's a flow chart demonstrating the steps executed when an application in FIG. 3 requests access to an existing resource.
  • the method starts at step 400 where the application requests access to a target resource.
  • the virtual machine to which the application is assigned is identified.
  • the system determines the permissions of the principal that owns the application instance making the request.
  • the management facility identifies a target virtual machine connected to a resource set that includes the target resource.
  • the management facility determines whether the target virtual machine exists. If not, the operation flow ends at step 490 . Otherwise, the management facility determines whether the application's principal has permission to access the resource set in the target virtual machine at step 450 .
  • step 490 it is determined whether the principal has permission to access the target resource at step 460 . If not, the access request is rejected, and the flow ends at step 490 . Otherwise, it is further determined whether the target virtual machine is the same as the originating virtual machine at step 470 . If so, concurrent access permission is presumed (based on the definition of a resource set), and, at step 481 , the management facility enables the access. If at step 470 , the target virtual machine is different from the originating virtual machine, the flow chart branches to step 482 , which asks whether the principal has permission to concurrently access resources in multiple virtual machines. If so, concurrent access is enabled at step 481 . Otherwise, the concurrent access is rejected. It is in response to step 482 determining that concurrent access is not allowed that the system may optionally move the requesting application to the target virtual machine or create a new instance of the application on the target virtual machine.
  • FIG. 5 is a flow chart demonstrating what happens when an application instance requests the creation of a new resource.
  • a request to create a resource in a target virtual machine is received.
  • Step 501 determines the virtual machine of the origin of the request.
  • the principal of the application instance making the request is determined.
  • Step 503 determines whether the principal has permission to create resources in the target virtual machine. If not, the request is rejected, and the flow terminates at step 510 . Otherwise, at step 504 , it is determined whether the target virtual machine exists. If so, at step 505 , it is further determined whether the target virtual machine is the same as the originating virtual machine.
  • the new resource is created in the target virtual machine, and the configuration and status of the computer are updated at step 507 . Otherwise, at step 506 , it is determined whether the principal has permission to concurrently access multiple virtual machines. If so, the operation continues at step 507 , otherwise, the operation terminates at step 510 . If at step 504 , it is determined that the target virtual machine does not exist, at step 508 , it is determined whether the principal has permission to create a new virtual machine. If so, a new virtual machine is created, and configuration of the computer is updated at step 509 , which is followed by step 507 where the new resource is created in the new virtual machine. Else, the operation flow terminates at step 510 .
  • the management facility 680 in accordance with one embodiment of the invention comprises a persistent storage 686 , a device driver 682 that communicates with an application 620 and the storage 686 , and a virtual machine launching module 684 connected to the storage and the device driver.
  • the virtual machine launching module further comprises a resource generating module 683 and a desktop launching module 685 .
  • the persistent storage stores the access control lists.
  • the virtual machine launching module is responsible for launching a new virtual machine in compliance with the stored access control lists. After launching a new virtual machine, the record of the status of the computer system is updated accordingly.
  • the device driver manages communications and data transfer for applications with respect to the stored access control lists.
  • FIG. 7 a , FIG. 7 b , and FIG. 7 c illustrate an exemplary multiple-network setup of a computer employing one embodiment of the invention.
  • the network environment comprises a computer 700 and two distinct networks, a private corporate network 781 and the public Internet 782 .
  • the computer comprises a first virtual machine VMA 711 and a second virtual machine VMB 712 , which are similar to the virtual machines VMA and VMB in FIG. 3 .
  • Two separate virtual network stacks are provided for the two virtual machines so that the virtual machines connect to the networks separately.
  • a first network stack A 751 comprising a first routing table A 753 is provided for the first virtual machine VMA, and connects VMA to the private network 781 .
  • a second network stack B 752 comprising a second routing table B 754 is provided for the second virtual machine VMB and connects VMB to the public Internet.
  • unprivileged applications on virtual machine A for example, unprivileged application A 721
  • unprivileged application C 723 on virtual machine B may only access the public Internet.
  • Privileged application B 722 running on virtual machine A may concurrently access the private network and the Internet.
  • Application A interacts with the private network via sockets defined by the application. Data packets transmitted from the private network are forwarded to the virtual machine A via proper interfaces that have been associated with the applications.
  • application C data packets transmitted from the Internet are forwarded to the virtual machine B via proper interfaces that have been associated with application C.
  • resource set A 740 further comprises network ports and interfaces of virtual machine A to the private network.
  • application A has requested access to the Internet but is not allowed concurrent access to the private network and to the Internet. In one embodiment, the request is simply denied.
  • a first instance of application A 724 is connected to the private network 781
  • a second instance of application A 725 is generated in virtual machine B to enable the user of application A to access the public Internet 782 .
  • the second instance of application A is generated under the condition that user A has permission to access the Internet.
  • no one instance of an unprivileged application has access to both the private network and the public Internet.
  • unprivileged application A 724 is moved from virtual machine A to virtual machine B, which is associated with the Internet.
  • the original instance of application A in virtual machine A is removed.
  • API Application Programming Interface
  • VmInfo A compound data type that describes a virtual machine.
  • An implementation of this abstract data type might include such information as a name, creation time, etc.
  • VmId A value that identifies a single virtual machine and is unique within (at least) a single physical machine.
  • Function A method that should be called in response to a particular event.
  • Principal A logical entity that can make requests.
  • ResourceInfo A compound data type that describes a resource (such as a network interface or a route) that exists within the context of a single virtual machine.
  • ResourceId A value that identifies a single resource and is unique within (at least) a single physical machine.
  • Module A logical, entity that owns resources.
  • Method for creating a virtual machine create_vm(in Principal principal, in VmInfo info, out VmId identifier, out Status status).
  • Methods for obtaining information about virtual machines get_vm_info(in Principal principal, in VmId identifier, out VmInfo info, out Status status) and get_vm_info_set(in Principal principal, out “set of” VmInfo, out Status status).
  • register_for_vm_change_notifications (in Module module, in Principal principal, in Function notify_vm_created, in Function notify_vm_info_updated, in Function notify_vm_to_be_destroyed, out Status status).
  • computing device 800 In its most basic configuration, computing device 800 typically includes at least one processing unit 802 and memory 804 . Depending on the exact configuration and type of computing device, memory 804 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.), or some combination of the two. This most basic configuration is illustrated in FIG. 8 by dashed line 806 . Additionally, device 800 may also have additional features and functionality. For example, device 800 may also include additional storage (removable or non-removable) including, but not limited to, magnetic or optical disks or tape. Such additional storage is illustrated in FIG.
  • additional storage removable or non-removable
  • Computer storage media include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules, or other data.
  • Memory 804 , removable storage 808 , and non-removable storage 810 are all examples of computer storage media.
  • Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory, or other memory technology, CD-ROM, digital versatile -disks, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage, or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by device 800 . Any such computer storage media may be part of device 800 .
  • Device 800 may also contain one or more communications connections 812 that allow the device to communicate with other devices.
  • Communications connections 812 are an example of communications media.
  • Communications media typically embody computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information-delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communications media include wired media such as a wired network or direct-wired connection and wireless media such as acoustic; RF, infrared, and other wireless media.
  • the term computer-readable media as used herein includes both storage media and communications media.
  • Device 800 may also have one or more input devices 814 such as a keyboard, mouse, pen, voice input device, touch input device, etc.
  • One or more output devices 816 such as a display, speakers, printer, etc., may also be included. All these devices are well known in the art and need not be discussed at greater length here.

Abstract

In a method and system for managing concurrent access to multiple resources, resources are assigned to sets in such a way that it is safe to concurrently access any combination of resources in a resource set. For each resource set, a virtual machine is defined and associated with the resource set. An application is assigned to a virtual machine. When an application requests access to a resource not in the application's virtual machine, access control lists are consulted to determine whether the access should be allowed, given the other resources already accessed by the application.

Description

  • This application is a divisional of a co-pending U.S. patent application Ser. No. 09/946,659, filed Sep. 5, 2001, and entitled “METHODS AND SYSTEMS OF MANAGING CONCURRENT ACCESS TO MULTIPLE RESOURCES”.
  • TECHNICAL FIELD
  • This invention is related in general to the art of managing access to multiple resources, and, more particularly, to a method of managing concurrent access to multiple resources.
  • BACKGROUND OF THE INVENTION
  • Restricting network access to only authenticated users protects confidential information on the network from being compromised. Restricting access using common user authentication techniques, however, does not address network integrity issues in situations when a computer connects to more than one network. FIG. 1 shows a typical setup of a computer 100 connected to a private corporate network 141 via an Ethernet card 111 and to the public Internet 161 via a modem 112. An application 120 running on the computer has access to the two networks. This setup may give rise to security issues. For example, when the application concurrently accesses the two networks, the user of the application may inadvertently broadcast secure information from the private corporate network to the public Internet by mistakenly hitting a key that initiates such a broadcast. Or the user intending to send a packet to the private corporate network could unintentionally send the packet over the public Internet without proper security protection. For another example, a remote computer also connected to the Internet can access the application 120 through computer 100's Internet connection and, from there, access the private corporate network 141. Thus, because the application 120 has concurrent access to the two networks, it presents a security “hole” exploitable by remote computers.
  • Current operating systems do not guard against security risks such as those mentioned above. A typical operating system allows for the establishment of an insecure channel linking private and public network connections that may result in an unprivileged application accessing confidential information maintained in the private network. In conventional operating systems, it is difficult to enforce a policy forbidding an application from accessing public networks like the Internet while the application is connected to a private network. Such a policy can be defeated by a user using a phone line to connect to the Internet, which circumvents a firewall regulating access to the private network. Moreover, remote users of a private network may have no practical recourse but to use a public network like the Internet to create a Virtual Private Network (VPN) connection to the private network. But the VPN connection to the private network simultaneously connects the computer to both the secured private network and the unsecured public Internet. In a manner similar to the example given above, a remote computer also connected to the Internet can access the computer via the Internet and then access the private network via the VPN connection.
  • In general, an application concurrently accessing two networks creates a security breach point. Further, the computer may have access to resources other than the networks, for example, a local file system or a network printer. In these instances, similar security problems may be caused by concurrent access. For example, a user's local files may be compromised by the user mistakenly printing the files on the network printer. These examples can be generalized into a multiple, concurrent resource access problem by regarding the connection to the private network, the connection to the Internet, and the connection to the network printer as resources in a multiple-resource environment.
  • As shown in FIG. 1, the computer provides access to five resources, represented by R1 140, R2 113, R3 114, R4 115, and R5 160, wherein R1 is the connection to the private network, and R5 is the connection to the Internet. The possible dangers of concurrently accessing pairs of the resources are reflected in the entries in Table 1.
    TABLE 1
    R1-R5: Resources 1-5
    R1 R2 R3 R4 R5
    R1 safe safe danger danger
    R2 safe danger danger
    R3 danger danger
    R4 safe
    R5

    According to Table 1, any combination of R1, R2, and R3 is safe, and the combination of R4 and R5 is safe. Other combinations are dangerous. Similar to the case of the application concurrently accessing the private network and the Internet, for example, it is dangerous for the application to concurrently access R3 and R4.
  • Thus it is desirable to have a method for managing access to multiple resources that enforces security considerations such as those in Table 1. Currently, many operating systems, applications, and hardware devices provide methods of either setting up security access to a resource or enhancing the security connection to a resource. But none of them provides a method of managing concurrent access to multiple resources.
  • SUMMARY OF THE INVENTION
  • The present invention is directed to a method and system for managing concurrent access to multiple resources. Resources are assigned to sets in such a way that it is safe to concurrently access any combination of resources in a resource set, and two resource sets are disjoint. For each resource set, a virtual machine is defined and associated with the resource set. Each running application instance is assigned to a virtual machine. When an application instance attempts a resource-access operation, the permissions of the principal that is running (or “owns”) the application instance (hereafter, a “principal” refers to an entity, for example, a user or a system process, that may be given permission to perform certain operations) are compared against access control lists (ACLs). These lists specify, for each principal, whether application instances owned by the principal may perform various resource-access operations including, but not limited to: accessing a resource in the virtual machine assigned to the application instance or in another virtual machine, creating a new resource, creating a new virtual machine, and concurrently accessing a resource in another virtual machine while maintaining access to resources in the virtual machine to which the application instance is currently assigned.
  • In one embodiment of the invention, in response to a request from an application instance to either access or generate a resource in a resource set other than the resource set associated with the virtual machine to which the application instance is assigned, a management facility consults the access control lists to determine whether the application instance's principal has permission to perform the requested operation. If the principal has permission, the management facility enables the access. Else, the management facility rejects the request.
  • In an alternative embodiment of the invention, if the management facility finds that the principal has the requisite permission, the request is fulfilled by generating a new instance of the application in association with the virtual machine of the requested resource, creating that virtual machine or the new resource if appropriate.
  • In another alternative embodiment of the invention, when the management facility grants the request, the request is fulfilled by moving the instance of the application from the virtual machine to which it was originally assigned to a destination virtual machine associated with the requested resource. The moving of the instance of the application may involve creating a new instance of the application in the destination virtual machine, removing the instance of the application from its original virtual machine, and dropping the connection of the instance of the application on the original virtual machine to the resource set associated with the original virtual machine.
  • In an exemplary multiple-network environment employing the present invention, a computer connects to a private network and to the Internet. Two virtual machines are launched, each of which is associated with one network connection. Application instances are assigned to the virtual machines. Depending upon the permissions associated with their principals, some application instances may concurrently access the Internet and the private network, whereas other application instances may not concurrently access both networks.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • While the appended claims set forth the features of the present invention with particularity, the invention, together with its objects and advantages, may be best understood from the following detailed description taken in conjunction with the accompanying drawings of which:
  • FIG. 1 illustrates a typical prior art setup of a computer connected to a private corporate network via an Ethernet card and to the public Internet via a modem;
  • FIG. 2 illustrates methods of managing access to multiple resources according to the invention;
  • FIG. 3 is a structural diagram illustrating components of a computer employing the invention;
  • FIG. 4 is a flow chart of the steps executed in managing access to an existing resource;
  • FIG. 5 is a flow chart of the steps executed in creating a resource;
  • FIG. 6 illustrates components of a management facility for managing access to multiple resources according to the invention;
  • FIG. 7 a, FIG. 7 b, and FIG. 7 c are structural schematics illustrating an exemplary environment employing the invention for managing access to multiple networks; and
  • FIG. 8 is a simplified schematic illustrating a computing device architecture employed by a computing device upon which an embodiment of the invention may be executed.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The present invention is directed to a method and system for managing concurrent access to multiple resources. The term “resource” used in this invention can mean, for example, but is not limited to, a connection to a network, a connection to a printer, a local file system, a section of shared memory, or a software object.
  • Application instances are assigned to virtual machines, each of which is associated with a set of resources. Access control lists specify, for each principal, whether application instances owned by the principal can perform various resource-access operations. Specifically, an application instance is termed “unprivileged” if, by reason of its principal's permissions, it may never concurrently access resources in more than one virtual machine. A “privileged” application instance, on the other hand, may or may not be allowed such concurrent access, depending on circumstances such as the nature of the requested resources.
  • Although it is not required, the present invention may be implemented using instructions, such as program modules, that are executed by a computer. Generally, program modules include routines, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types. The term “program” includes one or more program modules.
  • The invention may be implemented on a variety of machines, including personal computers, cell phones, hand-held devices, multi-processor systems, microprocessor-based programmable consumer electronics, minicomputers, mainframe computers, and the like. The invention may also be implemented in a distributed system, where tasks are performed by components that are linked through a communications network. In a distributed system, cooperating modules may be sited in both local and remote locations.
  • Starting from the multiple-resource access problem illustrated in FIG. 1 and Table 1, Table 2 groups the resources with respect to the security access consequences listed in Table 1.
    TABLE 2
    Resource Set A Resource Set B
    R1 R4
    R2 R5
    R3

    In Table 2, resources R1, R2, and R3 are grouped into resource set A because concurrent access to any combination of the three resources is safe. Resources R4 and R5 are grouped into resource set B because concurrent access to these two resources is safe.
  • Although the resource sets A and B in Table 2 are defined according to pair-wise combinations of resources, this is not an absolute requirement. Rather, a resource set is defined, particularly in a complex situation, to avoid dangerous combinations of any number of resources, as appropriate to the situation.
  • Referring to FIG. 2, a computer 200 provides access to resource sets A 240 and B 260. Resource set A includes resources R1, R2, and R3, while resource set B includes resources R4 and R5. An unprivileged application A 221 and a privileged application B 222 are associated with resource set A, and an unprivileged application C 223 is associated with resource set B. These associations may be defined according to the application user's preferences or may be defined by default when the applications are initialized. Each resource set is accompanied by an access control list. The per-resource-set access control lists define, for each principal, whether the principal has permission to access or create a resource in the set. An additional, system-wide, access control list defines, for each principal, whether the principal has permission to concurrently access resources in more than one resource set and to create new resource sets. The unprivileged applications A and C may not concurrently access resources in separate resource sets, whereas privileged application B may or may not be allowed to do so, as determined by comparing the permissions of application B's principal with the access control lists.
  • For example, assume that privileged application B has access to resource R2 in resource set A and requests concurrent access to resource R4 in resource set B. The system first determines whether application B's principal has permission to access R4. If so, the system then determines whether application B's principal has permission to concurrently access R2 and R4. If so, the concurrent access is enabled. Otherwise, the access request is rejected. If application B requests the creation of a new resource in resource set B, the system determines whether application B's principal has such permission. If so, the request is granted. Unprivileged application A may not concurrently access resources in separate resource sets even though application A's principal may have permission to access the resources individually. Similarly, application A's principal might have permission to create a new resource in resource set A (depending, as usual, on the access control lists associated with resource set A), while application A may not create a new resource in resource set B.
  • To practice the method illustrated with respect to FIG. 2, multiple virtual machines are launched as shown in FIG. 3. FIG. 3 illustrates components of a computer system employing one embodiment of the invention. In FIG. 3, a computer 300 originally comprises two resource sets, resource set A 340 and resource set B 360. The computer has two virtual machines, each of which is associated with one resource set. In particular, virtual machine A (VMA) 311 and virtual machine B (VMB) 312 are associated with resource set A 340 and resource set B 360, respectively. Unprivileged application A 321 and privileged application B 322 are assigned to VMA and are running on a desktop A 331 operated by VMA. A desktop represents a visual workspace that is accessed through a graphical user interface. Unprivileged application C 323 is assigned to VMB and is running on a desktop B 332 operated by VMB. Although the exemplary embodiment illustrated in FIG. 3 has a desktop for each of the virtual machines, this is not an absolute requirement. Other embodiments with a virtual machine lacking a desktop or having more than one desktop are not intended to be excluded by FIG. 3 from the scope of the invention described herein. To operate the computer and the virtual machines inside the computer, a management facility 380 is supplied. In keeping with the invention, the management facility may be an operating system of the computer or a program module. The management facility is adapted for managing the virtual machines connections to the resources in the resource sets in such a way that applications assigned to a virtual machine may access resources.
  • The management facility 380 operates, in part, by comparing the permissions given to principals with various access control lists. An exemplary access control list A accompanying resource set A may specify: a) that applications run by users A, B, and C may access resource set A; b) that user A may access resources R1 and R2 in resource set A, user B may access resources R2 and R3, and user C may access resource R1; and c) that all three users may create new resources in resource set A. An exemplary access control list B accompanying resource set B may specify: a) that only users B and C may access resource set B; b) that users B and C may access all resources in resource set B; and c) that no user may create a resource in resource set B. In addition to the access control lists, the management facility also maintains a record of: a) assignment relationships between virtual machines and application instances; and b) association relationships between resource sets and virtual machines.
  • If after determining that the access control lists do not allow a requested resource-access operation to take place, the management facility 380 preferably denies the request. When the denial is based on a prohibition against concurrent access, the management facility may “move” the requesting application from its original virtual machine to the virtual machine associated with the newly requested resource, at the same time severing the application's connection to any resources in the original virtual machine. Alternatively, the management facility may create a new instance of the requesting application in the virtual machine of the requested resource. In all of these possibilities, the management facility honors the access control lists' rules against concurrent access because no one instance of an application has concurrent access to the newly requested resources and to the resources in the application's original virtual machine.
  • FIG. 4 illustrates this procedure. It's a flow chart demonstrating the steps executed when an application in FIG. 3 requests access to an existing resource. The method starts at step 400 where the application requests access to a target resource. At step 410, the virtual machine to which the application is assigned is identified. At step 420, the system determines the permissions of the principal that owns the application instance making the request. At step 430, the management facility identifies a target virtual machine connected to a resource set that includes the target resource. At step 440, the management facility determines whether the target virtual machine exists. If not, the operation flow ends at step 490. Otherwise, the management facility determines whether the application's principal has permission to access the resource set in the target virtual machine at step 450. If not, the access request is denied, and the flow ends at step 490. Otherwise, it is determined whether the principal has permission to access the target resource at step 460. If not, the access request is rejected, and the flow ends at step 490. Otherwise, it is further determined whether the target virtual machine is the same as the originating virtual machine at step 470. If so, concurrent access permission is presumed (based on the definition of a resource set), and, at step 481, the management facility enables the access. If at step 470, the target virtual machine is different from the originating virtual machine, the flow chart branches to step 482, which asks whether the principal has permission to concurrently access resources in multiple virtual machines. If so, concurrent access is enabled at step 481. Otherwise, the concurrent access is rejected. It is in response to step 482 determining that concurrent access is not allowed that the system may optionally move the requesting application to the target virtual machine or create a new instance of the application on the target virtual machine.
  • FIG. 5 is a flow chart demonstrating what happens when an application instance requests the creation of a new resource. At step 500, a request to create a resource in a target virtual machine is received. Step 501 determines the virtual machine of the origin of the request. At step 502, the principal of the application instance making the request is determined. Step 503 determines whether the principal has permission to create resources in the target virtual machine. If not, the request is rejected, and the flow terminates at step 510. Otherwise, at step 504, it is determined whether the target virtual machine exists. If so, at step 505, it is further determined whether the target virtual machine is the same as the originating virtual machine. If so, the new resource is created in the target virtual machine, and the configuration and status of the computer are updated at step 507. Otherwise, at step 506, it is determined whether the principal has permission to concurrently access multiple virtual machines. If so, the operation continues at step 507, otherwise, the operation terminates at step 510. If at step 504, it is determined that the target virtual machine does not exist, at step 508, it is determined whether the principal has permission to create a new virtual machine. If so, a new virtual machine is created, and configuration of the computer is updated at step 509, which is followed by step 507 where the new resource is created in the new virtual machine. Else, the operation flow terminates at step 510.
  • Referring to FIG. 6, the management facility 680 in accordance with one embodiment of the invention comprises a persistent storage 686, a device driver 682 that communicates with an application 620 and the storage 686, and a virtual machine launching module 684 connected to the storage and the device driver. The virtual machine launching module further comprises a resource generating module 683 and a desktop launching module 685. According to one embodiment of the invention, the persistent storage stores the access control lists. The virtual machine launching module is responsible for launching a new virtual machine in compliance with the stored access control lists. After launching a new virtual machine, the record of the status of the computer system is updated accordingly. The device driver manages communications and data transfer for applications with respect to the stored access control lists.
  • FIG. 7 a, FIG. 7 b, and FIG. 7 c illustrate an exemplary multiple-network setup of a computer employing one embodiment of the invention. In FIG. 7 a, the network environment comprises a computer 700 and two distinct networks, a private corporate network 781 and the public Internet 782. The computer comprises a first virtual machine VMA 711 and a second virtual machine VMB 712, which are similar to the virtual machines VMA and VMB in FIG. 3. Two separate virtual network stacks are provided for the two virtual machines so that the virtual machines connect to the networks separately. In particular, a first network stack A 751 comprising a first routing table A 753 is provided for the first virtual machine VMA, and connects VMA to the private network 781. A second network stack B 752 comprising a second routing table B 754 is provided for the second virtual machine VMB and connects VMB to the public Internet. In this setup, unprivileged applications on virtual machine A, for example, unprivileged application A 721, are restricted to interact with the private network only. Similarly, unprivileged application C 723 on virtual machine B may only access the public Internet. Privileged application B 722 running on virtual machine A may concurrently access the private network and the Internet. Application A interacts with the private network via sockets defined by the application. Data packets transmitted from the private network are forwarded to the virtual machine A via proper interfaces that have been associated with the applications. Similarly for application C, data packets transmitted from the Internet are forwarded to the virtual machine B via proper interfaces that have been associated with application C. In this way, unprivileged application A in virtual machine A cannot access the Internet, while unprivileged application C in virtual machine B cannot access the private network. To accomplish network communications, other resources may be required. For example, resource set A 740 further comprises network ports and interfaces of virtual machine A to the private network. In FIGS. 7 a and 7 b, application A has requested access to the Internet but is not allowed concurrent access to the private network and to the Internet. In one embodiment, the request is simply denied. Alternatively, in FIG. 7 b, a first instance of application A 724 is connected to the private network 781, and a second instance of application A 725 is generated in virtual machine B to enable the user of application A to access the public Internet 782. The second instance of application A is generated under the condition that user A has permission to access the Internet. As in the situation illustrated in FIG. 7 a, no one instance of an unprivileged application has access to both the private network and the public Internet. As a second alternative, in FIG. 7 c, unprivileged application A 724 is moved from virtual machine A to virtual machine B, which is associated with the Internet. The original instance of application A in virtual machine A is removed.
  • The following is an exemplary Application Programming Interface (API) usable for implementing the methods of FIG. 4 and FIG. 5. The API uses these abstract data types:
  • VmInfo: A compound data type that describes a virtual machine. An implementation of this abstract data type might include such information as a name, creation time, etc.
  • VmId: A value that identifies a single virtual machine and is unique within (at least) a single physical machine.
  • Function: A method that should be called in response to a particular event.
  • Principal: A logical entity that can make requests.
  • ResourceInfo: A compound data type that describes a resource (such as a network interface or a route) that exists within the context of a single virtual machine.
  • ResourceId: A value that identifies a single resource and is unique within (at least) a single physical machine.
  • Module:. A logical, entity that owns resources.
  • Status: A result code.
  • The methods defined by this API for managing virtual machines are as follows:
  • Method for creating a virtual machine: create_vm(in Principal principal, in VmInfo info, out VmId identifier, out Status status).
  • Method for destroying a virtual machine: destroy_vm(in Principal principal, in VmId identifier, out Status status).
  • Methods for obtaining information about virtual machines: get_vm_info(in Principal principal, in VmId identifier, out VmInfo info, out Status status) and get_vm_info_set(in Principal principal, out “set of” VmInfo, out Status status).
  • Method for updating information about a virtual machine: update_vm_info(in Principal principal, in VmId identifier, in VmInfo info, out Status status).
  • Method for registering for change notifications:
  • register_for_vm_change_notifications(in Module module, in Principal principal, in Function notify_vm_created, in Function notify_vm_info_updated, in Function notify_vm_to_be_destroyed, out Status status).
  • Method for notification of VM creation: notify_vm_created(in VmId identifier, in VmInfo info).
  • Method for notification of VM information change:
  • notify_vm_info_updated(in VmId identifier, in VmInfo info).
  • Method for notification of VM destruction: notify_vm_to_be_destroyed(in VmId identifier).
  • Methods for managing a module's per-virtual machine resources:
  • create_resource(in Principal principal, in VmId origin_virtual_machine, in VmId destination_virtual_machine, in ResourceInfo info, out ResourceId identifier, out Status status) and access_resource(in Principal principal, in VmId origin_virtual_machine, in VmId destination_virtual_machine, in ResourceId identifier, out Status status).
  • With reference to FIG. 8, one exemplary system for implementing embodiments of the invention includes a computing device, such as computing device 800. In its most basic configuration, computing device 800 typically includes at least one processing unit 802 and memory 804. Depending on the exact configuration and type of computing device, memory 804 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.), or some combination of the two. This most basic configuration is illustrated in FIG. 8 by dashed line 806. Additionally, device 800 may also have additional features and functionality. For example, device 800 may also include additional storage (removable or non-removable) including, but not limited to, magnetic or optical disks or tape. Such additional storage is illustrated in FIG. 8 by removable storage 808 and non-removable storage 810. Computer storage media include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules, or other data. Memory 804, removable storage 808, and non-removable storage 810 are all examples of computer storage media. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory, or other memory technology, CD-ROM, digital versatile -disks, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage, or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by device 800. Any such computer storage media may be part of device 800.
  • Device 800 may also contain one or more communications connections 812 that allow the device to communicate with other devices. Communications connections 812 are an example of communications media. Communications media typically embody computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information-delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communications media include wired media such as a wired network or direct-wired connection and wireless media such as acoustic; RF, infrared, and other wireless media. As discussed above, the term computer-readable media as used herein includes both storage media and communications media.
  • Device 800 may also have one or more input devices 814 such as a keyboard, mouse, pen, voice input device, touch input device, etc. One or more output devices 816 such as a display, speakers, printer, etc., may also be included. All these devices are well known in the art and need not be discussed at greater length here.
  • It will be appreciated by those of skill in the art that a new and useful method and system for managing access to multiple resources has been described herein. In view of the many possible embodiments to which the principles of this invention may be applied, however, it should be recognized that the embodiments described herein with respect to the drawing figures are meant to be illustrative only and should not be taken as limiting the scope of invention. Those of skill in the art will recognize that the illustrated embodiments can be modified in arrangement and detail without departing from the spirit of the invention. Therefore, the invention as described herein contemplates all such embodiments as may come within the scope of the following claims and equivalents thereof.

Claims (22)

1. A system for creating a security environment usable by an application instance owned by a principal and operating in a computing device having multiple resources, the system comprising:
a plurality of resource sets each of which comprises one or more resources grouped according to the safety of concurrent access to the resources;
a plurality of virtual machines, each virtual machine being associated with a resource set and being adapted to allow the application instance to access the resource set associated with a virtual machine; and
a set of rules associated with each resource set, the rules determining whether the principal has permission to access a target resource in the resource set.
2. The system of claim 1, wherein the rules state:
whether the principal may operate on each of the resources in the resource set; and
whether the principal may operate on the resource set.
3. The system of claim 2, wherein the operation comprises accessing a resource, creating a resource, or deleting a resource.
4. The system of claim 1, wherein each virtual machine has an on-screen working area for running an instance of an application.
5. The system of claim 1, further comprising a management facility that is adapted for operating the virtual machines.
6. The system of claim 5, wherein the management facility is further adapted for generating a second instance of the application running on a second virtual machine if a first instance of the application requests access to a target resource associated with the second virtual machine and the principal owning the application instance has permission to access the target resource but not to concurrently access multiple resource sets according to the rules.
7. The system of claim 5, wherein the management facility is further adapted for moving the application instance from associating with a first virtual machine to associating with a second virtual machine if the application instance requests access to a target resource associated with the second virtual machine and the principal owning the application instance has permission to access the target resource but not to concurrently access multiple resource sets according to the rules.
8. The system of claim 5, wherein the management facility is further adapted for creating a new resource in a resource set associated with an existing virtual machine if an application instance requests creation of the new resource and the principal associated with the application instance has permission to create the new resource according to the rules.
9. The system of claim 5, wherein the management facility is further adapted for creating a new virtual machine if an application requests creation of a new virtual machine and the application has permission to create the new virtual machine.
10. A method for a process to communicate with a management facility in order to request that action be taken with respect to a virtual machine, the method comprising:
issuing, by the process, a call having at least one call parameter;
receiving, by the management facility, the call and parsing the call to retrieve the at least one call parameter; and
issuing, by the management facility, an acknowledgement having at least one acknowledgement parameter.
11. The method of claim 10 wherein the requested action is a creation of the virtual machine, the at least one call parameter comprises a principal and information about the virtual machine to be created, and the at least one acknowledgement parameter comprises an identifier of the virtual machine and a status of the request.
12. The method of claim 10 wherein the requested action is a destruction of the virtual machine, the at least one call parameter comprises a principal and an identifier of the virtual machine to be destroyed, and the acknowledgement parameter compromises a status of the request.
13. The method of claim 10 wherein the requested action is a retrieval of information about the virtual machine, the at least one call parameter comprises a principal and an identifier of the virtual machine, and the at least one acknowledgement parameter comprises information about the virtual machine and a status of the request.
14. The method of claim 10 wherein the requested action is a retrieval of information about a set of virtual machines, the call parameter comprises a principal, and the at least one acknowledgement parameter comprises information about the set of virtual machines and a status of the request.
15. The method of claim 10 wherein the requested action is an update of information about the virtual machine, the at least one call parameter comprises a principal, an identifier of the virtual machine, and information about the virtual machine, and the acknowledgement parameter comprises a status of the request.
16. The method of claim 10 wherein the requested action is a creation of a resource, the at least one call parameter comprises a principal, an identifier of an originating virtual machine, an identifier of a destination virtual machine, and information about the resource to be created, and the at least one acknowledgement parameter comprises an identifier of the resource and a status of the request.
17. The method of claim 10 wherein the requested action is an access to a resource, the at least one call parameter comprises a principal, an identifier of an originating virtual machine, an identifier of a destination virtual machine, and an identifier of the resource, and the acknowledgement parameter comprises a status of the request.
18. A method for a process to communicate with a management facility in order to request that the process be registered to receive change notifications, the method comprising:
issuing, by the process, a call having a plurality of call parameters comprising a module identification, a principal, a function to be called when a virtual machine is created, a function to be called when information about a virtual machine is updated, and a function to be called when a virtual machine is destroyed;
receiving, by the management facility, the call and parsing the call to retrieve the call parameters; and
issuing, by the management facility, an acknowledgement having an acknowledgement parameter comprising a status of the request.
19. A method for a management facility to notify a process of an action taken with respect to a virtual machine, the method comprising:
issuing, by the management facility, a call having at least one call parameter; and
receiving, by the process, the call and parsing the call to retrieve the at least one call parameter.
20. The method of claim 19 wherein the action is a creation of the virtual machine and the at least one call parameter comprises an identifier of the virtual machine and information about the virtual machine.
21. The method of claim 19 wherein the action is an update in information about the virtual machine and the at least one call parameter comprises an identifier of the virtual machine and information about the virtual machine.
22. The method of claim 19 wherein the action is a destruction of the virtual machine and the call parameter comprises an identifier of the virtual machine.
US11/097,409 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources Abandoned US20050251808A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/097,409 US20050251808A1 (en) 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/946,659 US7257815B2 (en) 2001-09-05 2001-09-05 Methods and system of managing concurrent access to multiple resources
US11/097,409 US20050251808A1 (en) 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/946,659 Division US7257815B2 (en) 2001-09-05 2001-09-05 Methods and system of managing concurrent access to multiple resources

Publications (1)

Publication Number Publication Date
US20050251808A1 true US20050251808A1 (en) 2005-11-10

Family

ID=25484775

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/946,659 Expired - Lifetime US7257815B2 (en) 2001-09-05 2001-09-05 Methods and system of managing concurrent access to multiple resources
US11/096,595 Expired - Fee Related US7568236B2 (en) 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources
US11/097,409 Abandoned US20050251808A1 (en) 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/946,659 Expired - Lifetime US7257815B2 (en) 2001-09-05 2001-09-05 Methods and system of managing concurrent access to multiple resources
US11/096,595 Expired - Fee Related US7568236B2 (en) 2001-09-05 2005-03-31 Methods and systems of managing concurrent access to multiple resources

Country Status (1)

Country Link
US (3) US7257815B2 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060161982A1 (en) * 2005-01-18 2006-07-20 Chari Suresh N Intrusion detection system
US7346909B1 (en) * 2006-08-28 2008-03-18 Intel Corporation Network-like communication and stack synchronization for different virtual machines on the same physical device
US20080098308A1 (en) * 2001-10-24 2008-04-24 At&T Labs, Inc. Unified interface for managing dsl services
US20080123536A1 (en) * 2006-11-28 2008-05-29 Sun Microsystems, Inc. Virtual network testing and deployment using network stack instances and containers
US20090113420A1 (en) * 2007-10-26 2009-04-30 Brian Pawlowski System and method for utilizing a virtualized compute cluster as an execution engine for a virtual machine of a storage system cluster
US7591011B1 (en) * 2005-04-22 2009-09-15 Sun Microsystems, Inc. Assigning higher priority to transactions based on subscription level
US20100146120A1 (en) * 2008-12-09 2010-06-10 Microsoft Corporation Caller-specific visibility masks for networking objects
US7788496B2 (en) 2003-10-08 2010-08-31 Microsoft Corporation First computer process and second computer process proxy-executing code on behalf thereof
US20100275200A1 (en) * 2009-04-22 2010-10-28 Dell Products, Lp Interface for Virtual Machine Administration in Virtual Desktop Infrastructure
US7979911B2 (en) * 2003-10-08 2011-07-12 Microsoft Corporation First computer process and second computer process proxy-executing code from third computer process on behalf of first process
US8103592B2 (en) 2003-10-08 2012-01-24 Microsoft Corporation First computer process and second computer process proxy-executing code on behalf of first process
US20120110657A1 (en) * 2009-07-14 2012-05-03 Ahnlab, Inc. Apparatus and method for host-based network separation
US20120180041A1 (en) * 2011-01-07 2012-07-12 International Business Machines Corporation Techniques for dynamically discovering and adapting resource and relationship information in virtualized computing environments
US20120303800A1 (en) * 2011-05-23 2012-11-29 Citrix Systems Inc. Autonomous Computer Session Capacity Estimation
US20130060919A1 (en) * 2002-04-05 2013-03-07 Vmware, Inc. Provisioning of computer systems using virtual machines
US8595794B1 (en) 2006-04-13 2013-11-26 Xceedium, Inc. Auditing communications
US8607067B1 (en) 2011-03-01 2013-12-10 Amazon Technologies, Inc. Techniques for attesting to information
US8683560B1 (en) * 2010-12-29 2014-03-25 Amazon Technologies, Inc. Techniques for credential generation
US20140129833A1 (en) * 2008-05-29 2014-05-08 Red Hat, Inc. Management of secure data in cloud-based network
US10171508B2 (en) * 2011-12-21 2019-01-01 Ssh Communications Security Oyj Provisioning new virtual machine with credentials

Families Citing this family (112)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6824064B2 (en) * 2000-12-06 2004-11-30 Mobile-Mind, Inc. Concurrent communication with multiple applications on a smart card
US7382787B1 (en) 2001-07-30 2008-06-03 Cisco Technology, Inc. Packet routing and switching device
US7418536B2 (en) * 2001-07-30 2008-08-26 Cisco Technology, Inc. Processor having systolic array pipeline for processing data packets
US20040025166A1 (en) * 2002-02-02 2004-02-05 International Business Machines Corporation Server computer and a method for accessing resources from virtual machines of a server computer via a fibre channel
US7450438B1 (en) 2002-06-20 2008-11-11 Cisco Technology, Inc. Crossbar apparatus for a forwarding table memory in a router
US7525904B1 (en) 2002-06-20 2009-04-28 Cisco Technology, Inc. Redundant packet routing and switching device and method
US7710991B1 (en) 2002-06-20 2010-05-04 Cisco Technology, Inc. Scalable packet routing and switching device and method
CA2838180C (en) 2002-08-19 2014-12-02 Research In Motion Limited System and method for secure control of resources of wireless mobile communication devices
US20080313282A1 (en) 2002-09-10 2008-12-18 Warila Bruce W User interface, operating system and architecture
US20040123289A1 (en) * 2002-12-20 2004-06-24 Drews Paul C Multi-processing inside a virtual machine
US7536476B1 (en) * 2002-12-20 2009-05-19 Cisco Technology, Inc. Method for performing tree based ACL lookups
FR2849568B1 (en) * 2002-12-26 2005-04-29 Orange France SYSTEM AND METHOD FOR MANAGING RESOURCES IN A TERMINAL CONNECTED TO A COMMUNICATION NETWORK
US7962545B2 (en) * 2002-12-27 2011-06-14 Intel Corporation Dynamic service registry for virtual machines
US7299468B2 (en) * 2003-04-29 2007-11-20 International Business Machines Corporation Management of virtual machines to utilize shared resources
US7594053B2 (en) * 2003-12-12 2009-09-22 Alcatel-Lucent Usa Inc. Adaptive object level locking
US7400878B2 (en) 2004-02-26 2008-07-15 Research In Motion Limited Computing device with environment aware features
US7546631B1 (en) * 2004-04-30 2009-06-09 Sun Microsystems, Inc. Embedded management system for a physical device having virtual elements
EP1741225B1 (en) 2004-04-30 2011-03-02 Research In Motion Limited System and method for filtering data transfers within a mobile device
US7506170B2 (en) * 2004-05-28 2009-03-17 Microsoft Corporation Method for secure access to multiple secure networks
US8095940B2 (en) * 2005-09-19 2012-01-10 Citrix Systems, Inc. Method and system for locating and accessing resources
US20060069662A1 (en) * 2004-09-30 2006-03-30 Citrix Systems, Inc. Method and apparatus for remapping accesses to virtual system resources
US8171479B2 (en) * 2004-09-30 2012-05-01 Citrix Systems, Inc. Method and apparatus for providing an aggregate view of enumerated system resources from various isolation layers
US7680758B2 (en) * 2004-09-30 2010-03-16 Citrix Systems, Inc. Method and apparatus for isolating execution of software applications
US7889712B2 (en) 2004-12-23 2011-02-15 Cisco Technology, Inc. Methods and apparatus for providing loop free routing tables
US7627899B1 (en) 2005-04-22 2009-12-01 Sun Microsystems, Inc. Method and apparatus for improving user experience for legitimate traffic of a service impacted by denial of service attack
US7640591B1 (en) * 2005-04-22 2009-12-29 Sun Microsystems, Inc. Method and apparatus for limiting denial of service attack by limiting traffic for hosts
US7697434B1 (en) 2005-04-22 2010-04-13 Sun Microsystems, Inc. Method and apparatus for enforcing resource utilization of a container
US7739736B1 (en) * 2005-04-22 2010-06-15 Oracle America, Inc. Method and apparatus for dynamically isolating affected services under denial of service attack
US7675920B1 (en) 2005-04-22 2010-03-09 Sun Microsystems, Inc. Method and apparatus for processing network traffic associated with specific protocols
US20060259947A1 (en) * 2005-05-11 2006-11-16 Nokia Corporation Method for enforcing a Java security policy in a multi virtual machine system
US7614082B2 (en) 2005-06-29 2009-11-03 Research In Motion Limited System and method for privilege management and revocation
US8074288B2 (en) * 2005-07-15 2011-12-06 Microsoft Corporation Isolation of application-specific data within a user account
US7779034B2 (en) * 2005-10-07 2010-08-17 Citrix Systems, Inc. Method and system for accessing a remote file in a directory structure associated with an application program executing locally
US20070083610A1 (en) * 2005-10-07 2007-04-12 Treder Terry N Method and a system for accessing a plurality of files comprising an application program
US8131825B2 (en) * 2005-10-07 2012-03-06 Citrix Systems, Inc. Method and a system for responding locally to requests for file metadata associated with files stored remotely
US9397856B2 (en) * 2005-12-02 2016-07-19 Ca, Inc. Virtual tunnel network router
WO2007092651A2 (en) * 2006-01-04 2007-08-16 Nytor, Inc. Trusted host platform
US20070174429A1 (en) 2006-01-24 2007-07-26 Citrix Systems, Inc. Methods and servers for establishing a connection between a client system and a virtual machine hosting a requested computing environment
JP2009524864A (en) * 2006-02-01 2009-07-02 ノキア コーポレイション Access control
US7996834B2 (en) * 2006-04-14 2011-08-09 Microsoft Corporation Virtual machine self-service restrictions
US8447936B2 (en) * 2006-06-30 2013-05-21 Microsoft Corporation Module state management in a virtual machine environment
US7634608B2 (en) * 2006-06-30 2009-12-15 Sun Microsystems, Inc. Bridging network components
US8214828B2 (en) * 2006-06-30 2012-07-03 Microsoft Corporation Module state management in a virtual machine environment
US8392565B2 (en) * 2006-07-20 2013-03-05 Oracle America, Inc. Network memory pools for packet destinations and virtual machines
US8630296B2 (en) * 2006-07-20 2014-01-14 Oracle America, Inc. Shared and separate network stack instances
US7885257B2 (en) * 2006-07-20 2011-02-08 Oracle America, Inc. Multiple virtual network stack instances using virtual network interface cards
US7912926B2 (en) * 2006-07-20 2011-03-22 Oracle America, Inc. Method and system for network configuration for containers
US8869262B2 (en) 2006-08-03 2014-10-21 Citrix Systems, Inc. Systems and methods for application based interception of SSL/VPN traffic
US8495181B2 (en) * 2006-08-03 2013-07-23 Citrix Systems, Inc Systems and methods for application based interception SSI/VPN traffic
US7738457B2 (en) * 2006-12-20 2010-06-15 Oracle America, Inc. Method and system for virtual routing using containers
US7633864B2 (en) * 2006-12-20 2009-12-15 Sun Microsystems, Inc. Method and system for creating a demilitarized zone using network stack instances
US20080172720A1 (en) * 2007-01-15 2008-07-17 Botz Patrick S Administering Access Permissions for Computer Resources
US20080244758A1 (en) * 2007-03-30 2008-10-02 Ravi Sahita Systems and methods for secure association of hardward devices
US8108856B2 (en) 2007-03-30 2012-01-31 Intel Corporation Method and apparatus for adaptive integrity measurement of computer software
US8194667B2 (en) * 2007-03-30 2012-06-05 Oracle America, Inc. Method and system for inheritance of network interface card capabilities
US20080244725A1 (en) * 2007-03-31 2008-10-02 Prashant Dewan Method and apparatus for managing packet buffers
US8464251B2 (en) * 2007-03-31 2013-06-11 Intel Corporation Method and apparatus for managing page tables from a non-privileged software domain
US20080034408A1 (en) * 2007-04-23 2008-02-07 Sachin Duggal Network-Based Computing Service On A Streamed Virtual Computer
US8756293B2 (en) 2007-04-23 2014-06-17 Nholdings Sa Providing a user with virtual computing services
US8185581B2 (en) * 2009-05-19 2012-05-22 Nholdings Sa Providing a local device with computing services from a remote host
US7895642B1 (en) * 2007-05-22 2011-02-22 Sprint Communications Company L.P. Tiered security services
US8341277B2 (en) * 2007-07-03 2012-12-25 International Business Machines Corporation System and method for connecting closed, secure production network
US8171483B2 (en) * 2007-10-20 2012-05-01 Citrix Systems, Inc. Method and system for communicating between isolation environments
US8332951B2 (en) * 2008-02-12 2012-12-11 International Business Machines Corporation Section based security for a sectioned surface-based computing device
US8307084B1 (en) * 2008-02-14 2012-11-06 Imera Systems, Inc. Method and system for providing lock-down communities comprising a plurality of resources
US20090300599A1 (en) * 2008-05-30 2009-12-03 Matthew Thomas Piotrowski Systems and methods of utilizing virtual machines to protect computer systems
US8543935B2 (en) * 2008-08-20 2013-09-24 Red Hat, Inc. Full-screen heterogeneous desktop display and control
US8321878B2 (en) 2008-10-09 2012-11-27 Microsoft Corporation Virtualized storage assignment method
KR101437122B1 (en) * 2008-12-03 2014-09-02 삼성전자 주식회사 Apparatus for providing service using OS virtualization and method thereof
FR2939540B1 (en) * 2008-12-05 2011-01-07 Thales Sa SECURITY EQUIPMENT
US9270785B2 (en) * 2008-12-18 2016-02-23 Citrix Systems, Inc. System and method for a distributed virtual desktop infrastructure
US8090797B2 (en) * 2009-05-02 2012-01-03 Citrix Systems, Inc. Methods and systems for launching applications into existing isolation environments
JP5458708B2 (en) * 2009-07-09 2014-04-02 株式会社リコー Image processing apparatus, display control method, and display control program
US20110029971A1 (en) * 2009-07-30 2011-02-03 Fujitsu Limited Information processing apparatus, image processing method and computer program
JP5644150B2 (en) * 2010-03-23 2014-12-24 日本電気株式会社 Service providing system, virtual machine server, service providing method, and service providing program
US9183560B2 (en) 2010-05-28 2015-11-10 Daniel H. Abelow Reality alternate
US8726093B2 (en) 2010-06-30 2014-05-13 Oracle America, Inc. Method and system for maintaining direct hardware access in the event of network interface card failure
US9147085B2 (en) * 2010-09-24 2015-09-29 Blackberry Limited Method for establishing a plurality of modes of operation on a mobile device
US9047451B2 (en) 2010-09-24 2015-06-02 Blackberry Limited Method and apparatus for differentiated access control
CN103229183B (en) 2010-09-24 2016-05-11 黑莓有限公司 Be used for the method and apparatus of the access control of differentiation
US9225727B2 (en) 2010-11-15 2015-12-29 Blackberry Limited Data source based application sandboxing
EP2673704B1 (en) * 2011-04-07 2019-10-23 Ent. Services Development Corporation LP Method and apparatus for moving a software object
US20130039266A1 (en) 2011-08-08 2013-02-14 Research In Motion Limited System and method to increase link adaptation performance with multi-level feedback
US9497220B2 (en) 2011-10-17 2016-11-15 Blackberry Limited Dynamically generating perimeters
US9161226B2 (en) 2011-10-17 2015-10-13 Blackberry Limited Associating services to perimeters
US9613219B2 (en) * 2011-11-10 2017-04-04 Blackberry Limited Managing cross perimeter access
US8799227B2 (en) 2011-11-11 2014-08-05 Blackberry Limited Presenting metadata from multiple perimeters
US8893261B2 (en) 2011-11-22 2014-11-18 Vmware, Inc. Method and system for VPN isolation using network namespaces
US9015807B2 (en) 2011-12-01 2015-04-21 Microsoft Technology Licensing, Llc Authorizing application access to secure resources
US9262604B2 (en) 2012-02-01 2016-02-16 Blackberry Limited Method and system for locking an electronic device
US9698975B2 (en) 2012-02-15 2017-07-04 Blackberry Limited Key management on device for perimeters
EP2629570B1 (en) 2012-02-16 2015-11-25 BlackBerry Limited Method and apparatus for automatic vpn login and interface selection
EP2629478B1 (en) 2012-02-16 2018-05-16 BlackBerry Limited Method and apparatus for separation of connection data by perimeter type
CA2805960C (en) 2012-02-16 2016-07-26 Research In Motion Limited Method and apparatus for management of multiple grouped resources on device
US9426145B2 (en) 2012-02-17 2016-08-23 Blackberry Limited Designation of classes for certificates and keys
CA2799903C (en) 2012-02-17 2017-10-24 Research In Motion Limited Certificate management method based on connectivity and policy
US8839447B2 (en) * 2012-02-27 2014-09-16 Ca, Inc. System and method for virtual image security in a cloud environment
JP5675679B2 (en) * 2012-03-13 2015-02-25 株式会社東芝 Virtual image file creation system and virtual image file creation method
WO2013138979A1 (en) * 2012-03-19 2013-09-26 Empire Technology Development Llc Hybrid multi-tenancy cloud platform
US9369466B2 (en) 2012-06-21 2016-06-14 Blackberry Limited Managing use of network resources
US8972762B2 (en) 2012-07-11 2015-03-03 Blackberry Limited Computing devices and methods for resetting inactivity timers on computing devices
US9075955B2 (en) 2012-10-24 2015-07-07 Blackberry Limited Managing permission settings applied to applications
US8656016B1 (en) 2012-10-24 2014-02-18 Blackberry Limited Managing application execution and data access on a device
US20140181985A1 (en) * 2012-12-21 2014-06-26 Broadcom Corporation Content Specific Data Scrambling
CN104969176B (en) 2013-01-29 2019-12-27 黑莓有限公司 Method, device and medium for managing access of application to certificate and secret key
CN104038444B (en) * 2013-03-05 2017-05-31 中国移动通信集团山西有限公司 A kind of method of resource allocation, equipment and system
US9477934B2 (en) * 2013-07-16 2016-10-25 Sap Portals Israel Ltd. Enterprise collaboration content governance framework
US9456003B2 (en) * 2013-07-24 2016-09-27 At&T Intellectual Property I, L.P. Decoupling hardware and software components of network security devices to provide security software as a service in a distributed computing environment
US10581687B2 (en) * 2013-09-26 2020-03-03 Appformix Inc. Real-time cloud-infrastructure policy implementation and management
US9516033B2 (en) * 2014-10-13 2016-12-06 International Business Machines Corporation Providing restricted access to given devices by constructing abstract devices
US10868742B2 (en) 2017-03-29 2020-12-15 Juniper Networks, Inc. Multi-cluster dashboard for distributed virtualization infrastructure element monitoring and policy control
CN111461864A (en) * 2020-03-31 2020-07-28 中国银行股份有限公司 Transaction processing method and device

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US28642A (en) * 1860-06-12 Improvement in mechanism for starting sewing-machines
US46576A (en) * 1865-02-28 Improvement in escapements for time-pieces
US4480304A (en) * 1980-10-06 1984-10-30 International Business Machines Corporation Method and means for the retention of locks across system, subsystem, and communication failures in a multiprocessing, multiprogramming, shared data environment
US5615327A (en) * 1992-01-03 1997-03-25 Amdahl Corporation Apparatus and method for controlling the initiating of a synchronization protocol for synchronizing a plurality of processors in a multi-processor system
US5893157A (en) * 1997-05-28 1999-04-06 International Business Machines Corporation Blocking symbol control in a computer system to serialize accessing a data resource by simultaneous processor requests
US6047307A (en) * 1994-12-13 2000-04-04 Microsoft Corporation Providing application programs with unmediated access to a contested hardware resource
US6052781A (en) * 1997-02-21 2000-04-18 Savvy Frontiers Property Trust Multiple user computer including anti-concurrent user-class based disjunctive separation of plural hard drive operation
US6101569A (en) * 1997-07-07 2000-08-08 International Business Machines Corporation Computer resources access control apparatus and method
US6199181B1 (en) * 1997-09-09 2001-03-06 Perfecto Technologies Ltd. Method and system for maintaining restricted operating environments for application programs or operating systems
US6282561B1 (en) * 1995-12-07 2001-08-28 Microsoft Corporation Method and system for resource management with independent real-time applications on a common set of machines
US6363426B1 (en) * 2000-01-07 2002-03-26 Dialout.Net, Inc. System and method of allocating modem resources to software applications
US6381735B1 (en) * 1998-10-02 2002-04-30 Microsoft Corporation Dynamic classification of sections of software
US6593940B1 (en) * 1998-12-23 2003-07-15 Intel Corporation Method for finding errors in multithreaded applications
US6609198B1 (en) * 1999-08-05 2003-08-19 Sun Microsystems, Inc. Log-on service providing credential level change without loss of session continuity
US6681238B1 (en) * 1998-03-24 2004-01-20 International Business Machines Corporation Method and system for providing a hardware machine function in a protected virtual machine
US6714949B1 (en) * 2000-04-25 2004-03-30 Adaptec, Inc. Dynamic file system configurations
US6725457B1 (en) * 2000-05-17 2004-04-20 Nvidia Corporation Semaphore enhancement to improve system performance
US6732220B2 (en) * 1999-02-17 2004-05-04 Elbrus International Method for emulating hardware features of a foreign architecture in a host operating system environment
US6823458B1 (en) * 1999-11-18 2004-11-23 International Business Machines Corporation Apparatus and method for securing resources shared by multiple operating systems
US7055171B1 (en) * 2000-05-31 2006-05-30 Hewlett-Packard Development Company, L.P. Highly secure computer system architecture for a heterogeneous client environment
US7171548B2 (en) * 1998-11-20 2007-01-30 Altera Corporation Method for managing resources in a reconfigurable computer having programmable logic resources where automatically swapping configuration data between a secondary storage device and the programmable logic resources
US7188344B1 (en) * 1999-12-21 2007-03-06 Unisys Corporation Architecture for a read/write thread lock
US7209964B2 (en) * 1997-10-06 2007-04-24 Verizon Business Global Llc Intelligent network
US7228354B2 (en) * 2002-06-28 2007-06-05 International Business Machines Corporation Method for improving performance in a computer storage system by regulating resource requests from clients
US7246260B2 (en) * 1998-09-24 2007-07-17 Yottayotta, Inc. Methods and systems for implementing shared disk array management functions
US7278142B2 (en) * 2000-08-24 2007-10-02 Veritas Operating Corporation Dynamic computing environment using remotely allocable resources
US7324637B2 (en) * 1998-05-04 2008-01-29 Securus Technologies, Inc. Resource allocation system and method
US7353261B2 (en) * 2000-12-28 2008-04-01 Cisco Technology, Inc. System using truncated superior resource name and unique number obtained from global counter maintained by a server for generating unique subordinate resource name

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0198030A (en) * 1987-10-09 1989-04-17 Nec Corp Main memory control system for virtual computer
US5201049A (en) * 1988-09-29 1993-04-06 International Business Machines Corporation System for executing applications program concurrently/serially on different virtual machines
US6802062B1 (en) * 1997-04-01 2004-10-05 Hitachi, Ltd. System with virtual machine movable between virtual machine systems and control method
US6223202B1 (en) * 1998-06-05 2001-04-24 International Business Machines Corp. Virtual machine pooling
US6606660B1 (en) * 1999-08-31 2003-08-12 Accenture Llp Stream-based communication in a communication services patterns environment
US6842906B1 (en) * 1999-08-31 2005-01-11 Accenture Llp System and method for a refreshable proxy pool in a communication services patterns environment
US6957274B2 (en) * 2001-06-27 2005-10-18 Microsoft Corporation System adds additional new routes and default routes to a routing table to allow concurrent access to two different network connections
US7174379B2 (en) * 2001-08-03 2007-02-06 International Business Machines Corporation Managing server resources for hosted applications
US7124192B2 (en) * 2001-08-30 2006-10-17 International Business Machines Corporation Role-permission model for security policy administration and enforcement

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US28642A (en) * 1860-06-12 Improvement in mechanism for starting sewing-machines
US46576A (en) * 1865-02-28 Improvement in escapements for time-pieces
US4480304A (en) * 1980-10-06 1984-10-30 International Business Machines Corporation Method and means for the retention of locks across system, subsystem, and communication failures in a multiprocessing, multiprogramming, shared data environment
US5615327A (en) * 1992-01-03 1997-03-25 Amdahl Corporation Apparatus and method for controlling the initiating of a synchronization protocol for synchronizing a plurality of processors in a multi-processor system
US6047307A (en) * 1994-12-13 2000-04-04 Microsoft Corporation Providing application programs with unmediated access to a contested hardware resource
US6282561B1 (en) * 1995-12-07 2001-08-28 Microsoft Corporation Method and system for resource management with independent real-time applications on a common set of machines
US6052781A (en) * 1997-02-21 2000-04-18 Savvy Frontiers Property Trust Multiple user computer including anti-concurrent user-class based disjunctive separation of plural hard drive operation
US5893157A (en) * 1997-05-28 1999-04-06 International Business Machines Corporation Blocking symbol control in a computer system to serialize accessing a data resource by simultaneous processor requests
US6101569A (en) * 1997-07-07 2000-08-08 International Business Machines Corporation Computer resources access control apparatus and method
US6199181B1 (en) * 1997-09-09 2001-03-06 Perfecto Technologies Ltd. Method and system for maintaining restricted operating environments for application programs or operating systems
US7209964B2 (en) * 1997-10-06 2007-04-24 Verizon Business Global Llc Intelligent network
US6681238B1 (en) * 1998-03-24 2004-01-20 International Business Machines Corporation Method and system for providing a hardware machine function in a protected virtual machine
US7324637B2 (en) * 1998-05-04 2008-01-29 Securus Technologies, Inc. Resource allocation system and method
US7246260B2 (en) * 1998-09-24 2007-07-17 Yottayotta, Inc. Methods and systems for implementing shared disk array management functions
US6381735B1 (en) * 1998-10-02 2002-04-30 Microsoft Corporation Dynamic classification of sections of software
US7171548B2 (en) * 1998-11-20 2007-01-30 Altera Corporation Method for managing resources in a reconfigurable computer having programmable logic resources where automatically swapping configuration data between a secondary storage device and the programmable logic resources
US6593940B1 (en) * 1998-12-23 2003-07-15 Intel Corporation Method for finding errors in multithreaded applications
US6732220B2 (en) * 1999-02-17 2004-05-04 Elbrus International Method for emulating hardware features of a foreign architecture in a host operating system environment
US6609198B1 (en) * 1999-08-05 2003-08-19 Sun Microsystems, Inc. Log-on service providing credential level change without loss of session continuity
US6823458B1 (en) * 1999-11-18 2004-11-23 International Business Machines Corporation Apparatus and method for securing resources shared by multiple operating systems
US7188344B1 (en) * 1999-12-21 2007-03-06 Unisys Corporation Architecture for a read/write thread lock
US6363426B1 (en) * 2000-01-07 2002-03-26 Dialout.Net, Inc. System and method of allocating modem resources to software applications
US6714949B1 (en) * 2000-04-25 2004-03-30 Adaptec, Inc. Dynamic file system configurations
US6725457B1 (en) * 2000-05-17 2004-04-20 Nvidia Corporation Semaphore enhancement to improve system performance
US7055171B1 (en) * 2000-05-31 2006-05-30 Hewlett-Packard Development Company, L.P. Highly secure computer system architecture for a heterogeneous client environment
US7278142B2 (en) * 2000-08-24 2007-10-02 Veritas Operating Corporation Dynamic computing environment using remotely allocable resources
US7353261B2 (en) * 2000-12-28 2008-04-01 Cisco Technology, Inc. System using truncated superior resource name and unique number obtained from global counter maintained by a server for generating unique subordinate resource name
US7228354B2 (en) * 2002-06-28 2007-06-05 International Business Machines Corporation Method for improving performance in a computer storage system by regulating resource requests from clients

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080098308A1 (en) * 2001-10-24 2008-04-24 At&T Labs, Inc. Unified interface for managing dsl services
US10248445B2 (en) 2002-04-05 2019-04-02 Vmware, Inc. Provisioning of computer systems using virtual machines
US9037689B2 (en) * 2002-04-05 2015-05-19 Vmware, Inc. Provisioning of computer systems using virtual machines
US20130060919A1 (en) * 2002-04-05 2013-03-07 Vmware, Inc. Provisioning of computer systems using virtual machines
US7979911B2 (en) * 2003-10-08 2011-07-12 Microsoft Corporation First computer process and second computer process proxy-executing code from third computer process on behalf of first process
US8380634B2 (en) * 2003-10-08 2013-02-19 Microsoft Corporation First computer process and second computer process proxy-executing code on behalf of first process
US7788496B2 (en) 2003-10-08 2010-08-31 Microsoft Corporation First computer process and second computer process proxy-executing code on behalf thereof
US8103592B2 (en) 2003-10-08 2012-01-24 Microsoft Corporation First computer process and second computer process proxy-executing code on behalf of first process
US20060161982A1 (en) * 2005-01-18 2006-07-20 Chari Suresh N Intrusion detection system
US7591011B1 (en) * 2005-04-22 2009-09-15 Sun Microsystems, Inc. Assigning higher priority to transactions based on subscription level
US8732476B1 (en) 2006-04-13 2014-05-20 Xceedium, Inc. Automatic intervention
US20140201817A1 (en) * 2006-04-13 2014-07-17 Xceedium, Inc. Auditing communications
US9270658B2 (en) * 2006-04-13 2016-02-23 Xceedium, Inc. Auditing communications
US9258308B1 (en) * 2006-04-13 2016-02-09 Xceedium, Inc. Point to multi-point connections
US9231973B1 (en) 2006-04-13 2016-01-05 Xceedium, Inc. Automatic intervention
US8595794B1 (en) 2006-04-13 2013-11-26 Xceedium, Inc. Auditing communications
US8831011B1 (en) * 2006-04-13 2014-09-09 Xceedium, Inc. Point to multi-point connections
US7346909B1 (en) * 2006-08-28 2008-03-18 Intel Corporation Network-like communication and stack synchronization for different virtual machines on the same physical device
US7733795B2 (en) * 2006-11-28 2010-06-08 Oracle America, Inc. Virtual network testing and deployment using network stack instances and containers
US20080123536A1 (en) * 2006-11-28 2008-05-29 Sun Microsystems, Inc. Virtual network testing and deployment using network stack instances and containers
US8468521B2 (en) * 2007-10-26 2013-06-18 Netapp, Inc. System and method for utilizing a virtualized compute cluster as an execution engine for a virtual machine of a storage system cluster
US20090113420A1 (en) * 2007-10-26 2009-04-30 Brian Pawlowski System and method for utilizing a virtualized compute cluster as an execution engine for a virtual machine of a storage system cluster
US20140129833A1 (en) * 2008-05-29 2014-05-08 Red Hat, Inc. Management of secure data in cloud-based network
US9112836B2 (en) * 2008-05-29 2015-08-18 Red Hat, Inc. Management of secure data in cloud-based network
US20100146120A1 (en) * 2008-12-09 2010-06-10 Microsoft Corporation Caller-specific visibility masks for networking objects
US20100275200A1 (en) * 2009-04-22 2010-10-28 Dell Products, Lp Interface for Virtual Machine Administration in Virtual Desktop Infrastructure
US20120110657A1 (en) * 2009-07-14 2012-05-03 Ahnlab, Inc. Apparatus and method for host-based network separation
US10097531B2 (en) 2010-12-29 2018-10-09 Amazon Technologies, Inc. Techniques for credential generation
US8683560B1 (en) * 2010-12-29 2014-03-25 Amazon Technologies, Inc. Techniques for credential generation
US9443074B1 (en) 2010-12-29 2016-09-13 Amazon Technologies, Inc. Techniques for attesting to information
US9455975B2 (en) 2010-12-29 2016-09-27 Amazon Technologies, Inc. Techniques for managing credentials in a distributed computing environment
US8984506B2 (en) * 2011-01-07 2015-03-17 International Business Machines Corporation Techniques for dynamically discovering and adapting resource and relationship information in virtualized computing environments
US20120180041A1 (en) * 2011-01-07 2012-07-12 International Business Machines Corporation Techniques for dynamically discovering and adapting resource and relationship information in virtualized computing environments
US8607067B1 (en) 2011-03-01 2013-12-10 Amazon Technologies, Inc. Techniques for attesting to information
US10216921B1 (en) 2011-03-01 2019-02-26 Amazon Technologies, Inc. Techniques for attesting to information
US9052953B2 (en) * 2011-05-23 2015-06-09 Citrix Systems, Inc. Autonomous computer session capacity estimation
US9998527B2 (en) * 2011-05-23 2018-06-12 Citrix Systems, Inc. Autonomous computer session capacity estimation
US20150264126A1 (en) * 2011-05-23 2015-09-17 Citrix Systems, Inc. Autonomous Computer Session Capacity Estimation
US20120303800A1 (en) * 2011-05-23 2012-11-29 Citrix Systems Inc. Autonomous Computer Session Capacity Estimation
US10171508B2 (en) * 2011-12-21 2019-01-01 Ssh Communications Security Oyj Provisioning new virtual machine with credentials
US10277632B2 (en) 2011-12-21 2019-04-30 Ssh Communications Security Oyj Automated access, key, certificate, and credential management
US10530814B2 (en) 2011-12-21 2020-01-07 Ssh Communications Security Oyj Managing authenticators in a computer system
US10693916B2 (en) 2011-12-21 2020-06-23 Ssh Communications Security Oyj Restrictions on use of a key
US10708307B2 (en) 2011-12-21 2020-07-07 Ssh Communications Security Oyj Notifications in a computer system
US10812530B2 (en) 2011-12-21 2020-10-20 Ssh Communications Security Oyj Extracting information in a computer system

Also Published As

Publication number Publication date
US7568236B2 (en) 2009-07-28
US20030065676A1 (en) 2003-04-03
US20050172156A1 (en) 2005-08-04
US7257815B2 (en) 2007-08-14

Similar Documents

Publication Publication Date Title
US7568236B2 (en) Methods and systems of managing concurrent access to multiple resources
US8893300B2 (en) Security systems and methods to reduce data leaks in enterprise networks
US7793100B2 (en) Reference monitor for enforcing information flow policies
US9558343B2 (en) Methods and systems for controlling access to resources and privileges per process
US8024565B2 (en) Authorizing information flows
US7975295B2 (en) Associating security information with information objects
US20210173919A1 (en) Systems and methods for controlling privileged operations
US6883098B1 (en) Method and computer system for controlling access by applications to this and other computer systems
KR101278786B1 (en) Resource based dynamic security authorization
US20010044904A1 (en) Secure remote kernel communication
RU2546585C2 (en) System and method of providing application access rights to computer files
RU2573785C2 (en) System and method for applying file access rules during transfer thereof between computers
EP3438864B1 (en) Method and system for protecting a computer file against possible malware encryption
EP2835758B1 (en) System and method for controlling access to encrypted files
WO2016177051A1 (en) Security authentication method and device
CN115795493A (en) Access control policy deployment method, related device and access control system
KR100657353B1 (en) Security system and method for supporting a variety of access control policies, and recordable medium thereof
EP2881887B1 (en) System and method of applying access rules to files transmitted between computers
Rahalkar et al. Operating System Basics
GB2588552A (en) File execution

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014