The present disclosure relates to the field of digital computer systems, and more specifically, to a method for storing data in a tree using bilinear accumulation.
Collecting and storing data is a known concept. In particular, data has been stored in various ways using, for example, databases. However, there is a continuous need to provide efficient and secure storage of data.
According to embodiments of the present disclosure, a method for storing a set of n data entries is provided. The method comprises: creating a tree of ary l such that a number n of leaf nodes of the tree comprise a set of hash values of the set of data entries respectively; for each parent node of the tree, computing a bilinear accumulator of hash values of l children of the parent node, and computing a hash value of the bilinear accumulator; storing the root node of the tree as a representation of the content of the set of data entries.
Further embodiments include a computer program product and system for performing the method.
The above summary is not intended to describe each illustrated embodiment or every implementation of the present disclosure.
The drawings included in the present application are incorporated into, and form part of, the specification. They illustrate embodiments of the present disclosure and, along with the description, serve to explain the principles of the disclosure. The drawings are only illustrative of certain embodiments and do not limit the disclosure.
While the invention is amenable to various modifications and alternative forms, specifics thereof have been shown by way of example in the drawings and will be described in detail. It should be understood, however, that the intention is not to limit the invention to the particular embodiments described. On the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.
The descriptions of the various embodiments of the present invention will be presented for purposes of illustration but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.
Secure storage of data entries may be a challenging task in particular for large amounts of data entries. A data entry may represent an entity. The entity has a distinct and separate existence. The entity has certain attributes or features, which may be assigned values. For example, a person is an entity. The attributes for a person's entity may be a name, bank identifier (ID), transaction ID, person's account balance etc. For example, the data entry may comprise attribute values describing a transaction performed by a user. The data entry may thus comprise values of one or more attributes of the entity, wherein the attributes are descriptive of the entity. The present subject matter may enable a secure and efficient storage of the data entries by using a tree. The storage may be secure because of the restricted access to the content of the tree. The present subject matter may, for example, enable storing data in a tree using bilinear accumulation for privacy-preserving proofs of inclusion and applications to a central-bank digital currency database.
The tree may be a data structure whose elements are linked in a hierarchical fashion. The tree may represent a hierarchical tree structure with a set of connected nodes. The tree may be an l-ary tree. Each node in the tree, which is not the root node and not a leaf node, may be connected to l children and connected to exactly one parent node. The root node has no parent node and is connected to l children. The leaf node has no children and is connected to one parent node. A node which is not a leaf node may be referred to as non-leaf node. The tree may, for example, be a complete tree. The tree may have a maximum height d, that is, the root node may have the height d, the children of the root node may have the height d−1 and so on. The height of the tree may, for example, be referred to or indexed with index h having values between 0 and d, 0≤h≤d e.g., a node u with lower index h, noted as uh, indicates that the node u has the height h in the tree. The node u may also be indexed with upper index rh as follows uhr
The present subject matter may combine cryptographic hashing with an accumulator scheme in order to store data entries in a tree. The cryptographic hashing may be performed into integers of a finite field q over prime q. The accumulator scheme may be an algorithm to combine a set of values into one, referred to as accumulator, such that there is a witness that proves that a given value was indeed incorporated into the accumulator. The accumulator may be a bilinear pairing-based accumulator, referred to as bilinear accumulator. For example, to compute the bilinear accumulator, a prime order group generator may be exponentiated to the product of monomials (x+) where x are the accumulated elements and is a secret key. And the membership proof for an element y may be the remaining product in the exponent after removing the term (y+). The generator may be a generator of a bilinear group. The bilinear group may consist of three groups 1, 2 and t and a bilinear mapping e. The bilinear group may be seamlessly integrated with the previously defined cryptographic hashing by providing 1 and 2 as cyclic groups of the same prime order q as the finite field q (of the cryptographic hashing) and t as a cyclic group of the same prime order q as the finite field q. In addition, the cyclic group q* associated with the finite filed q may be used to define the bilinearity property for the bilinear group. The cyclic group q* may be a group of nonzero elements of finite field q. The bilinear group may thus enable a pairing-based cryptography. The pairing-based cryptography may be performed by pairing between elements of the two groups 1 and 2 to the third group t with the mapping or pairing e:1×2→t to construct a value. The mapping e may be an efficient mapping. In the following, the same group is used for the first two groups, that is 1=2=, but it is not limited to. In this case, the bilinear accumulator may require two cyclic groups and t that admit an efficient bilinear pairing e:×→t and g a random generator of the cyclic group . The pairing may be symmetric and is a mapping from two elements of one group to an element from a second group. The bilinearity property may be defined as follows: ∀a, b∈q*, ∀g∈, e(ga, gb)=e(ga, g)b=e(g, gb)a=e(g, g)ab. Hence, the present subject matter may provide an optimal combination of cryptographic hashing with pairing-based cryptography in order to provide a secure storage of data entries using a hash tree.
A set of n data entries {α1, α2, . . . , αn} may be provided. For example, a computer system may receive the set of n data entries {α1, α2, . . . , αn} from one or more users. For example, the set of n data entries {α1, α2, . . . , αn} may be collected or acquired during a predefined time period which may be referred to as epoch. For example, the computer system may be configured to receive a set of data entries at the end of each epoch, wherein the set of n data entries {α1, α2, . . . , αn} is received at the end of its respective epoch. In order to store the set of n data entries {α1, α2, . . . , αn}, a tree may be created. For example, the tree may be built or created by a computer system of a data manager which may be referred to as intermediary. The tree may be created with a number n of leaf nodes, u01, . . . , u0n which is equal to the number of data entries to be stored. That is, the total number of leaf nodes N0 is equal to the number of data entries, N0=n. The number of data entries n may be a multiple of the ary l such that n % l=0 (% being a modulo operation). For example, n=ld, where d is the maximum height of the tree. Each leaf node is associated with a respective entry of the set of data entries. Each leaf node of the leaf nodes may have a hash value of the respective data entry. The hash value may, for example, be obtained by a cryptographic hash function H. The cryptographic hash function may be defined as follows: H: {0,1}*→q, where q is the finite field over prime q. The hash function may enable to hash from {0,1}* into the integers in q. For example, the node u01 may have a hash value η01=H(α1) of the data entry α1, the node u02 may have a hash value η02=H(α2) of the data entry α2, the node u0n may have a hash value η0n=H(αn) of the data entry αn etc. A cryptographic hash function may be a mathematical algorithm that maps data of an arbitrary size to a bit array of a fixed size, the “hash value” or “hash”. The cryptographic hash function may be deterministic, meaning that the same message always results in the same hash. The hash function may be advantageous because it hides the mapped data e.g., and the only way to find a message that produces a given hash may be to attempt a brute-force search of possible inputs to see if they produce a match.
Embodiments of the present disclosure may further secure access to the tree by randomizing the position of each data entry of the set of data entries in the leaf nodes. According to one embodiment, the method further comprises hiding the position of each data entry αk in the leaf nodes by deriving the position of the data entry αk as function of the data entry αk and a random value ρ. This may enable to hide the positions of the data entries in the tree.
After defining the hash values of the leaf nodes of the tree, the remaining nodes of the tree which are parent nodes may be determined using the accumulator scheme. For each parent node uhr
Embodiments of the present disclosure may further improve the tree generation and verification processes by using polynomials and making use of their properties such as the property based on the polynomial remainder theorem. According to one embodiment, the bilinear accumulator may be computed by defining a set of at least J public keys {gζ
Once determined, the tree and its bilinear accumulators may efficiently be used to prove the membership of a data entry of the set of data entries {α1, α2, . . . , αn}. Proving the membership of a data entry meaning determining whether the data entry has been stored. According to one embodiment, the method further comprises: proving a membership of a data entry of the set of data entries in the tree by: determining an authentication path between the leaf node associated with the data entry and the root node. The authentication path may, for example, comprise between the leaf node and the root node any set of d−1 nodes having distinct heights. In one example, the authentication path may comprise between the leaf node and the root node a user defined set of d−1 nodes having distinct heights. The authentication path is determined by the bilinear accumulators in the tree and the leaf node. Starting from the leaf node, a witness may be computed that shows that the hash of the leaf node has been incorporated into the bilinear accumulator of its parent node. And, for each non-leaf node of the path which is not the root node, a witness may be computed and/or provided. The witness of the non-leaf node is a witness that the hash value of said non-leaf node was incorporated into the bilinear accumulator computed for its parent node. The witnesses may be provided according to the accumulator scheme.
According to one example, the witness of a node may be determined according to the polynomial remainder theorem. For that, a quotient polynomial q(X) may be determined from the determined polynomial p(X). The witness may be computed or provided as a commitment to the quotient polynomial. For example, the witness wh+1r
Embodiments of the present disclosure may further be advantageous as it may enable users to query information related to the tree. This may particularly be advantageous if the users are the owner of the set of data entries. Thus, according to one example, the method further comprises before creating the tree, receiving by the computer system the set of data entries {α1, α2, . . . , αn} from one or more users. The computer system may provide the root node to the one or more users. The computer system may receive a verification request from one of the users. The verification request comprises the provided root node. The user may, for example, want to check if his/her data entries are indeed still stored as originally provided. The computer system may download the stored root node and compare the hash value of the downloaded root node with the hash value of received root node. As a response to the verification request, the computer system may provide a result of the comparison to the user. If the verification is not successful, this may indicate that one or more data entries have been modified. These one or more modified entries may or may not be part of the entries of the user who requested the verification. This is because the user has only sent the root node without specifying the data entries to be checked. However, this example may still be advantageous. In particular, even if the one or more modified entries may not belong to the requesting user, it may be safer for the user to not trust the stored data anymore as his/her own other entry may be affected as well.
Embodiments of the present disclosure may further improve access to the tree by enabling users to verify specific entries of the set of data entries. According to one example, the computer system may receive a request from a user to prove that a data entry αk of the set of data entries has been included in the tree. The computer system may determine or identify an authentication path from the node having the data entry αk to the root node of the tree. The authentication path comprises, between the leaf node and the root node, a selected set of d−1 nodes, wherein each node has a distinct height in the tree. The authentication path may comprise d non-leaf nodes because the maximum height of the tree is d. The computer system may provide the root node ud1 and the bilinear accumulators a1r
Embodiments of the present disclosure may further secure the access to the tree by providing a privacy-preserving accumulator-based proof of inclusion. For that, the computer system may provide public keys in association with the secret key . In particular, the computer system may provide an upper limit L of the ary l of the tree as the number of public keys. The set of public keys may be created such that each key of the set of public keys is the generator g with an exponent being a polynomial on the secret key as follows: {gζ
For each entry αr
The tree 100 comprises n=N0 leaf nodes referred to as u01, . . . , u0n, respectively, where the lower index zero indicates the height 0 (h=0) of said leaf nodes in the tree 100. Each leaf node of the leaf nodes u01, . . . , u0n may comprise a hash value η01, . . . , η0n of a respective data entry of a set n data entries α1, α2, . . . , αn. For example, η01=H(α1), η02=H(α2) . . . η0n=H(αn), where H(·) is a hash function. The hash function may, for example, be defined as cryptographic hash function: H: {0,1}*→q.
The root node ud1 at height h=d of the tree 100 is shown as having exactly l children ud−11, . . . , ud−1l at height h=d−1. That is, l is the total number Nd−1 of nodes (l=Nd−1) at the height h=d−1. The root node u l d may have a bilinear accumulator ad1 which is computed from the hash values of the l children ud−11, . . . , ud−1l. This is indicated in
As with the root node ud1, each further node of the tree which is not a leaf node has exactly l children. For example, the tree 100 may comprise at height h=1 a number N1 of nodes such that each node at the height h=1 of the tree 100 is a parent node of respective set of l leaf nodes. For example, the node u11 is the parent node of the l leaf nodes: u01, . . . , u01, the node u12 is the parent node of the l leaf nodes: u0l+1, . . . , u02l, the node u13 is the parent node of the l leaf nodes: u02l+1, . . . , u03l, the node u14 is the parent node of the l leaf nodes: u03l+1, . . . , u04l and so on. As with the leaf nodes, each parent node at the height h=1 may have a respective hash value η11, . . . , η1N
A tree of ary l may be created in step 201 by creating a number n of leaf nodes of the tree which is equal to the number of data entries. The leaf nodes may have hash values of the set of data entries respectively. After that, the other nodes of the tree may be created, for example, sequentially following the height of the tree, but it is not limited to this sequential processing as the skilled person in the art may use other techniques to determine the nodes. Each parent node of the tree may be created in step 203 and associated hash value may be computed by first computing a bilinear accumulator of hash values of 1 children of the parent node and second computing the hash value from the bilinear accumulator. The resulting tree may, for example, be the tree shown in
An authentication path from the leaf node u0r
It may be determined in step 401 whether the hash value ηd1 of the root node ud1 is equal to the hash value of ad1 in the proof Π. If the two hash values are not equal it may be determined in step 407 that the data entry is not stored as originally provided. In response to determining that the two hash values are equal, it may be checked in step 403 whether e(w1r
The present method may enable a privacy-preserving accumulator-based proof of inclusion consisting of the steps 501 to 507. In step 501, a set of public keys may be generated. For that, a function called SETUP(·) may be used. On input of integer L to the function SETUP, the function may select a trapdoor ∈q conclude its execution by outputting (z0, z1, . . . , zL)=(g, gζ, . . . , gζ
A hash table may be built in step 503 for a set of data entries A={α1, α2, . . . , αn} using a function called COMMIT(·). On input of the set A, integer l and two random values ρ and ρ′ in q, COMMIT builds the hash table for elements in the set A. To hide the positions of the elements in the hash table, COMMIT derives the position of element αi as a function of αi and random value ρ. COMMIT then builds a hash tree of ary l for the set A such that each parent node is computed as the bilinear accumulator of its children and random value ρ′. That is, the parent node of children (a1, . . . , al)∈l is defined as gp(ζ), where p(X)=(X+ρ′)Σi=1l(X+ηi) and ηi=H(αi). Without loss of generality, it may be assumed that n=ld. This means that tree is a l-ary tree of height d.
A proof of the insertion of data entry α in the determined Merkle tree may be determined in step 505. For that, a function PROVE(·) may be used. On input of the data entry α, Merkle tree and two random values ρ and ρ′, the function PROVE finds α in the Merkle tree using the random value ρ. The function PROVE then uses random value ρ′ and the values in the authentication path of the data entry α to the root of tree to compute proof Π. The proof Π may consist of d pairs (w1, a1), . . . (wd, ad) such that e(w1, z1z0H(α))=e(α1, z0) and e(wi, z1z0H(a
The proof Π may be used e.g., by a user to verify in step 507 if the data entry α is indeed included in the tree . For that a function called VERIFY(·) may be used. On input of the data entry α, the proof Π and root σ of the tree , VERIFY checks if σ=ad. If not, VERIFY outputs “FALSE”. Else, VERIFY checks if e(w1, z1z0H(α))=e(a1, z0) and e(wi, z1z0H(a
An example application of embodiments of the present disclosure may be a three-party system involving a user, an intermediary and a central database system. The database may, for example, be a blockchain e.g., for central-bank digital currency (CBDC). However, concerns about the scalability of blockchain-based designs may arise. One approach to scale blockchain-based design may be off-chain processing and storage of the data entries before providing information to the blockchain. Instead of recording every single data entry on chain, intermediaries may be tasked with managing the data entries e.g., originating from accounts and transactions of retail users. Data entries may be recorded by the respective intermediaries. The latter periodically submit the stored data entries on chain to reconcile their records. For accountability purposes, it is desirable for intermediaries to leave a short commitment of the data entries resulting from off-chain transactions in the shared ledger in such a way that retail users can verify that their transactions were accounted for and that the balance information recorded internally by the intermediaries matches the public information recorded in the shared ledger. Notably, the intermediary publishes the root node of the tree created from the set of data entries representing off-chain transactions. Once the tree root is published, users can request proofs of inclusion from the intermediary of their transactions (account balances resp.). The present solution may be advantageous as it may not leak information about the number of off-chain transactions and the number of accounts an intermediary handle. In particular, the present method may allow users to verify the inclusion of their transactions and balance information in the commitments stored in the ledger while ensuring that sensitive business and personal information is not leaked to external parties. The solution combines hash trees and bilinear accumulators to allow for efficient and privacy-preserving inclusion proofs.
In one example implementation, time is divided into epochs, and each intermediary submits a reconcile transaction at the end of each epoch. The reconcile transaction may be data. The reconcile transaction may comprise a root node of the tree of the data entries representing the transactions. The reconcile updates the state of the intermediary according to the data entries (representing off-chain transactions) they have received during the epoch. The state of an intermediary is defined by a pair (histe, bale) such that histe is a commitment to all off-chain transactions that took place in one epoch and bale is a commitment to the balance information of users at the end of the one epoch. The commitment may be the root node of the tree created for the data entries. Once reconcile transactions are committed, users can request from the intermediary proofs of inclusion of a data entry representing a transaction (resp. a balance) to check if a transaction (their balance resp.) is included in histe (bale resp.). At the end of each epoch, αn intermediary submits a reconcile transaction that publishes pair (histe, bale). histe is computed by calling COMMIT on the set of data entries representing all the off-chain transactions that took place during the epoch. bale is obtained by invoking COMMIT on the set of data entries representing account balances of users at the end of epoch. During the epoch, each user keeps track of data entries representing their off-chain transactions and account balance. To discard this information after the epoch elapses, users request proofs of inclusion of data entries representing their transactions and balance in histe and bale respectively. More specifically, users and intermediaries proceed as follows: a user requests a proof of inclusion of data entry representing a transaction tx (balance information B resp.) from the intermediary; the intermediary checks if the user is authorized to request a proof of inclusion for tx (B resp.); if not, the intermediary rejects, else, it calls PROVE on tx (B resp.) and returns the resulting proof Πtx (ΠB resp.); the user calls VERIFY on input (tx, histe, Πtx) ((B, bale, ΠB) resp.) and outputs the result. VERIFY may output true or false.
Computing environment 800 contains an example of an environment for the execution of at least some of the computer code involved in performing the inventive methods, such as bilinear accumulation-based tree generation code 900. In addition to block 900, computing environment 800 includes, for example, computer 801, wide area network (WAN) 802, end user device (EUD) 803, remote server 804, public cloud 805, and private cloud 806. In this example, computer 801 includes processor set 810 (including processing circuitry 820 and cache 821), communication fabric 811, volatile memory 812, persistent storage 813 (including operating system 822 and block 900, as identified above), peripheral device set 814 (including user interface (UI), device set 823, storage 824, and Internet of Things (IoT) sensor set 825), and network module 815. Remote server 804 includes remote database 830. Public cloud 805 includes gateway 840, cloud orchestration module 841, host physical machine set 842, virtual machine set 843, and container set 844.
COMPUTER 801 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 830. 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. On the other hand, in this presentation of computing environment 800, detailed discussion is focused on a single computer, specifically computer 801, to keep the presentation as simple as possible. Computer 801 may be located in a cloud, even though it is not shown in a cloud in
PROCESSOR SET 810 includes one, or more, computer processors of any type now known or to be developed in the future. Processing circuitry 820 may be distributed over multiple packages, for example, multiple, coordinated integrated circuit chips. Processing circuitry 820 may implement multiple processor threads and/or multiple processor cores. Cache 821 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 810. 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 some computing environments, processor set 810 may be designed for working with qubits and performing quantum computing.
Computer readable program instructions are typically loaded onto computer 801 to cause a series of operational steps to be performed by processor set 810 of computer 801 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 included 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 821 and the other storage media discussed below. The program instructions, and associated data, are accessed by processor set 810 to control and direct performance of the inventive methods. In computing environment 800, at least some of the instructions for performing the inventive methods may be stored in block 900 in persistent storage 813.
COMMUNICATION FABRIC 811 is the signal conduction paths that allow the various components of computer 801 to communicate with each other. Typically, this fabric 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, such as fiber optic communication paths and/or wireless communication paths.
VOLATILE MEMORY 812 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 is characterized by random access, but this is not required unless affirmatively indicated. In computer 801, the volatile memory 812 is located in a single package and is internal to computer 801, but, alternatively or additionally, the volatile memory may be distributed over multiple packages and/or located externally with respect to computer 801.
PERSISTENT STORAGE 813 is any form of non-volatile storage for computers that is now known or to be developed in the future. The non-volatility of this storage means that the stored data is maintained regardless of whether power is being supplied to computer 801 and/or directly to persistent storage 813. Persistent storage 813 may be a read only memory (ROM), but typically at least a portion of the persistent storage allows writing of data, deletion of data and re-writing of data. Some familiar forms of persistent storage include magnetic disks and solid state storage devices. Operating system 822 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 block 900 typically includes at least some of the computer code involved in performing the inventive methods.
PERIPHERAL DEVICE SET 814 includes the set of peripheral devices of computer 801. Data communication connections between the peripheral devices and the other components of computer 801 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 embodiments, UI device set 823 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 824 is external storage, such as an external hard drive, or insertable storage, such as an SD card. Storage 824 may be persistent and/or volatile. In some embodiments, storage 824 may take the form of a quantum computing storage device for storing data in the form of qubits. In embodiments where computer 801 is required to have a large amount of storage (for example, where computer 801 locally stores and manages a large database) then this storage 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. IoT sensor set 825 is made up of sensors that can be used in Internet of Things applications. For example, one sensor may be a thermometer and another sensor may be a motion detector.
NETWORK MODULE 815 is the collection of computer software, hardware, and firmware that allows computer 801 to communicate with other computers through WAN 802. Network module 815 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 some embodiments, network control functions and network forwarding functions of network module 815 are performed on the same physical hardware device. In other embodiments (for example, embodiments that utilize software-defined networking (SDN)), the control functions and the forwarding functions of network module 815 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 801 from an external computer or external storage device through a network adapter card or network interface included in network module 815.
WAN 802 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 embodiments, the WAN may 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 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) 803 is any computer system that is used and controlled by an end user (for example, a customer of an enterprise that operates computer 801), and may take any of the forms discussed above in connection with computer 801. EUD 803 typically receives helpful and useful data from the operations of computer 801. For example, in a hypothetical case where computer 801 is designed to provide a recommendation to an end user, this recommendation would typically be communicated from network module 815 of computer 801 through WAN 802 to EUD 803. In this way, EUD 803 can display, or otherwise present, the recommendation to an end user. In some embodiments, EUD 803 may be a client device, such as thin client, heavy client, mainframe computer, desktop computer and so on.
REMOTE SERVER 804 is any computer system that serves at least some data and/or functionality to computer 801. Remote server 804 may be controlled and used by the same entity that operates computer 801. Remote server 804 represents the machine(s) that collect and store helpful and useful data for use by other computers, such as computer 801. For example, in a hypothetical case where computer 801 is designed and programmed to provide a recommendation based on historical data, then this historical data may be provided to computer 801 from remote database 830 of remote server 804.
PUBLIC CLOUD 805 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 805 is performed by the computer hardware and/or software of cloud orchestration module 841. The computing resources provided by public cloud 805 are typically implemented by virtual computing environments that run on various computers making up the computers of host physical machine set 842, which is the universe of physical computers in and/or available to public cloud 805. The virtual computing environments (VCEs) typically take the form of virtual machines from virtual machine set 843 and/or containers from container set 844. 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 841 manages the transfer and storage of images, deploys new instantiations of VCEs and manages active instantiations of VCE deployments. Gateway 840 is the collection of computer software, hardware, and firmware that allows public cloud 805 to communicate through WAN 802.
Some further explanation of virtualized computing environments (VCEs) will now be provided. VCEs can be stored as “images.” 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 806 is similar to public cloud 805, except that the computing resources are only available for use by a single enterprise. While private cloud 806 is depicted as being in communication with WAN 802, in other embodiments a private cloud may be disconnected from the internet entirely 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 embodiment, public cloud 805 and private cloud 806 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.
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.
Number | Date | Country | Kind |
---|---|---|---|
2410-0004610359 | Nov 2022 | GR | national |