Embodiments disclosed herein relate generally to device management. More particularly, embodiments disclosed herein relate to managing use of storage services.
Computing devices may provide computer-implemented services. The computer-implemented services may be used by users of the computing devices and/or devices operably connected to the computing devices. The computer-implemented services may be performed with hardware components such as processors, memory modules, storage devices, and communication devices. The operation of these components and the components of other devices may impact the performance of the computer-implemented services.
Embodiments disclosed herein are illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements.
Various embodiments will be described with reference to details discussed below, and the accompanying drawings will illustrate the various embodiments. The following description and drawings are illustrative and are not to be construed as limiting. Numerous specific details are described to provide a thorough understanding of various embodiments. However, in certain instances, well-known or conventional details are not described in order to provide a concise discussion of embodiments disclosed herein.
Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in conjunction with the embodiment can be included in at least one embodiment. The appearances of the phrases “in one embodiment” and “an embodiment” in various places in the specification do not necessarily all refer to the same embodiment.
References to an “operable connection” or “operably connected” means that a particular device is able to communicate with one or more other devices. The devices themselves may be directly connected to one another or may be indirectly connected to one another through any number of intermediary devices, such as in a network topology.
In general, embodiments disclosed herein relate to the methods and systems for managing use of storage services provided by storage arrays. The use of storage services by hosts may be managed by limiting use of storage services to devices that may be authenticated.
To utilize storage services provided by storage arrays, hosts may communicate with the storage arrays using host bus adapters (HBAs). However, the HBAs may not be trustworthy. Consequently, Small Computer System Interface (SCSI) inquiries sent to the storage arrays and responses provided by the storage arrays may be subject to compromise by HBAs.
To secure communications between hosts and storage arrays, the hosts may require that responses from storage arrays be verified prior to use of storage services provided by the storage arrays. Verifiable responses may include one or more messages and a digital signature. The messages may include but not be limited to storage array information, a hash value of the storage array information, and a digital signature. The digital signature may be signed using a private key owned by the storage array.
Upon receiving a verifiable response, the host may verify the content of the response. For example, the digital signature may be verified with a public key corresponding to a private key used by the host. Once the digital signature may be verified, the digital signature may be used to verify the authenticity of the hash value. Once the hash value may be verified, a second hash value of the storage array information may be generated with a hashing algorithm. If the payload hash value may be found to match the host hash value, then the storage array information may be authenticated. Authentication of the storage array information, payload hash value, and digital signature may render storage array services accessible to the host.
By doing so, a host may be less likely to expose sensitive information to a malicious entity that intercepts it via a compromised HBA. The host may do so by requiring that responses to inquiries be verifiable for the content of the responses to be trusted.
In an embodiment, a method for managing use of storage services provided by a storage array is provided. The method may include (i) identifying an attachment of the storage array to a host; (ii) in response to identifying the attachment: (a) initiating, using a host bus adapter of the host, an inquiry to the storage array by the host, (b) receiving, using the host bus adapter of the host, a payload from the storage array by the host, the payload being responsive to the inquiry, (c) verifying the authenticity of the storage array information using the digital signature and a trusted public key, (d) utilizing storage services provided by the storage array in a first instance of the verifying wherein the storage array information can be verified as authentic, and (e) attempting to remediate the host bus adapter in a second instance of the verifying wherein the storage array information cannot be verified as authentic.
The payload may include storage array information and a digital signature, wherein the digital signature is generated using a private key.
The digital signature may be usable to verify authenticity of the storage array information.
Verifying the authenticity of the storage array information may include ingesting the digital signature, the storage array information, and a public key into a signature verification algorithm.
The payload may further include a hash value based on the storage array information.
The digital signature may be usable to verify authenticity of the hash value.
The hash value may be usable to verify authenticity of the storage array information.
Verifying the authenticity of the storage array information may include (i) ingesting the digital signature, the hash value, and a public key into a signature verification algorithm; and (ii) ingesting the storage array information into a hash value generation algorithm.
In an embodiment, a non-transitory media is provided. The non-transitory media may include instructions that when executed by a processor cause the computer-implemented method to be performed.
In an embodiment, a data processing system is provided. The data processing system may include the non-transitory media and a processor, and may perform the computer-implemented method when the computer instructions are executed by the processor.
Turning to
When the computer implemented services are performed, new data may be obtained and previously obtained data may be used. The new data may be stored in local and/or remote storage and previously obtained data may be accessed in the local and/or remote storage.
To facilitate use of remote storage (i.e., remote to a devices that is generating/accessing data), the system of
To utilize the data management services provided by storage arrays 104, hosts 101 may include adapters (e.g., host bus adapters (HBAs)) that facilitate communication between hosts 101 and storage arrays 104 via communication system 102. The adapters may provide for direct input-output (IO) processing by hosts 100 using storage arrays 104.
To utilize the data management services, the hosts may request that the adapters obtain information regarding various storage arrays reachable via adapters. For example, in the context of a small computer system interface (SCSI) implementations, hosts 100 may issue an inquiry to a storage array of the set of storage arrays 104. The storage array receiving the inquiry may respond with information regarding the storage array. This information may then be passed to a processing complex of the host.
The storage array may return a message that may include but not be limited to identification, make, and/or read capacity of the storage array. The processing complex of the host may then start to utilize storage services from the storage array using the information obtained through the adapter.
However, if the adapter becomes compromised by malware or operates in error, then the adapter may spoof or otherwise provide unreliable information to the processing complex of the host. For example, if infected by malware, the adapter may provide false information regarding storage arrays thereby enticing the processing complex to expose sensitive information (e.g., by attempting to store it in the storage array) to the adapter. The compromised adapter may then provide copies of the sensitive information to unauthorized entities. As a result of compromise by malware, the adapter may be used by a malicious party to access data that would otherwise not be made available under normal operation of the adapter.
In general, embodiments disclosed here relate to systems and methods for securing data stored in storage arrays. To secure the data, processing complexes of hosts and storage arrays may cooperate to limit the impact that adapters may have on data storage and access processes.
To limit the impact that adapters have on data storage and access processes, storage arrays 104 may add authentication data to responses to inquiries from processing complexes. The authentication data may allow the hosts to authenticate the responses.
For example, an adapter within a host may initiate a SCSI inquiry to a storage array. The storage array may receive the SCSI inquiry. In response to the SCSI inquiry, the storage array may generate a payload with a message and sign it with a digital signature. The storage array may then send the payload to the adapter.
Upon reception of the payload, the adapter may pass the payload to a processing complex. The processing complex may verify the digital signature, and then (presuming that the digital signature is verified) use the digital signature to verify the integrity of the message. Upon verification of the message of the payload, storage services provided by the storage array may be used by the processing complex.
As an example, a HBA from a host may initiate a SCSI inquiry to a storage array. In response, the storage array may generate a payload. The payload may include a message, a hash value of the message derived from a SHA-256 hashing algorithm, and a digital signature. The message may include but not be limited to the identification, make, and/or read capacity of the storage array. The digital signature may be signed using a private key and a signing algorithm.
The HBA may receive the payload from the storage array. To verify the digital signature, the processing complex may use a public key that may be available to the host (e.g., via a key manager not shown in
By doing so, embodiments disclosed herein may reduce the likelihood of a compromised adapter impacting use of storage services provided by storage array. For example, by cryptographically verifying messages from the storage array a compromised adapter may be unable to direct input-output (IO) to a malicious entity by preventing spoofing of responses to inquiries by the processing complexes of hosts.
To provide the above noted functionality, the system may include hosts 100, storage array 104, and communication system 102. Each of the components is discussed below.
Hosts 100 may provide the computer implemented services, discussed above. To provide the computer implemented services, hosts 100 may utilize services provided by storage array 106 by directing IO to storage arrays. To utilize the services provided by storage arrays 104, any of hosts 100 may (i) send inquiries to the storage arrays, (ii) obtain responses to the inquiries, (iii) verify the responses, and (iv) use storage services provided by the storage arrays for which responses can be verified. Refer to
To verify the responses, hosts 100 may use information included in the responses to cryptographically verify the source of and integrity of the messages. Refer to
Storage arrays 104 may provide data storage services (e.g., storing data, deleting storage data, providing copies of stored data, etc.). To provide the data storage services, storage arrays 104 may (i) obtain inquiries from hosts, (ii) generate verifiable responses to the inquiries, and (iii) store data, delete data, provide copies of stored data, and/or otherwise respond to storage requests (e.g., IO) from hosts 100. The verifiable responses may include one or more messages and a digital signature. Refer to
Thus, as identified in
Any of (and/or components thereof) hosts 100 and storage arrays 104 may be implemented using a computing device (also referred to as a data processing system) such as a host or a server, a personal computer (e.g., desktops, laptops, and tablets), a “thin” client, a personal digital assistant (PDA), a Web enabled appliance, a mobile phone (e.g., Smartphone), an embedded system, local controllers, an edge node, and/or any other type of data processing device or system. For additional details regarding computing devices, refer to
Storage arrays 104 may be implemented using any number of storage devices including, for example, hard disk drives, solid state storage devices, tape drives, storage controllers, and/or other devices that facilitate storage of data.
Any of the components illustrated in
Communication system 102 may be implemented using a communication fabric and/or other communication architecture. The communication architecture may implement various protocols and interfaces including, for example, SCSI.
While illustrated in
To further clarify embodiments disclosed herein, data flow diagrams are shown in
Turning to
Host 100A may include processing complex 202 and host bus adapter 204. Processing complex may host an application that needs to store data. To do so, processing complex 202 may use storage services provided by storage arrays.
storage array 104A to initiate use of storage services provided by storage array 104A, host 104A may utilize host bus adapter 204 to generate and send inquiry 206 to storage array 104A. Inquiry 206 may inquire for identification, make, and/or read capacity of storage array 104A. This information may allow the application hosted by processing complex 202 to decide whether storage array 104A is a good candidate for storage of data.
Storage array 104A may respond to host 104A with payload 208. Payload 208 may include one or more messages and a digital signature from storage array 104A. Host bus adapter 204 may receive payload 208 and pass it to processing complex 202 for authentication. Processing complex 202 may include any number and type of processors, memory, and/or other hardware necessary for the function of host 104A.
Processing complex 202 may host applications usable to verify the digital signature of payload 208, followed by verifying one or more messages in payload 208. Should verification of the digital signature and all messages be successful, host 104A may initiate use of storage services provided by storage array 104A. Conversely, should verification of the digital signature and/or all messages not be successful, processing complex 202 may conclude that host bus adapter 204 is untrustworthy. If found untrustworthy, processing complex 202 may initiate remediation of host bus adapter 204. Host bus adapter 204 may be remediated by (i) scanning or otherwise analyzing host bus adapter 204 for malicious entities or other signs of compromise, signs of damage, and/or signs of other conditions impacting host bus adapter 204, and (ii) initiate action to place host bus adapter 204 in nominal operating condition. For example, if found to host a malicious application, antivirus or other applications may be used to purge the malicious application and repair host bus adapter 204. If unable to repair host bus adapter 204, processing complex 202 may at least temporarily stop using host bus adapter 204 until it can be repaired or otherwise placed in nominal operating condition (e.g., operating condition within expected thresholds).
Host bus adapter 204 may be implemented using a hardware device. The hardware device may be responsible for connecting processing complex 202, to a network storage system, such as storage arrays 104 in
Inquiry 206 may be implemented one or more data structures. The data structures may include commands (e.g., natively executable and/or invokes commands indirectly) to obtain information about a storage array. The information may include identification information (e.g., identifiers), makes, capacity, and/or other information regarding the storage array that may allow a requestor to better use storage services provided by the storage array.
However, if host bus adapter 204 is compromised with malware, then the malware may spoof responses to inquiry 206. When processing complex 202 initiates sending of inquiry 206, the malware may spoof a response to inquiry 206, thereby giving the appearance of sending inquiry 206 to a storage array and receiving a response (e.g., payload 208).
Because a response to inquiry 206 may be spoofed, processing complex 202 may not trust a response unless it can be verified. To enable authentication of responses to inquiries, payload 208 may be generated by storage array 104A.
Payload 208 may be implemented using one or more data structures. The data structures may be generated by storage array 104A. Storage array 104A may populate payload 208 with one or more messages and a digital signature. All messages and the digital signature may be verified by processing complex 202 in host 104A.
Thus, as seen in
To reduce the likelihood of exposing sensitive data to malicious parties, responses to inquires may need to include authentication data for the messages that include information regarding storage arrays.
Turning to
Payload 208 generation may be initiated when inquiry 206 is obtained by storage array 104A. Upon receipt of inquiry 220, may begin generation of payload 208.
Generation of payload 208 may begin with packaging of storage array information 224 in payload 224. In addition, storage array information 224 may be ingested by hashing algorithm 226, which may produce hash value 228. Hash value 228 may also be packaged in payload 208. Finally, hash value 228 may be ingested by signing algorithm 232, which may utilize private key 230 to develop digital signature 234. Digital signature 234 may also be packaged in payload 208.
Thus, payload 208 may include storage array information 224, hash value 228 (e.g., usable to verify the integrity of storage array information 224), and digital signature 234 (e.g., usable to verify the integrity of hash value 228 and authenticate the entity alleged to have generated payload 208).
Storage array information 224 may be implemented using a data structure. The data structure may include identifiers of, make of, read capacity of, and/or other information regarding storage array 224.
Hashing algorithm 226 may be implemented using a process. The process may map a binary string of arbitrary length to a binary string of a fixed length. Types of hashing algorithm 226 may include but not be limited to MD-5, RACE Integrity Primitives Evaluation Message Digest (RIPEMD-160), SHA, SHA-256, and Whirlpool. Implementation of hashing algorithm 226 may yield hash value 228.
Hash value 228 may be implemented using a data structure. The data structure may be a fixed-size binary encoded from an arbitrary binary string. The encoding may be from a one-way process so hash value 228 may not be reverted to obtain the plain text.
Signing algorithm 232 may implemented using a process. The process may facilitate digitally signing a data structure. Signing algorithm may utilize private key 230 for the production of digital signature 234 (e.g.) with a timestamp) to verify hash value 228.
Private key 230 may be implemented using a data structure. Private key 230 may be associated with a public key but may be separate from the public key within the system of
Digital signature 234 may be implemented using a data structure. The data structure may facilitate verification of hash value 228 and that private key 230 was used to generate digital signature 234. Therefore, digital signature 234 may be usable to verify that hash value 228 is not altered after production of digital signature 234.
Payload 208 may be implemented using a data structure, and may be generated through aggregation of the components discussed in
Thus, as seen in
Turning to
To verify payload 208, digital signature 234 may be ingested by verification 246 process along with public key 248. Verification 246 may use public key 248 to attempt to verify the sources of digital signature 234 and authenticity of hash value 228. Verification outcome 250 may indicate whether the source of and hash value 228 from payload 208 can be verified.
If verification outcome 250 indicates that the source of payload 208 is trustworthy and that hash value 228 has not been modified, storage array information 224 may be extracted from payload 208. Hash value 256 may be generated from storage array information 252 using hashing algorithm 254. Hashing algorithm 254 may be similar to hashing algorithm 226 in
If both hash value 256 and hash value 228 are identical and verification outcome 250 may be verified, then storage array information 224 may be treated as being trustworthy. Consequently, storage services from storage array 104A may be used by processing complex 202. Otherwise, storage array information 224 may not be trusted and host bus adapter 204 may be treated as being suspected of being compromised. If suspected of being compromised, various remediation actions may be performed for host bus adapter 204 to search for hardware errors or malicious activity.
Public key 248 may be implemented using a data structure. The data structure may reside on one or more components of processing complex 202 and/or be reachable by processing complex 202 without relying on host bus adapter 204. The corresponding private key to public key 248 may be private key 230 in
Verification 246 may be implemented using a process. The process may ingest digital signature 244 and public key 248, and may be a signature verification algorithm.
Verification outcome 250 may be implemented using a data structure. The data structure may include the verification status for digital signature 234. If verification outcome 250 may yield an unverified status, then authentication on contents in payload 208 may end and remediation of host bus adapter 204 in
Thus, as shown in
As discussed above, the components of
Turning to
At operation 300, an attachment of the storage array to a host may be identified. The attachment may be identified by receiving a message from a host bus adapter. The host bus adapter may be connected to the storage array. The host bus adapter may send a message to a processing complex when the storage array becomes reachable via the host bus adapter.
At operation 302, an inquiry may be initiated, using a host bus adapter of the host, to the storage array by the host. An inquiry may be initiated by executing a SCSI inquiry (or other type of protocol compliant inquiry) from the host bus adapter to the storage array.
At operation 304, a payload may be received using the host bus adapter of the host. The payload may be responsive to the inquiry. The payload may be received by the host bus adapter, which may forward the payload to a processing complex.
At operation 306, the authenticity of the storage array information from the payload may be verified using the digital signature from the payload and a trusted public key. The authenticity of the storage array information may be verified by ingesting the digital signature, the hash value from the payload, and a public key (of a trusted entity, the storage array) into a signature verification algorithm. The storage array information may be ingested into a hash value generation algorithm. The storage array information may be ingested by generating a second hash value for the storage array information and matching the second hash value against the first hash value. If the signature can be validated and the hashes match, then the storage array information from the payload may be treated as being authentic.
At operation 308, a determination may be made regarding whether the storage array can be verified as authentic. The determination may be made by verifying the authenticity of the contents of the payload, as described with respect to operation 306.
If the storage array information can be verified as authentic, then the method may proceed at operation 310. If the storage array cannot be verified as authentic, then the method may proceed at operation 312.
At operation 312, storage services provided by the storage array may be utilized. The storage service may be utilized by providing access to the storage array using content of the payload.
At operation 314, one or more attempts to remediate the host bus adapter may be made. The attempts to remediate may be made by running internal software or hardware to search for errors or malicious activity in the host bus adapter, by notifying administrators, and/or by performing other processes.
The method may end following operation 310 or 312.
Any of the components illustrated in
In one embodiment, system 400 includes processor 401, memory 403, and devices 405-407 via a bus or an interconnect 410. Processor 401 may represent a single processor or multiple processors with a single processor core or multiple processor cores included therein. Processor 401 may represent one or more general-purpose processors such as a microprocessor, a central processing unit (CPU), or the like. More particularly, processor 401 may be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processor 401 may also be one or more special-purpose processors such as an application specific integrated circuit (ASIC), a cellular or baseband processor, a field programmable gate array (FPGA), a digital signal processor (DSP), a network processor, a graphics processor, a network processor, a communications processor, a cryptographic processor, a co-processor, an embedded processor, or any other type of logic capable of processing instructions.
Processor 401, which may be a low power multi-core processor socket such as an ultra-low voltage processor, may act as a main processing unit and central hub for communication with the various components of the system. Such processor can be implemented as a system on chip (SoC). Processor 401 is configured to execute instructions for performing the operations discussed herein. System 400 may further include a graphics interface that communicates with optional graphics subsystem 404, which may include a display controller, a graphics processor, and/or a display device.
Processor 401 may communicate with memory 403, which in one embodiment can be implemented via multiple memory devices to provide for a given amount of system memory. Memory 403 may include one or more volatile storage (or memory) devices such as random access memory (RAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), static RAM (SRAM), or other types of storage devices. Memory 403 may store information including sequences of instructions that are executed by processor 401, or any other device. For example, executable code and/or data of a variety of operating systems, device drivers, firmware (e.g., input output basic system or BIOS), and/or applications can be loaded in memory 403 and executed by processor 401. An operating system can be any kind of operating systems, such as, for example, Windows® operating system from Microsoft®, Mac OS®/iOS® from Apple, Android® from Google®, Linux®, Unix®, or other real-time or embedded operating systems such as VxWorks.
System 400 may further include IO devices such as devices (e.g., 405, 406, 407, 408) including network interface device(s) 405, optional input device(s) 406, and other optional IO device(s) 407. Network interface device(s) 405 may include a wireless transceiver and/or a network interface card (NIC). The wireless transceiver may be a WiFi transceiver, an infrared transceiver, a Bluetooth transceiver, a WiMax transceiver, a wireless cellular telephony transceiver, a satellite transceiver (e.g., a global positioning system (GPS) transceiver), or other radio frequency (RF) transceivers, or a combination thereof. The NIC may be an Ethernet card.
Input device(s) 406 may include a mouse, a touch pad, a touch sensitive screen (which may be integrated with a display device of optional graphics subsystem 404), a pointer device such as a stylus, and/or a keyboard (e.g., physical keyboard or a virtual keyboard displayed as part of a touch sensitive screen). For example, input device(s) 406 may include a touch screen controller coupled to a touch screen. The touch screen and touch screen controller can, for example, detect contact and movement or break thereof using any of a plurality of touch sensitivity technologies, including but not limited to capacitive, resistive, infrared, and surface acoustic wave technologies, as well as other proximity sensor arrays or other elements for determining one or more points of contact with the touch screen.
IO devices 407 may include an audio device. An audio device may include a speaker and/or a microphone to facilitate voice-enabled functions, such as voice recognition, voice replication, digital recording, and/or telephony functions. Other IO devices 407 may further include universal serial bus (USB) port(s), parallel port(s), serial port(s), a printer, a network interface, a bus bridge (e.g., a PCI-PCI bridge), sensor(s) (e.g., a motion sensor such as an accelerometer, gyroscope, a magnetometer, a light sensor, compass, a proximity sensor, etc.), or a combination thereof. IO device(s) 407 may further include an imaging processing subsystem (e.g., a camera), which may include an optical sensor, such as a charged coupled device (CCD) or a complementary metal-oxide semiconductor (CMOS) optical sensor, utilized to facilitate camera functions, such as recording photographs and video clips. Certain sensors may be coupled to interconnect 410 via a sensor hub (not shown), while other devices such as a keyboard or thermal sensor may be controlled by an embedded controller (not shown), dependent upon the specific configuration or design of system 400.
To provide for persistent storage of information such as data, applications, one or more operating systems and so forth, a mass storage (not shown) may also couple to processor 401. In various embodiments, to enable a thinner and lighter system design as well as to improve system responsiveness, this mass storage may be implemented via a solid state device (SSD). However, in other embodiments, the mass storage may primarily be implemented using a hard disk drive (HDD) with a smaller amount of SSD storage to act as a SSD cache to enable non-volatile storage of context state and other such information during power down events so that a fast power up can occur on re-initiation of system activities. Also a flash device may be coupled to processor 401, e.g., via a serial peripheral interface (SPI). This flash device may provide for non-volatile storage of system software, including a basic input/output software (BIOS) as well as other firmware of the system.
Storage device 408 may include computer-readable storage medium 409 (also known as a machine-readable storage medium or a computer-readable medium) on which is stored one or more sets of instructions or software (e.g., processing module, unit, and/or processing module/unit/logic 428) embodying any one or more of the methodologies or functions described herein. Processing module/unit/logic 428 may represent any of the components described above. Processing module/unit/logic 428 may also reside, completely or at least partially, within memory 403 and/or within processor 401 during execution thereof by system 400, memory 403 and processor 401 also constituting machine-accessible storage media. Processing module/unit/logic 428 may further be transmitted or received over a network via network interface device(s) 405.
Computer-readable storage medium 409 may also be used to store some software functionalities described above persistently. While computer-readable storage medium 409 is shown in an exemplary embodiment to be a single medium, the term “computer-readable storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions. The terms “computer-readable storage medium” shall also be taken to include any medium that is capable of storing or encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of embodiments disclosed herein. The term “computer-readable storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media, or any other non-transitory machine-readable medium.
Processing module/unit/logic 428, components and other features described herein can be implemented as discrete hardware components or integrated in the functionality of hardware components such as ASICS, FPGAs, DSPs or similar devices. In addition, processing module/unit/logic 428 can be implemented as firmware or functional circuitry within hardware devices. Further, processing module/unit/logic 428 can be implemented in any combination hardware devices and software components.
Note that while system 400 is illustrated with various components of a data processing system, it is not intended to represent any particular architecture or manner of interconnecting the components; as such details are not germane to embodiments disclosed herein. It will also be appreciated that network computers, handheld computers, mobile phones, servers, and/or other data processing systems which have fewer components or perhaps more components may also be used with embodiments disclosed herein.
Some portions of the preceding detailed descriptions have been presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the ways used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the above discussion, it is appreciated that throughout the description, discussions utilizing terms such as those set forth in the claims below, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
Embodiments disclosed herein also relate to an apparatus for performing the operations herein. Such a computer program is stored in a non-transitory computer readable medium. A non-transitory machine-readable medium includes any mechanism for storing information in a form readable by a machine (e.g., a computer). For example, a machine-readable (e.g., computer-readable) medium includes a machine (e.g., a computer) readable storage medium (e.g., read only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory devices).
The processes or methods depicted in the preceding figures may be performed by processing logic that comprises hardware (e.g. circuitry, dedicated logic, etc.), software (e.g., embodied on a non-transitory computer readable medium), or a combination of both. Although the processes or methods are described above in terms of some sequential operations, it should be appreciated that some of the operations described may be performed in a different order. Moreover, some operations may be performed in parallel rather than sequentially.
Embodiments disclosed herein are not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of embodiments disclosed herein.
In the foregoing specification, embodiments have been described with reference to specific exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the embodiments disclosed herein as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.