Enterprise storage, planning and management

Email Alerts

Register now to receive SearchStorage.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States. Privacy
  • storage hypervisor

    A storage hypervisor, also called software-defined storage, is a marketing term for software that allows storage to be controlled centrally in a storage pool regardless of what hardware the storage is located on.  

  • capacity sprawl

    Capacity sprawl, in a storage context, is a situation in which multiple, under-utilized or badly managed storage media occupy more overall space than can be justified by actual need. 

  • shared storage

    Shared storage is a medium accessible by all of the subscribers in a network, intended for file storage and allowing simultaneous access by multiple subscribers without the need to duplicate files to their computers. 

  • I/O contention (input/output contention)

    I/O contention (input/output contention), occurs when virtual machines compete for I/O resources because there is a limited storage bandwidth. 

  • clustered storage

    Clustered storage is the use of two or more storage servers working together to increase performance, capacity, or reliability. Clustering distributes work loads to each server, manages the transfer of workloads between servers, and provides access t... 

  • interrupt vector

    An interrupt vector is the memory location of an interrupt handler, which prioritizes interrupts and saves them in a queue if more than one interrupt is waiting to be handled. 

  • paging

    Paging is a method of writing data to, and reading it from, secondary storage for use in primary storage, also known as main memory. Paging plays a role in memory management for a computer's OS (operating system). 

  • memory management

    Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various running programs to optimize overall system performance. 

  • write back

    Write back is a storage method in which data is written into the cache every time a change occurs, but is written into the corresponding location in main memory only at specified intervals or under certain conditions. 

  • write through

    Write through is a storage method in which data is written into the cache and the corresponding main memory location at the same time. The cached data allows for fast retrieval on demand, while the same data in main memory ensures that nothing will g...