The present invention relates to queue management, and more specifically, to forecasting movement behavior using machine learning to enhance queue management.
Queue optimization (also referred to as queue management) is a process whose goal is to reduce the waiting time prior to a task. In many situations, prior to a device/object/equipment/system (hereinafter referred to as “device”) performing the task, the device must be configured to perform the task. For example, if a user wishes to use an elevator in a building, the elevator must first be configured to be available to the user (i.e., be on the same floor as the user). As another example, if a user enters a bank and wishes to engage with a teller, the teller's computer system must first be configured to access the user's account. As another example, if a truck arrives at a distribution center carrying an unusual load requiring specialized unloading equipment, this specialized unloading equipment must be prepositioned in the docking bay prior to the truck being unloaded. In still another example, if a patient arrives at an emergency room having a particular condition, whatever equipment that is required to treat the condition must be prepositioned, prior to the patient being treated. In all of these instances, the performance of a task is delayed because a device needed to perform the task has not yet been properly configured.
A computer-implemented process using a queue management system includes the following operations. A user and a plurality of configurable nodes are identified in a scope of the queue management system. A proximity between the user and a particular one of the plurality of configurable nodes is dynamically determined in real-time. Using a machine learning engine and based upon the proximity and historical data associated with the scope of the queue management system, a probability measure that the user will engage with the particular one of the plurality of configurable nodes is determined. Based upon the probability measure exceeding a threshold, the user is added to a queue managed by the queue management system. Based upon the user being added to the queue, a state of the one of the plurality of plurality of configuration nodes is altered by the queue management system.
In other aspects of the process, the proximity includes a scalar distance and a change of distance, and the scalar distance is a non-Euclidian distance. Also, the user is associated with a personal communication device and each of the plurality of configurable nodes are respectively associated with a unique communication node, and the proximity is determined using mobile signal strength. The configurable nodes can be transportation nodes, and the plurality of configurable nodes includes a plurality of different types of configurable nodes. The threshold can be dynamically adjusted using the machine learning engine. Also, the determining the probability measure includes determining a probability that the user will wait for a particular type of node of the configurable node and determining a probability that the user will travel a particular distance to the particular one of the plurality of configurable node.
A computer hardware system having a queue management system includes a hardware processor configured to perform the following operations. A user and a plurality of configurable nodes are identified in a scope of the queue management system. A proximity between the user and a particular one of the plurality of configurable nodes is dynamically determined in real-time. Using a machine learning engine and based upon the proximity and historical data associated with the scope of the queue management system, a probability measure that the user will engage with the particular one of the plurality of configurable nodes is determined. Based upon the probability measure exceeding a threshold, the user is added to a queue managed by the queue management system. Based upon the user being added to the queue, a state of the one of the plurality of plurality of configuration nodes is altered by the queue management system.
In other aspects of the hardware system, the proximity includes a scalar distance and a change of distance, and the scalar distance is a non-Euclidian distance. Also, the user is associated with a personal communication device and each of the plurality of configurable nodes are respectively associated with a unique communication node, and the proximity is determined using mobile signal strength. The configurable nodes can be transportation nodes, and the plurality of configurable nodes includes a plurality of different types of configurable nodes. The threshold can be dynamically adjusted using the machine learning engine. Also, the determining the probability measure includes determining a probability that the user will wait for a particular type of node of the configurable node and determining a probability that the user will travel a particular distance to the particular one of the plurality of configurable node.
A computer program product includes a computer readable storage medium having stored therein program code. The program code, which when executed by computer hardware system including a queue management system, causes the computer hardware system to perform the following. A user and a plurality of configurable nodes are identified in a scope of the queue management system. A proximity between the user and a particular one of the plurality of configurable nodes is dynamically determined in real-time. Using a machine learning engine and based upon the proximity and historical data associated with the scope of the queue management system, a probability measure that the user will engage with the particular one of the plurality of configurable nodes is determined. Based upon the probability measure exceeding a threshold, the user is added to a queue managed by the queue management system. Based upon the user being added to the queue, a state of the one of the plurality of plurality of configuration nodes is altered by the queue management system.
In other aspects of the computer program product, the proximity includes a scalar distance and a change of distance, and the scalar distance is a non-Euclidian distance. Also, the user is associated with a personal communication device and each of the plurality of configurable nodes are respectively associated with a unique communication node, and the proximity is determined using mobile signal strength. The configurable nodes can be transportation nodes, and the plurality of configurable nodes includes a plurality of different types of configurable nodes. The threshold can be dynamically adjusted using the machine learning engine. Also, the determining the probability measure includes determining a probability that the user will wait for a particular type of node of the configurable node and determining a probability that the user will travel a particular distance to the particular one of the plurality of configurable node.
This Summary section is provided merely to introduce certain concepts and not to identify any key or essential features of the claimed subject matter. Other features of the inventive arrangements will be apparent from the accompanying drawings and from the following detailed description.
With reference to
In 140, the parameters of the model are tuned. There are many different types of known techniques used to train a model. Some of these techniques are discussed in further detail with regard to
In 160, the parameters of the model and the hyperparameters are evaluated. This typically involves using some metric or combination of metrics to generate an objective descriptor of the performance of the model. The evaluation typically uses data that has yet to be seen by the model (e.g., new interactions with the environment). The operations of 140-160 continue until a determination, in 170, that no additional tuning is to be performed. In 180, the tuned model can then be applied to real-world data.
A reward function, which is part of the environment, generates the reward (Rt), and the reward function reflects the desired goal of the model being trained. The “policy” (π) is a methodology by which to map the State (St) of the agent to certain actions (At). Formally, the policy π(s) is defined as the suggested action (or a probability distribution of actions) that the agent should take for every possible state s∈S. The “value” is a future reward received by an agent by taking an action (At) in a particular State (St). Ultimately, the goal of the agent is to generate actions (At) that maximize the reward function.
Examples of RL algorithms that may be used include Markov decision process (MDP), Monte Carlo methods, temporal difference learning, Q-learning, Deep Q Networks (DQN), State-Action-Reward-State-Action (SARSA), a distributed cluster-based multi-agent bidding solution (DCMAB), and the like.
A neural network can be seen as a universal functional approximator that can be used to replace the Q-table used in Q-learning. In a DQN model, the loss function 50 is represented as a squared error of the target Q value and prediction Q value. Error is minimized by optimizing the weights, θ. In DQN, two separate networks (i.e., target network 54 and prediction network 56 having the same architecture) can be respectively employed to estimate target and prediction Q values based upon state 52. The result from the target model is treated as a ground truth for the prediction network 56. The weights for the prediction network 56 get updated every iteration and the weights of the target network 54 get updated with the prediction network 56 after N iterations.
Reference is made to
Referring to
Referring more specifically to
In 414, the one or more configurable nodes 320A-D and 340 are identified. In the context of the present example, the one or more configurable nodes 320A-D and 340 are transportation nodes, such as banks of elevators 320A-D and stairs 340. In many instances, the number and identity of the one or more configurable nodes 320A-D and 340 are constant (i.e., unchanged) over time. Consequently, the identification of these configurable nodes 320A-D and 340 may only have to be done once or infrequently. Additionally, the configuration devices 310A and 340 are not limited as to a single particular type. For example, the architecture illustrated in
In 416, a proximity between the users 330A-D and the one or more configurable nodes 320A-D and 340 is determined using a distance calculator 329. Although
The proximity can be a scalar distance between a particular user 330A-D and a particular configurable node 320A-D and 34. Alternatively, the proximity can be a non-Euclidian distance such as a Manhattan distance. Additionally, the proximity can include whether the distance is changing (i.e., getting greater or getting smaller). Many different approaches for determining a proximity between the a particular user 330A-D and a particular one of the configurable nodes 320A-D and 340 are known, and the distance calculator 329 of the queue management system 300 is not limited as to a particular approach. However, in certain aspects, the queue management system 300 can use the signals emitted by the personal communication devices 335A-D respectively associated with the users 330A-D.
For example, mobile devices 335A-D oftentimes include transmitters that constantly produce signals using Bluetooth, WIFI, and/or LTE bands. The communication nodes 325A-D associated with one the or more configurable nodes 320A-D and 340 can include a communication module 327 and to detect these signals. WIFI and Bluetooth-emitted signal strengths can be typically measured using decibel milliwatts (dBm), a unit used to indicate the power ratio of decibels (dB) with reference to one milliwatt (mW) using the Received Signal Strength Indicator (RSSI). Employing this technique, a distance calculator 329 of the communication nodes 325A-D can deduce a distance between a particular communication node 325A-D and a particular mobile device 335A-D. By locating the communication nodes 325A-D adjacent the one or more configurable nodes 320A-D and 340 (e.g., at an elevator door or the entrance to stairs), the distance between the particular communication node 325A-D and the particular mobile device 335A-D can be used as a proxy for the distance between the user 330A-D (associated with the particular mobile device 330A-B) and the configurable node 320A-D and 340 (associated with the particular communication node 320A-D and 340).
In addition to the determining the distance between the users 330A-D to the one or more configurable nodes 320A-D and 340, the distance calculator 329 can also determine whether or not the distance is increasing or decreasing. Many different approaches are known for determining whether or not the distance between the users 330A-D and one or more configurable nodes 320A-D and 340 is increasing or decreasing, and the queue management system 300 is not limited as to a particular approach.
Although not limited in this manner, pseudocode for implementing a determination of the distance between two nodes is illustrated in
In 420, upon the data being gathered in 410, the queue management server 310 selects one of the users 330A-D to evaluate. The queue management server 310 is not limited in the manner in which the user 330A-D is selected. However, in certain aspects, the queue management server 310 selects, after ordering the users 330A-D from nearest to farthest away from one of the configurable nodes 320A-D and 340, the user 330A-D nearest to one of the configurable nodes 320A-D and 340. As further discussed with regard to 455, all users 330A-D can potentially be evaluated in turn.
In 425, upon a particular user 330A-D being selected in 420, the queue management server 310 selects a particular one of the configurable nodes 320A-D and 340 against which to evaluate the particular user 330A-D. As discussed above, in the context of the present example, the one or more configurable nodes 320A-D and 340 are transportation nodes, such as banks of elevators 310A-D and stairs 340. The queue management server 310 is not limited in the manner in which the particular one of the configurable nodes 320A-D and 340 is selected. However, in certain aspects, the queue management server 310 selects, after ordering the configurable nodes 320A-D and 340 from nearest to farthest away to the particular user 330A-D, the particular configurable node 310A and 340 nearest to one of the particular user 330A-D. As further discussed with regard to 450, all users 330A-D can potentially be evaluated in turn.
In 430, using, for example, the machine learning engine 314, a determination is made of a probabilistic measure that the particular user 330A-D will travel engage with a particular configurable node 320A-D. Although not limited in this manner, in certain aspects, the determining is based upon the proximity and historical data. For example, the process 400 can employ the following equation where:
P(OptimalPath|Local Distance Behaviors)=(P(Local Distance Behaviors|OptimalPath)P(OptimalPath))/(P(Local Distance Behaviors)).
Employing the pseudocode illustrated in
A Residual Neural Network (RNN) accepts as input the RSSI signature of a traveler given modes of transportation wait time. The output is the probability of casing. The local node accumulation of casing
The “casement” is an example of a probabilistic measure that the user will engage with a particular one of the configuration nodes 320A-D and 340.
Historical behavioral data regarding the current user or other others similar to the current user can be employed. For example, depending upon the time of day, a user may be more likely to use one of the configurable nodes 320A-D and 340. Additionally, the historical data can include the probability that a particular user will wait for a certain type of the configurable nodes 320A-D and 340. Other historical information can include a probability that the user will move a certain distance for the acceptance of a particular configurable node 320A-D and 340.
Although not limited in this manner, but for worst case scenario planning, the above equations can be evaluated to take the minimum as follows:
This impatience value can then be used scale the easement score as follows:
Forecasting components can then be added based upon knowledge of the trends of the patience and easement components. For example, an autoregressive integrated moving average (ARIMA) model can be used to forecast user behaviors or the easement, time patience and distance patience.
The first ARIMA equation is p which is the number of time lags, d is the degree of difference, and q is the order of the moving average model. This provides a composite easement:
The composite easement scales each of the edge values between the global path planning.
In 440, the queue engine 319 makes a determination whether the threshold for adding a user 330A-D to the queue for the particular one of the configuration devices 320A-D and 340 has been met. Although not limited in this manner, the threshold could be a predetermined value. Alternatively, the threshold could be dynamically updated by the machine learning engine 314 using reinforcement learning.
If the threshold has been met for adding the user 330A-D to the queue, the process 400 proceeds to operation 460. If not, the process 400 proceeds to operation 450. In 450, a determination is made that for the particular user whether additional transportation nodes (i.e., configurable nodes 320A-D and 340) are to be evaluated. If so, the process proceeds to operation 425 to select another transportation node 320A-D and 340. Otherwise, the process 400 proceeds to operation 455. In 455, a determination is made as to whether additional identified users 330A-D are to be evaluated. If so, the process proceeds to operation 420 to select another identified user 330A-D. Otherwise, the process 400 returns to operation 410. In this manner, the process 400 continually evaluates new and old users as well as new and old distances between the users and the configurable nodes 320A-D and 340.
In 460, the user 330A-D is added to the queue for the particular one of the configuration devices 320A-D and 340. In 470, upon the user 330A-D being added to the queue for the particular one of the configuration devices 320A-D and 340, the particular one of the configuration devices 310 is configured to perform a task associated with the user 330A-D by altering a state of the particular one of the configurable nodes (i.e., transportation node) 320A-D and 340.
The manner by which the state of the particular one of the configurable nodes 320A-D and 340 can be determined by a state policy associated with a particular type of the particular one of the configurable nodes 320A-D. As used herein, a “state policy” refers to a policy that describes one or more actions that cause the state of a particular configurable node 320A-D and 340 to be altered based upon a user being added to the queue of the particular configurable node 320A-D and 340. This state policy can be stored, for example, within the data storage system 316 and implemented by the controller 318.
If, for example, the particular type of the particular one of the configurable nodes 320A-D is an elevator and based upon the state policy, the controller 318 can direct, via the communication API 312 of the queue management server 310, the elevator to position itself at the floor of the user 330A-B (or in close proximity to the floor). Alternatively, if the user 330A-D intends to use the stairs 340 and if the building associated with the scope of the queue management system 300 employs a system for reducing energy usage (e.g., by modifying climate control to unused portions of the building and/or turning off lights in unused locations), a state policy associated with the stairs 340 could be used to direct lighting (not illustrated) associated with the stairs 340 to be turned on. As can be readily envisaged, the state policy (and the manner by which states can be altered) can vary greatly depending upon the type of the configurable node 320A-D and 340 being altered.
In 480, after the state of the particular one of the configurable nodes 320A-D and 340 has been altered, the location of the user 320A-D can continue to be monitored. The actions performed by the user 320A-D can also be monitored. These actions can include, for example, whether the user actually used a particular configurable node 320A-D and 340. In 490, the prediction policy generated by the machine learning engine 314 can be modified consistent with a reinforcement learning process such as that described with reference to
Although the present inventive concepts were discussed in relation to the configurable nodes being transportation nodes, the disclosed framework is not limited in this manner. alternative approaches include the following.
With supply chain logistic, the disclosed framework could be used to provide a predictive pinch point solution can be delivered prior to issues being known or reported.
In water forecasting management, the disclosed framework could be used to provide demand forecasting, maintenance planning, and failure analysis.
In water forecasting management, the disclosed framework could be used to provide demand forecasting, maintenance planning, and failure analysis.
In cloud system management, the disclosed framework could be used to optimize server farms and data processing centers.
In business process management (BPM), the disclosed framework could be used to provide staffing and real-time scheduling within multi-process environments and well as simulate methods with the BPM space.
In call centers and IT management, the disclosed framework could be used to provide load forecasting for staffing, cost analysis, evaluation of service level agreements, identification of operational regimes, and identification of customer impatience, maintenance planning, and failure analysis.
In healthcare, the disclosed framework could be used to provide queueing models in medical-based operational management, load forecasting within hospitals and medical facilities, and simulation of health care systems pertaining to patients.
As defined herein, the term “responsive to” means responding or reacting readily to an action or event. Thus, if a second action is performed “responsive to” a first action, there is a causal relationship between an occurrence of the first action and an occurrence of the second action, and the term “responsive to” indicates such causal relationship.
As defined herein, the term “real time” means a level of processing responsiveness that a user or system senses as sufficiently immediate for a particular process or determination to be made, or that enables the processor to keep up with some external process.
As defined herein, the term “automatically” means without user intervention.
Referring to
Computer 601 may take the form of a desktop computer, laptop computer, tablet computer, smart phone, smart watch or other wearable computer, mainframe computer, quantum computer or any other form of computer or mobile device now known or to be developed in the future that is capable of running a program, accessing a network or querying a database, such as remote database 630. As is well understood in the art of computer technology, and depending upon the technology, performance of a computer-implemented method may be distributed among multiple computers and/or between multiple locations. However, to simplify this presentation of computing environment 600, detailed discussion is focused on a single computer, specifically computer 601. Computer 601 may or may not be located in a cloud, even though it is not shown in a cloud in
Processor set 610 includes one, or more, computer processors of any type now known or to be developed in the future. As defined herein, the term “processor” means at least one hardware circuit (e.g., an integrated circuit) configured to carry out instructions contained in program code. Examples of a processor include, but are not limited to, a central processing unit (CPU), an array processor, a vector processor, a digital signal processor (DSP), a field-programmable gate array (FPGA), a programmable logic array (PLA), an application specific integrated circuit (ASIC), programmable logic circuitry, and a controller. Processing circuitry 620 may be distributed over multiple packages, for example, multiple, coordinated integrated circuit chips. Processing circuitry 620 may implement multiple processor threads and/or multiple processor cores. Cache 621 is memory that is located in the processor chip package(s) and is typically used for data or code that should be available for rapid access by the threads or cores running on processor set 610. Cache memories are typically organized into multiple levels depending upon relative proximity to the processing circuitry. Alternatively, some, or all, of the cache for the processor set may be located “off chip.” In certain computing environments, processor set 610 may be designed for working with qubits and performing quantum computing.
Computer readable program instructions are typically loaded onto computer 601 to cause a series of operational steps to be performed by processor set 610 of computer 601 and thereby effect a computer-implemented method, such that the instructions thus executed will instantiate the methods specified in flowcharts and/or narrative descriptions of computer-implemented methods discussed above in this document (collectively referred to as “the inventive methods”). These computer readable program instructions are stored in various types of computer readable storage media, such as cache 621 and the other storage media discussed below. The program instructions, and associated data, are accessed by processor set 610 to control and direct performance of the inventive methods. In computing environment 600, at least some of the instructions for performing the inventive methods may be stored in code block 650 in persistent storage 613.
A computer program product embodiment (“CPP embodiment” or “CPP”) is a term used in the present disclosure to describe any set of one, or more, storage media (also called “mediums”) collectively included in a set of one, or more, storage devices that collectively include machine readable code corresponding to instructions and/or data for performing computer operations specified in a given CPP claim. A “storage device” is any tangible device that can retain and store instructions for use by a computer processor. Without limitation, the computer readable storage medium may be an electronic storage medium, a magnetic storage medium, an optical storage medium, an electromagnetic storage medium, a semiconductor storage medium, a mechanical storage medium, or any suitable combination of the foregoing. Some known types of storage devices that include these mediums include: diskette, hard disk, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or Flash memory), static random access memory (SRAM), compact disc read-only memory (CD-ROM), digital versatile disk (DVD), memory stick, floppy disk, mechanically encoded device (such as punch cards or pits/lands formed in a major surface of a disc) or any suitable combination of the foregoing. A computer readable storage medium, as that term is used in the present disclosure, is not to be construed as storage in the form of transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide, light pulses passing through a fiber optic cable, electrical signals communicated through a wire, and/or other transmission media. As will be understood by those of skill in the art, data is typically moved at some occasional points in time during normal operations of a storage device, such as during access, de-fragmentation or garbage collection, but this does not render the storage device as transitory because the data is not transitory while it is stored.
Communication fabric 611 is the signal conduction paths that allow the various components of computer 601 to communicate with each other. Typically, this communication fabric 611 is made of switches and electrically conductive paths, such as the switches and electrically conductive paths that make up busses, bridges, physical input/output ports and the like. Other types of signal communication paths may be used for the communication fabric 611, such as fiber optic communication paths and/or wireless communication paths.
Volatile memory 612 is any type of volatile memory now known or to be developed in the future. Examples include dynamic type random access memory (RAM) or static type RAM. Typically, the volatile memory 612 is characterized by random access, but this is not required unless affirmatively indicated. In computer 601, the volatile memory 612 is located in a single package and is internal to computer 601. In addition to alternatively, the volatile memory 612 may be distributed over multiple packages and/or located externally with respect to computer 601.
Persistent storage 613 is any form of non-volatile storage for computers that is now known or to be developed in the future. The non-volatility of the persistent storage 613 means that the stored data is maintained regardless of whether power is being supplied to computer 601 and/or directly to persistent storage 613. Persistent storage 613 may be a read only memory (ROM), but typically at least a portion of the persistent storage 613 allows writing of data, deletion of data and re-writing of data. Some familiar forms of persistent storage 613 include magnetic disks and solid state storage devices. Operating system 622 may take several forms, such as various known proprietary operating systems or open source Portable Operating System Interface type operating systems that employ a kernel. The code included in code block 650 typically includes at least some of the computer code involved in performing the inventive methods.
Peripheral device set 614 includes the set of peripheral devices for computer 601. Data communication connections between the peripheral devices and the other components of computer 601 may be implemented in various ways, such as Bluetooth connections, Near-Field Communication (NFC) connections, connections made by cables (such as universal serial bus (USB) type cables), insertion type connections (for example, secure digital (SD) card), connections made though local area communication networks and even connections made through wide area networks such as the internet.
In various aspects, UI device set 623 may include components such as a display screen, speaker, microphone, wearable devices (such as goggles and smart watches), keyboard, mouse, printer, touchpad, game controllers, and haptic devices. Storage 624 is external storage, such as an external hard drive, or insertable storage, such as an SD card. Storage 624 may be persistent and/or volatile. In some aspects, storage 624 may take the form of a quantum computing storage device for storing data in the form of qubits. In aspects where computer 601 is required to have a large amount of storage (for example, where computer 601 locally stores and manages a large database) then this storage 624 may be provided by peripheral storage devices designed for storing very large amounts of data, such as a storage area network (SAN) that is shared by multiple, geographically distributed computers. Internet-of-Things (IoT) sensor set 625 is made up of sensors that can be used in IoT applications. For example, one sensor may be a thermometer and another sensor may be a motion detector.
Network module 615 is the collection of computer software, hardware, and firmware that allows computer 601 to communicate with other computers through a Wide Area Network (WAN) 602. Network module 615 may include hardware, such as modems or Wi-Fi signal transceivers, software for packetizing and/or de-packetizing data for communication network transmission, and/or web browser software for communicating data over the internet. In certain aspects, network control functions and network forwarding functions of network module 615 are performed on the same physical hardware device. In other aspects (for example, aspects that utilize software-defined networking (SDN)), the control functions and the forwarding functions of network module 615 are performed on physically separate devices, such that the control functions manage several different network hardware devices. Computer readable program instructions for performing the inventive methods can typically be downloaded to computer 601 from an external computer or external storage device through a network adapter card or network interface included in network module 615.
WAN 602 is any Wide Area Network (for example, the internet) capable of communicating computer data over non-local distances by any technology for communicating computer data, now known or to be developed in the future. In some aspects, the WAN 602 ay be replaced and/or supplemented by local area networks (LANs) designed to communicate data between devices located in a local area, such as a Wi-Fi network. The WAN 602 and/or LANs typically include computer hardware such as copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and edge servers.
End user device (EUD) 603 is any computer system that is used and controlled by an end user (for example, a customer of an enterprise that operates computer 601), and may take any of the forms discussed above in connection with computer 601. EUD 603 typically receives helpful and useful data from the operations of computer 601. For example, in a hypothetical case where computer 601 is designed to provide a recommendation to an end user, this recommendation would typically be communicated from network module 615 of computer 601 through WAN 602 to EUD 603. In this way, EUD 603 can display, or otherwise present, the recommendation to an end user. In certain aspects, EUD 603 may be a client device, such as thin client, heavy client, mainframe computer, desktop computer and so on.
As defined herein, the term “client device” means a data processing system that requests shared services from a server, and with which a user directly interacts. Examples of a client device include, but are not limited to, a workstation, a desktop computer, a computer terminal, a mobile computer, a laptop computer, a netbook computer, a tablet computer, a smart phone, a personal digital assistant, a smart watch, smart glasses, a gaming device, a set-top box, a smart television and the like. Network infrastructure, such as routers, firewalls, switches, access points and the like, are not client devices as the term “client device” is defined herein. As defined herein, the term “user” means a person (i.e., a human being).
Remote server 604 is any computer system that serves at least some data and/or functionality to computer 601. Remote server 604 may be controlled and used by the same entity that operates computer 601. Remote server 604 represents the machine(s) that collect and store helpful and useful data for use by other computers, such as computer 601. For example, in a hypothetical case where computer 601 is designed and programmed to provide a recommendation based on historical data, then this historical data may be provided to computer 601 from remote database 630 of remote server 604. As defined herein, the term “server” means a data processing system configured to share services with one or more other data processing systems.
Public cloud 605 is any computer system available for use by multiple entities that provides on-demand availability of computer system resources and/or other computer capabilities, especially data storage (cloud storage) and computing power, without direct active management by the user. Cloud computing typically leverages sharing of resources to achieve coherence and economies of scale. The direct and active management of the computing resources of public cloud 605 is performed by the computer hardware and/or software of cloud orchestration module 641. The computing resources provided by public cloud 605 are typically implemented by virtual computing environments that run on various computers making up the computers of host physical machine set 642, which is the universe of physical computers in and/or available to public cloud 605. The virtual computing environments (VCEs) typically take the form of virtual machines from virtual machine set 643 and/or containers from container set 644. It is understood that these VCEs may be stored as images and may be transferred among and between the various physical machine hosts, either as images or after instantiation of the VCE. Cloud orchestration module 641 manages the transfer and storage of images, deploys new instantiations of VCEs and manages active instantiations of VCE deployments. Gateway 640 is the collection of computer software, hardware, and firmware that allows public cloud 605 to communicate through WAN 602.
VCEs can be stored as “images,” and a new active instance of the VCE can be instantiated from the image. Two familiar types of VCEs are virtual machines and containers. A container is a VCE that uses operating-system-level virtualization. This refers to an operating system feature in which the kernel allows the existence of multiple isolated user-space instances, called containers. These isolated user-space instances typically behave as real computers from the point of view of programs running in them. A computer program running on an ordinary operating system can utilize all resources of that computer, such as connected devices, files and folders, network shares, CPU power, and quantifiable hardware capabilities. However, programs running inside a container can only use the contents of the container and devices assigned to the container, a feature which is known as containerization.
Private cloud 606 is similar to public cloud 605, except that the computing resources are only available for use by a single enterprise. While private cloud 606 is depicted as being in communication with WAN 602, in other aspects, a private cloud 606 may be disconnected from the internet entirely (e.g., WAN 602) and only accessible through a local/private network. A hybrid cloud is a composition of multiple clouds of different types (for example, private, community or public cloud types), often respectively implemented by different vendors. Each of the multiple clouds remains a separate and discrete entity, but the larger hybrid cloud architecture is bound together by standardized or proprietary technology that enables orchestration, management, and/or data/application portability between the multiple constituent clouds. In this aspect, public cloud 605 and private cloud 606 are both part of a larger hybrid cloud.
Various aspects of the present disclosure are described by narrative text, flowcharts, block diagrams of computer systems and/or block diagrams of the machine logic included in computer program product (CPP) embodiments. With respect to any flowcharts, depending upon the technology involved, the operations can be performed in a different order than what is shown in a given flowchart. For example, again depending upon the technology involved, two operations shown in successive flowchart blocks may be performed in reverse order, as a single integrated step, concurrently, or in a manner at least partially overlapping in time.
As another example, two blocks shown in succession may, in fact, be accomplished as one step, executed concurrently, substantially concurrently, in a partially or wholly temporally overlapping manner, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions. Each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a,” “an,” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “includes,” “including.” “comprises,” and/or “comprising.” when used in this disclosure, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
Reference throughout this disclosure to “one embodiment,” “an embodiment,” “one arrangement,” “an arrangement,” “one aspect,” “an aspect,” or similar language means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment described within this disclosure. Thus, appearances of the phrases “one embodiment,” “an embodiment,” “one arrangement,” “an arrangement,” “one aspect,” “an aspect,” and similar language throughout this disclosure may, but do not necessarily, all refer to the same embodiment.
The term “plurality,” as used herein, is defined as two or more than two. The term “another,” as used herein, is defined as at least a second or more. The term “coupled,” as used herein, is defined as connected, whether directly without any intervening elements or indirectly with one or more intervening elements, unless otherwise indicated. Two elements also can be coupled mechanically, electrically, or communicatively linked through a communication channel, pathway, network, or system. The term “and/or” as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will also be understood that, although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms, as these terms are only used to distinguish one element from another unless stated otherwise or the context indicates otherwise.
The term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in response to detecting,” depending on the context. Similarly, the phrase “if it is determined” or “if [a stated condition or event] is detected” may be construed to mean “upon determining” or “in response to determining” or “upon detecting [the stated condition or event]” or “in response to detecting [the stated condition or event],” depending on the context. As used herein, the terms “if,” “when,” “upon,” “in response to,” and the like are not to be construed as indicating a particular operation is optional. Rather, use of these terms indicate that a particular operation is conditional. For example and by way of a hypothetical, the language of “performing operation A upon B” does not indicate that operation A is optional. Rather, this language indicates that operation A is conditioned upon B occurring.
The foregoing description is just an example of embodiments of the invention, and variations and substitutions. While the disclosure concludes with claims defining novel features, it is believed that the various features described herein will be better understood from a consideration of the description in conjunction with the drawings. The process(es), machine(s), manufacture(s) and any variations thereof described within this disclosure are provided for purposes of illustration. Any specific structural and functional details described are not to be interpreted as limiting, but merely as a basis for the claims and as a representative basis for teaching one skilled in the art to variously employ the features described in virtually any appropriately detailed structure. Further, the terms and phrases used within this disclosure are not intended to be limiting, but rather to provide an understandable description of the features described.